Searched refs:T_IDLE (Results 1 – 21 of 21) sorted by relevance
56 if ((state == T_IDLE) && (t_optreq.flags != T_NEGOTIATE)) { in __td_setnodelay()89 if (state == T_IDLE) in __td_setnodelay()
509 case T_IDLE: in svc_tli_create_common()
475 case T_IDLE: in set_up_connection()571 if (state != T_IDLE) { in set_up_connection()
926 if (t_getstate(srcfd) == T_IDLE) { in do_accept()
50 case T_IDLE: in _tx_getstate()
101 !(restiptr->ti_state == T_IDLE || in _tx_accept()116 if (fd != resfd && restiptr->ti_state == T_IDLE && in _tx_accept()
62 if (tiptr->ti_state != T_IDLE) { in _tx_unbind()
75 if (tiptr->ti_state != T_IDLE) { in _tx_connect()
73 if (tiptr->ti_state != T_IDLE) { in _tx_sndudata()
80 if (tiptr->ti_state != T_IDLE) { in _tx_sndvudata()
81 if (tiptr->ti_state != T_IDLE) { in _tx_rcvudata()
86 if (tiptr->ti_state != T_IDLE) { in _tx_rcvvudata()
73 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()
112 *state = T_IDLE; in t_kgetstate()
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
431 case T_IDLE: msg = "T_IDLE"; break;
452 case T_IDLE: in main()
252 if (t_getstate(fd) != T_IDLE) { in get_connection()