Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c1693 clnt_dispatch_notifyall(WR(q), type, reason); in mir_rput_proto()
1709 clnt_dispatch_notifyall(WR(q), type, reason); in mir_rput_proto()
1723 clnt_dispatch_notifyall(WR(q), type, reason); in mir_rput_proto()
2245 clnt_dispatch_notifyall(wq, T_ORDREL_REQ, 0); in mir_timer()
2804 clnt_dispatch_notifyall(WR(q), T_DISCON_REQ, 0); in mir_disconnect()
H A Dclnt.h416 extern void clnt_dispatch_notifyall(queue_t *, int32_t, int32_t);
H A Dclnt_cots.c3374 clnt_dispatch_notifyall(queue_t *q, int32_t msg_type, int32_t reason) in clnt_dispatch_notifyall() function