Searched refs:usops (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | sysv_sem.c | 1103 kern_semop(struct thread *td, int usemid, struct sembuf *usops, in kern_semop() argument 1125 DPRINTF(("call to semop(%d, %p, %u)\n", usemid, usops, nsops)); in kern_semop() 1177 if ((error = copyin(usops, sops, nsops * sizeof(sops[0]))) != 0) { in kern_semop() 1179 usops, sops, nsops * sizeof(sops[0]))); in kern_semop()
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 372 int kern_semop(struct thread *td, int usemid, struct sembuf *usops,
|