taglinefilesource code
tsops557ipc/sem.casmlinkage int sys_semop (int semid, struct sembuf *tsops, unsigned nsops)
tsops569ipc/sem.cif (!tsops)
tsops571ipc/sem.cif ((i = verify_area (VERIFY_READ, tsops, nsops * sizeof(*tsops))))
tsops573ipc/sem.cmemcpy_fromfs (sops, tsops, nsops * sizeof(*tsops));