Searched refs:xdr_accepted_reply (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpc_msg.h | 199 * xdr_accepted_reply(xdrs, ar) 209 extern bool_t xdr_accepted_reply(XDR *, struct accepted_reply *); 213 extern bool_t xdr_accepted_reply();
|
H A D | rpc_prot.c | 89 xdr_accepted_reply(XDR *xdrs, struct accepted_reply *ar) function 132 { MSG_ACCEPTED, xdr_accepted_reply }, 169 * stat and rest of reply, copied from xdr_accepted_reply 226 * xdr_accepted_reply 286 * stat and rest of reply, copied from xdr_accepted_reply
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rpc_prot.c | 85 xdr_accepted_reply(XDR *xdrs, struct accepted_reply *ar) function 159 * stat and rest of reply, copied from xdr_accepted_reply 221 * xdr_accepted_reply 238 reply_dscrm[0].proc = (xdrproc_t)xdr_accepted_reply;
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 259 xdr_accepted_reply.3nsl \ 485 xdr_accepted_reply.3nsl := LINKSRC = rpc_xdr.3nsl
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 661 bool_t xdr_accepted_reply(XDR *xdrs, struct accepted_reply *ar);
|
Completed in 48 milliseconds