Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c1713 if (clnt_dispatch_notifyconn(WR(q), mp)) in mir_rput_proto()
1727 if (clnt_dispatch_notifyconn(WR(q), mp)) in mir_rput_proto()
1735 if (clnt_dispatch_notifyconn(WR(q), mp)) in mir_rput_proto()
H A Dclnt.h411 extern bool_t clnt_dispatch_notifyconn(queue_t *, mblk_t *);
H A Dclnt_cots.c3301 clnt_dispatch_notifyconn(queue_t *q, mblk_t *mp) in clnt_dispatch_notifyconn() function