Searched refs:restiptr (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libnsl/nsl/
H A Dt_accept.c60 struct _ti_user *restiptr; local
68 if ((restiptr = _t_checkfd(resfd, 0, api_semantics)) == NULL)
103 !(restiptr->ti_state == T_IDLE ||
104 restiptr->ti_state == T_UNBND)))) {
118 if (fd != resfd && restiptr->ti_state == T_IDLE &&
119 restiptr->ti_qlen > 0) {
193 if ((restiptr->ti_flags & V_ACCEPTOR_ID) != 0) {
194 cres->ACCEPTOR_id = restiptr->acceptor_id;
239 if ((restiptr->ti_flags & V_ACCEPTOR_ID) != 0) {
307 sig_mutex_lock(&restiptr
[all...]

Completed in 45 milliseconds