Searched refs:kern_semop (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_ipc.c | 498 return (kern_semop(td, args->semid, PTRIN(args->tsops), in linux_semtimedop_time64() 517 return (kern_semop(td, args->semid, PTRIN(args->tsops), in linux_semtimedop()
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_machdep.c | 125 return (kern_semop(td, args->arg1, PTRIN(args->ptr), in linux_ipc()
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 372 int kern_semop(struct thread *td, int usemid, struct sembuf *usops,
|
/freebsd/sys/kern/ |
H A D | sysv_sem.c | 1099 return (kern_semop(td, uap->semid, uap->sops, uap->nsops, NULL)); in sys_semop() 1103 kern_semop(struct thread *td, int usemid, struct sembuf *usops, in kern_semop() function
|