Home
last modified time | relevance | path

Searched refs:SEMOP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsem_impl.h51 #define SEMOP 2 macro
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsemsys.c129 return (syscall(SYS_semsys, SEMOP, semid, sops, nsops)); in semop()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsem.c1202 case SEMOP: in semsys()