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.h266 struct calllist_s *call_prev; member
299 (e)->call_prev = (calllist_t *)ctp; \
300 ctp->ct_call_next->call_prev = (e); \
310 (e)->call_prev->call_next = (e)->call_next; \
311 (e)->call_next->call_prev = (e)->call_prev; \
H A Dclnt_cots.c3293 if (e->call_prev) in connmgr_connect()
3294 e->call_prev->call_next = e->call_next; in connmgr_connect()
3298 e->call_next->call_prev = e->call_prev; in connmgr_connect()
3462 if (e->call_prev) in connmgr_getopt_int()
3463 e->call_prev->call_next = e->call_next; in connmgr_getopt_int()
3467 e->call_next->call_prev = e->call_prev; in connmgr_getopt_int()
3554 if (e->call_prev) in connmgr_setopt_int()
3555 e->call_prev->call_next = e->call_next; in connmgr_setopt_int()
3559 e->call_next->call_prev = e->call_prev; in connmgr_setopt_int()
3879 clnt_pending->call_prev = e; in clnt_dispatch_send()
[all …]
H A Dclnt_clts.c415 p->cku_call.call_prev = NULL; in clnt_clts_kinit()