Home
last modified time | relevance | path

Searched refs:calllist_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c354 calllist_t cku_call; /* for dispatching calls */
388 int, calllist_t *, int *, bool_t reconnect,
393 static bool_t connmgr_setbufsz(calllist_t *e, queue_t *wq, cred_t *cr);
395 calllist_t *e, cred_t *cr);
397 calllist_t *e, cred_t *cr);
398 static bool_t connmgr_setopt(queue_t *, int, int, calllist_t *, cred_t *cr);
415 static int clnt_dispatch_send(queue_t *, mblk_t *, calllist_t *, uint_t,
420 static int waitforack(calllist_t *, t_scalar_t, const struct timeval *, bool_t);
443 static calllist_t *clnt_pending = NULL;
751 calllist_t *call = &p->cku_call; in clnt_cots_kdestroy()
[all …]
H A Dclnt.h278 } calllist_t; typedef
298 (e)->call_prev = (calllist_t *)ctp; \
316 calllist_t *cp; \
320 cp != (calllist_t *)(ctp); \
H A Dclnt_gen.c383 ctp[i].ct_call_next = (calllist_t *)&ctp[i]; in call_table_init()
384 ctp[i].ct_call_prev = (calllist_t *)&ctp[i]; in call_table_init()
H A Dclnt_clts.c180 calllist_t *, uint_t, cred_t *);
203 calllist_t cku_call;
477 calllist_t *call = &p->cku_call; in clnt_clts_kcallit_addr()
1108 calllist_t *call = &p->cku_call; in clnt_clts_kdestroy()
2029 calllist_t *cp, uint_t xid, cred_t *cr) in clnt_clts_dispatch_send()
2101 calllist_t *e = NULL; in clnt_clts_dispatch_notify()