Lines Matching refs:rqst
128 struct tcp_rqst *rqst; in slp_uc_tcp_send() local
157 if (!(rqst = malloc(sizeof (*rqst)))) { in slp_uc_tcp_send()
161 rqst->hp = hp; in slp_uc_tcp_send()
162 rqst->target = target; in slp_uc_tcp_send()
163 rqst->scopes = scopes; in slp_uc_tcp_send()
164 rqst->free_target = free_target; in slp_uc_tcp_send()
165 rqst->xid = xid; in slp_uc_tcp_send()
166 (void) slp_enqueue(tcp_q, rqst); in slp_uc_tcp_send()
459 struct tcp_rqst *rqst; in tcp_thread() local
475 if (!(rqst = slp_dequeue_timed(tcp_q, to, &etimed))) { in tcp_thread()
482 hp = rqst->hp; in tcp_thread()
483 scopes = rqst->scopes; in tcp_thread()
484 targets = rqst->target; in tcp_thread()
485 free_target = rqst->free_target; in tcp_thread()
486 xid = rqst->xid; in tcp_thread()
487 free(rqst); in tcp_thread()