Home
last modified time | relevance | path

Searched refs:usops (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dsysv_sem.c1103 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 Dsyscallsubr.h372 int kern_semop(struct thread *td, int usemid, struct sembuf *usops,