Home
last modified time | relevance | path

Searched refs:TS_IDLE (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/uts/common/ktli/
H A Dt_kgtstate.c113 case TS_IDLE: in t_kgetstate()
/titanic_44/usr/src/uts/common/io/
H A Dtl.c1822 if ((tep->te_state == TS_IDLE) && !wq->q_first) { in tl_wput()
2089 if (IS_CLTS(tep) && tep->te_state == TS_IDLE) { in tl_rsrv_ser()
2686 if (tep->te_state != TS_IDLE) { in tl_unbind()
2759 if (!IS_SOCKET(tep) && tep->te_state != TS_IDLE && in tl_optmgmt()
2839 if (tep->te_state != TS_IDLE) { in tl_conn_req()
3003 tep->te_state = TS_IDLE; in tl_conn_req()
3083 !((peer_tep->te_state == TS_IDLE) || in tl_conn_req_ser()
3130 tep->te_state = TS_IDLE; in tl_conn_req_ser()
3154 tep->te_state = TS_IDLE; in tl_conn_req_ser()
3173 tep->te_state = TS_IDLE; in tl_conn_req_ser()
[all …]
H A Dtrill.c674 tsock->ts_state = TS_IDLE; in trill_start_recv()
685 if (tsock->ts_state != TS_IDLE) in trill_do_unbind()
1568 if (tsock->ts_state != TS_IDLE || tsock->ts_link == NULL) { in trill_send()
/titanic_44/usr/src/lib/libbc/inc/include/nettli/
H A Dtihdr.h124 #define TS_IDLE 3 /* idle */ macro
/titanic_44/usr/src/lib/libnsl/nsl/
H A Dt_getname.c234 if (tiptr->ti_state >= TS_IDLE) { in __tx_tlitpi_getprotaddr_locked()
H A D_utility.c1017 case TS_IDLE: in _t_create()
/titanic_44/usr/src/uts/common/inet/udp/
H A Dudp_stats.c157 else if (udp->udp_state == TS_IDLE) in udp_snmp_get()
210 (udp->udp_state <= TS_IDLE && in udp_snmp_get()
H A Dudp.c788 udp->udp_state = TS_IDLE; in udp_do_disconnect()
4745 if (cl_inet_unbind != NULL && udp->udp_state == TS_IDLE) { in udp_do_close()
5225 udp->udp_state = TS_IDLE; in udp_do_bind()
5651 udp->udp_state = TS_IDLE; in udp_do_connect()
5804 udp->udp_state = TS_IDLE; in udp_do_connect()
5894 udp->udp_state = TS_IDLE; in udp_connect()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c192 return ((udp->udp_state == TS_IDLE) || in net_udp_active()
201 (udp->udp_state <= TS_IDLE))); in net_udp_ipv4()
670 else if (udp.udp_state == TS_IDLE) in netstat_udp_cb()
725 else if (icmp.icmp_state == TS_IDLE) in netstat_icmp_cb()
/titanic_44/usr/src/uts/common/sys/
H A Dtihdr.h228 #define TS_IDLE 3 /* idle */ macro
/titanic_44/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c246 if (rdsp->rds_state >= TS_IDLE) { in rds_close()
589 rds->rds_state = TS_IDLE; in rds_bind()
/titanic_44/usr/src/uts/common/inet/ip/
H A Drts.c415 if (rts->rts_state != TS_IDLE) { in rts_tpi_unbind()
460 rts->rts_state = TS_IDLE; in rts_tpi_bind()
H A Dicmp.c542 icmp->icmp_state = TS_IDLE; in rawip_do_bind()
815 icmp->icmp_state = TS_IDLE; in rawip_do_connect()
930 icmp->icmp_state = TS_IDLE; in rawip_do_connect()
1047 icmp->icmp_state = TS_IDLE; in icmp_do_disconnect()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c755 return (TS_IDLE); in tcp_tpistate()
757 return (TS_IDLE); in tcp_tpistate()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c488 case TS_IDLE: in copy_tinfo()