HomeSort by: relevance | last modified time | path
    Searched refs:xdr_rmtcallres (Results 1 - 5 of 5) sorted by relevancy

  /src/include/rpc/
pmap_rmt.h 61 extern bool_t xdr_rmtcallres (XDR *, struct rmtcallres *);
  /src/lib/libc/rpc/
pmap_rmt.c 77 __weak_alias(xdr_rmtcallres,_xdr_rmtcallres)
115 (xdrproc_t)xdr_rmtcall_args, &a, (xdrproc_t)xdr_rmtcallres,
163 xdr_rmtcallres(XDR *xdrs, struct rmtcallres *crp) function in typeref:typename:bool_t
clnt_bcast.c 596 (xdrproc_t)xdr_rmtcallres;
  /src/lib/libc/include/
namespace.h 858 #define xdr_rmtcallres _xdr_rmtcallres macro
  /src/usr.sbin/ypbind/
ypbind.c 1236 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_rmtcallres;

Completed in 79 milliseconds