taglinefilesource code
tsops354ipc/sem.cint sys_semop (int semid, struct sembuf *tsops, unsigned nsops)
tsops367ipc/sem.cif (!tsops) 
tsops369ipc/sem.cif ((i = verify_area (VERIFY_READ, tsops, nsops * sizeof(*tsops))))
tsops371ipc/sem.cmemcpy_fromfs (sops, tsops, nsops * sizeof(*tsops));