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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c352 calllist_t cku_call; /* for dispatching calls */
386 int, calllist_t *, int *, bool_t reconnect,
391 static bool_t connmgr_setbufsz(calllist_t *e, queue_t *wq, cred_t *cr);
393 calllist_t *e, cred_t *cr);
395 calllist_t *e, cred_t *cr);
396 static bool_t connmgr_setopt(queue_t *, int, int, calllist_t *, cred_t *cr);
413 static int clnt_dispatch_send(queue_t *, mblk_t *, calllist_t *, uint_t,
418 static int waitforack(calllist_t *, t_scalar_t, const struct timeval *, bool_t);
441 static calllist_t *clnt_pending = NULL;
748 calllist_t *cal
[all...]
H A Dclnt.h278 } calllist_t; typedef in typeref:struct:calllist_s
298 (e)->call_prev = (calllist_t *)ctp; \
316 calllist_t *cp; \
320 cp != (calllist_t *)(ctp); \
H A Dclnt_gen.c385 ctp[i].ct_call_next = (calllist_t *)&ctp[i];
386 ctp[i].ct_call_prev = (calllist_t *)&ctp[i];
H A Dclnt_clts.c180 calllist_t *, uint_t, cred_t *);
203 calllist_t cku_call;
477 calllist_t *call = &p->cku_call;
1097 calllist_t *call = &p->cku_call;
2018 calllist_t *cp, uint_t xid, cred_t *cr)
2090 calllist_t *e = NULL;

Completed in 72 milliseconds