Lines Matching refs:scif_ep_states
22 static const char * const scif_ep_states[] = { variable
172 ep, scif_ep_states[ep->state]); in scif_close()
345 ep, scif_ep_states[ep->state], pn); in scif_bind()
399 "SCIFAPI listen: ep %p %s\n", ep, scif_ep_states[ep->state]); in scif_listen()
607 scif_ep_states[ep->state]); in __scif_connect()
757 "SCIFAPI accept: ep %p %s\n", lep, scif_ep_states[lep->state]); in scif_accept()
1113 "SCIFAPI send (U): ep %p %s\n", ep, scif_ep_states[ep->state]); in scif_user_send()
1174 "SCIFAPI recv (U): ep %p %s\n", ep, scif_ep_states[ep->state]); in scif_user_recv()
1231 "SCIFAPI send (K): ep %p %s\n", ep, scif_ep_states[ep->state]); in scif_send()
1273 "SCIFAPI recv (K): ep %p %s\n", ep, scif_ep_states[ep->state]); in scif_recv()
1319 "SCIFAPI pollfd: ep %p %s\n", ep, scif_ep_states[ep->state]); in __scif_pollfd()