Searched refs:calllist_t (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/rpc/ |
H A D | clnt_cots.c | 347 calllist_t cku_call; /* for dispatching calls */ 381 int, calllist_t *, int *, bool_t reconnect, 386 static bool_t connmgr_setbufsz(calllist_t *e, queue_t *wq, cred_t *cr); 388 calllist_t *e, cred_t *cr); 390 calllist_t *e, cred_t *cr); 391 static bool_t connmgr_setopt(queue_t *, int, int, calllist_t *, cred_t *cr); 408 static int clnt_dispatch_send(queue_t *, mblk_t *, calllist_t *, uint_t, 413 static int waitforack(calllist_t *, t_scalar_t, const struct timeval *, bool_t); 436 static calllist_t *clnt_pending = NULL; 744 calllist_t *call = &p->cku_call; in clnt_cots_kdestroy() [all …]
|
H A D | clnt.h | 278 } calllist_t; typedef 298 (e)->call_prev = (calllist_t *)ctp; \ 316 calllist_t *cp; \ 320 cp != (calllist_t *)(ctp); \
|
H A D | clnt_gen.c | 385 ctp[i].ct_call_next = (calllist_t *)&ctp[i]; in call_table_init() 386 ctp[i].ct_call_prev = (calllist_t *)&ctp[i]; in call_table_init()
|
H A D | clnt_clts.c | 175 calllist_t *, uint_t, cred_t *); 198 calllist_t cku_call; 470 calllist_t *call = &p->cku_call; in clnt_clts_kcallit_addr() 1083 calllist_t *call = &p->cku_call; in clnt_clts_kdestroy() 2004 calllist_t *cp, uint_t xid, cred_t *cr) in clnt_clts_dispatch_send() 2076 calllist_t *e = NULL; in clnt_clts_dispatch_notify()
|