Home
last modified time | relevance | path

Searched defs:sembuf (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dsem.h99 struct sembuf { struct
109 int semop(int, struct sembuf *, size_t); argument
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dsem.h88 struct sembuf { struct
89 short sem_num; /* semaphore # */
90 short sem_op; /* semaphore operation */
91 short sem_flg; /* operation flags */
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c2452 struct sembuf sembuf; in show_semop() local