Home
last modified time | relevance | path

Searched defs:sem (Results 1 – 9 of 9) sorted by relevance

/titanic_51/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.c42 xsem_init(xsem_t *sem, int pshared, unsigned int value) in xsem_init() argument
55 xsem_destroy(xsem_t *sem) in xsem_destroy() argument
63 xsem_wait(xsem_t *sem) in xsem_wait() argument
93 xsem_trywait(xsem_t * sem) xsem_trywait() argument
116 xsem_post(xsem_t * sem) xsem_post() argument
128 xsem_getvalue(xsem_t * sem,int * sval) xsem_getvalue() argument
136 xsem_xwait(xsem_t * sem,int timeout,timestruc_t * mytime) xsem_xwait() argument
[all...]
/titanic_51/usr/src/lib/libfakekernel/common/
H A Dsema.c35 ksema_init(ksema_t *sem, uint32_t val, in ksema_init() argument
43 ksema_destroy(ksema_t *sem) in ksema_destroy() argument
48 sema_p(ksema_t *sem) in sema_p() argument
57 sema_v(ksema_t *sem) in sema_v() argument
68 sema_p_sig(ksema_t *sem) in sema_p_sig() argument
91 sema_tryp(ksema_t *sem) in sema_tryp() argument
[all...]
/titanic_51/usr/src/lib/libc/port/rt/
H A Dsem.c61 sem_t *sem = NULL; in sem_open() local
185 sem_close(sem_t *sem) in sem_close() argument
236 sem_invalid(sem_t * sem) sem_invalid() argument
246 sem_init(sem_t * sem,int pshared,uint_t value) sem_init() argument
259 sem_destroy(sem_t * sem) sem_destroy() argument
273 sem_post(sem_t * sem) sem_post() argument
287 sem_wait(sem_t * sem) sem_wait() argument
301 sem_timedwait(sem_t * sem,const timespec_t * abstime) sem_timedwait() argument
317 sem_reltimedwait_np(sem_t * sem,const timespec_t * reltime) sem_reltimedwait_np() argument
333 sem_trywait(sem_t * sem) sem_trywait() argument
349 sem_getvalue(sem_t * sem,int * sval) sem_getvalue() argument
[all...]
H A Dmqueue.c136 #define MQ_ASSERT_SEMVAL_LEQ(sem, val) { \ argument
143 #define MQ_ASSERT_SEMVAL_LEQ(sem, val) argument
/titanic_51/usr/src/uts/common/sys/
H A Dsem_impl.h77 struct sem { struct
78 semvalsem global() argument
79 sempidsem global() argument
80 semncntsem global() argument
81 semzcntsem global() argument
82 semncnt_cvsem global() argument
83 semzcnt_cvsem global() argument
/titanic_51/usr/src/lib/libbc/inc/include/sys/
H A Dsem.h77 struct sem { struct
78 semvalsem global() argument
79 sempidsem global() argument
80 semncntsem global() argument
81 semzcntsem global() argument
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pmap.c702 unsigned sem; in show_rpcb_entry_list() local
/titanic_51/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c3801 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_51/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c1842 sema_t sem; in main() member