Searched defs:sem (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | xsem.c | 42 xsem_init(xsem_t *sem, int pshared, unsigned int value) in xsem_init() 55 xsem_destroy(xsem_t *sem) in xsem_destroy() 63 xsem_wait(xsem_t *sem) in xsem_wait() 93 xsem_trywait(xsem_t *sem) in xsem_trywait() 116 xsem_post(xsem_t *sem) in xsem_post() 128 xsem_getvalue(xsem_t *sem, int *sval) in xsem_getvalue() 136 xsem_xwait(xsem_t *sem, int timeout, timestruc_t *mytime) in xsem_xwait()
|
/titanic_50/usr/src/lib/libfakekernel/common/ |
H A D | sema.c | 35 ksema_init(ksema_t *sem, uint32_t val, in ksema_init() 43 ksema_destroy(ksema_t *sem) in ksema_destroy() 48 sema_p(ksema_t *sem) in sema_p() 57 sema_v(ksema_t *sem) in sema_v() 68 sema_p_sig(ksema_t *sem) in sema_p_sig() 91 sema_tryp(ksema_t *sem) in sema_tryp()
|
/titanic_50/usr/src/lib/libc/port/rt/ |
H A D | sem.c | 61 sem_t *sem = NULL; in sem_open() local 185 sem_close(sem_t *sem) in sem_close() 236 sem_invalid(sem_t *sem) in sem_invalid() 246 sem_init(sem_t *sem, int pshared, uint_t value) in sem_init() 259 sem_destroy(sem_t *sem) in sem_destroy() 273 sem_post(sem_t *sem) in sem_post() 287 sem_wait(sem_t *sem) in sem_wait() 301 sem_timedwait(sem_t *sem, const timespec_t *abstime) in sem_timedwait() 317 sem_reltimedwait_np(sem_t *sem, const timespec_t *reltime) in sem_reltimedwait_np() 333 sem_trywait(sem_t *sem) in sem_trywait() [all …]
|
H A D | mqueue.c | 136 #define MQ_ASSERT_SEMVAL_LEQ(sem, val) { \ argument 143 #define MQ_ASSERT_SEMVAL_LEQ(sem, val) argument
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | sem_impl.h | 77 struct sem { struct 78 ushort_t semval; /* semaphore value */ argument 79 pid_t sempid; /* pid of last operation */ argument 80 ushort_t semncnt; /* # awaiting semval > cval */ argument 81 ushort_t semzcnt; /* # awaiting semval = 0 */ argument 82 kcondvar_t semncnt_cv; argument 83 kcondvar_t semzcnt_cv; argument
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | sem.h | 77 struct sem { struct 78 ushort semval; /* semaphore text map address */ argument 79 short sempid; /* pid of last operation */ argument 80 ushort semncnt; /* # awaiting semval > cval */ argument 81 ushort semzcnt; /* # awaiting semval = 0 */ argument
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pmap.c | 702 unsigned sem; in show_rpcb_entry_list() local
|
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon.c | 3801 uint32_t sem; in hermon_sw_reset() local 4831 uint32_t sem, reset_delay = state->hs_cfg_profile->cp_sw_reset_delay; in hermon_quiesce() local
|
/titanic_50/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 1842 sema_t sem; in main() member
|