Searched refs:sys_semop (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_ipc.c296 return sys_semop(td, &ap);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_ipc.c385 return (sys_semop(td, &ap));
/freebsd-11-stable/sys/sys/
H A Dsysproto.h1931 int sys_semop(struct thread *, struct semop_args *);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ipc.c521 return (sys_semop(td, &bsd_args));
/freebsd-11-stable/sys/kern/
H A Dsysv_sem.c1079 sys_semop(struct thread *td, struct semop_args *uap) function
1711 (sy_call_t *)sys_semop

Completed in 152 milliseconds