Searched refs:T_IDLE (Results 1 – 22 of 22) sorted by relevance
58 if ((state == T_IDLE) && (t_optreq.flags != T_NEGOTIATE)) { in __td_setnodelay()91 if (state == T_IDLE) in __td_setnodelay()
442 case T_IDLE: in svc_tli_create_common()
479 case T_IDLE: in set_up_connection()576 if (state != T_IDLE) { in set_up_connection()
926 if (t_getstate(srcfd) == T_IDLE) { in do_accept()
52 case T_IDLE: in _tx_getstate()
103 !(restiptr->ti_state == T_IDLE || in _tx_accept()118 if (fd != resfd && restiptr->ti_state == T_IDLE && in _tx_accept()
64 if (tiptr->ti_state != T_IDLE) { in _tx_unbind()
77 if (tiptr->ti_state != T_IDLE) { in _tx_connect()
75 if (tiptr->ti_state != T_IDLE) { in _tx_sndudata()
80 if (tiptr->ti_state != T_IDLE) { in _tx_sndvudata()
83 if (tiptr->ti_state != T_IDLE) { in _tx_rcvudata()
88 if (tiptr->ti_state != T_IDLE) { in _tx_rcvvudata()
75 if (!(tiptr->ti_state == T_IDLE || in _tx_listen()
1018 if ((rstate = _t_adjust_state(fd, T_IDLE)) < 0) { in _t_create()1136 case T_IDLE: in _t_adjust_state()
114 *state = T_IDLE; in t_kgetstate()
198 #define T_IDLE 2 /* idle */ macro
183 #define T_IDLE 2 /* idle */ macro
311 case T_IDLE: msg = (const char *)"T_IDLE"; break; in show_tlook()
387 #define T_IDLE 2 /* idle */ macro
440 case T_IDLE: msg = "T_IDLE"; break;
454 case T_IDLE: in main()
252 if (t_getstate(fd) != T_IDLE) { in get_connection()