Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c415 static int clnt_dispatch_send(queue_t *, mblk_t *, calllist_t *, uint_t,
1118 status = clnt_dispatch_send(wq, mp, call, p->cku_xid, in clnt_cots_kcallit()
2697 if (clnt_dispatch_send(wq, mp, e, 0, 0) != RPC_SUCCESS) { in connmgr_connect()
2892 if (clnt_dispatch_send(wq, mp, e, 0, 0) != RPC_SUCCESS) { in connmgr_getopt_int()
2984 if (clnt_dispatch_send(wq, mp, e, 0, 0) != RPC_SUCCESS) { in connmgr_setopt_int()
3105 clnt_dispatch_send(queue_t *q, mblk_t *mp, calllist_t *e, uint_t xid, in clnt_dispatch_send() function