Searched refs:sys_semop (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/i386/ibcs2/
H A Dibcs2_ipc.c387 return (sys_semop(td, &ap));
/freebsd-12-stable/sys/kern/
H A Dsysv_sem.c1099 sys_semop(struct thread *td, struct semop_args *uap) function
1735 (sy_call_t *)sys_semop
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_ipc.c521 return (sys_semop(td, &bsd_args));
/freebsd-12-stable/sys/sys/
H A Dsysproto.h1932 int sys_semop(struct thread *, struct semop_args *);

Completed in 96 milliseconds