Searched refs:call_prev (Results 1 – 3 of 3) sorted by relevance
265 struct calllist_s *call_prev; member298 (e)->call_prev = (calllist_t *)ctp; \299 ctp->ct_call_next->call_prev = (e); \309 (e)->call_prev->call_next = (e)->call_next; \310 (e)->call_next->call_prev = (e)->call_prev; \
2735 if (e->call_prev) in connmgr_connect()2736 e->call_prev->call_next = e->call_next; in connmgr_connect()2740 e->call_next->call_prev = e->call_prev; in connmgr_connect()2904 if (e->call_prev) in connmgr_getopt_int()2905 e->call_prev->call_next = e->call_next; in connmgr_getopt_int()2909 e->call_next->call_prev = e->call_prev; in connmgr_getopt_int()2996 if (e->call_prev) in connmgr_setopt_int()2997 e->call_prev->call_next = e->call_next; in connmgr_setopt_int()3001 e->call_next->call_prev = e->call_prev; in connmgr_setopt_int()3146 clnt_pending->call_prev = e; in clnt_dispatch_send()[all …]
410 p->cku_call.call_prev = NULL; in clnt_clts_kinit()