Searched defs:clnt_dispatch_send (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c413 static int clnt_dispatch_send(queue_t *, mblk_t *, calllist_t *, uint_t,
1115 status = clnt_dispatch_send(wq, mp, call, p->cku_xid,
2697 if (clnt_dispatch_send(wq, mp, e, 0, 0) != RPC_SUCCESS) {
2892 if (clnt_dispatch_send(wq, mp, e, 0, 0) != RPC_SUCCESS) {
2984 if (clnt_dispatch_send(wq, mp, e, 0, 0) != RPC_SUCCESS) {
3105 clnt_dispatch_send(queue_t *q, mblk_t *mp, calllist_t *e, uint_t xid, function
3138 RPCLOG(64, "clnt_dispatch_send: putting xid 0x%x on "

Completed in 65 milliseconds