Home
last modified time | relevance | path

Searched refs:call_prev (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h265 struct calllist_s *call_prev; member
298 (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; \
H A Dclnt_cots.c2735 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 …]
H A Dclnt_clts.c410 p->cku_call.call_prev = NULL; in clnt_clts_kinit()