Lines Matching refs:tiptr
56 struct _ti_user *tiptr, in _t_snd_conn_req() argument
64 assert(MUTEX_HELD(&tiptr->ti_lock)); in _t_snd_conn_req()
65 fd = tiptr->ti_fd; in _t_snd_conn_req()
67 if (tiptr->ti_servtype == T_CLTS) { in _t_snd_conn_req()
72 if (_t_is_event(fd, tiptr) < 0) in _t_snd_conn_req()
111 if ((tiptr->ti_cdatasize == T_INVALID /* -2 */) || in _t_snd_conn_req()
112 ((tiptr->ti_cdatasize != T_INFINITE /* -1 */) && in _t_snd_conn_req()
113 (call->udata.len > (uint32_t)tiptr->ti_cdatasize))) { in _t_snd_conn_req()
136 if (_t_is_ok(fd, tiptr, T_CONN_REQ) < 0) in _t_snd_conn_req()
151 struct _ti_user *tiptr, in _t_rcv_conn_con() argument
163 fd = tiptr->ti_fd; in _t_rcv_conn_con()
165 if (tiptr->ti_servtype == T_CLTS) { in _t_rcv_conn_con()
173 if (tiptr->ti_lookcnt > 0) { in _t_rcv_conn_con()
182 if (_t_acquire_databuf(tiptr, &databuf, &didralloc) < 0) in _t_rcv_conn_con()
191 sig_mutex_unlock(&tiptr->ti_lock); in _t_rcv_conn_con()
198 sig_mutex_lock(&tiptr->ti_lock); in _t_rcv_conn_con()
202 sig_mutex_lock(&tiptr->ti_lock); in _t_rcv_conn_con()
286 tiptr->ti_rcvbuf = databuf.buf; in _t_rcv_conn_con()
299 if (_t_register_lookevent(tiptr, databuf.buf, databuf.len, in _t_rcv_conn_con()
318 tiptr->ti_rcvbuf = databuf.buf; in _t_rcv_conn_con()