HomeSort by: relevance | last modified time | path
    Searched defs:xdr_rmtcall_args (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/rpc/
pmap_rmt.c 76 __weak_alias(xdr_rmtcall_args,_xdr_rmtcall_args)
115 (xdrproc_t)xdr_rmtcall_args, &a, (xdrproc_t)xdr_rmtcallres,
131 xdr_rmtcall_args(XDR *xdrs, struct rmtcallargs *cap) function in typeref:typename:bool_t
  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 106 static bool_t xdr_rmtcall_args(XDR *, struct r_rmtcall_args *);
444 xdr_rmtcall_args(XDR *xdrs, struct r_rmtcall_args *cap) function in typeref:typename:bool_t
668 if (!svc_getargs(transp, (xdrproc_t) xdr_rmtcall_args, (char *) &a)) {
  /src/lib/libc/include/
namespace.h 857 #define xdr_rmtcall_args _xdr_rmtcall_args macro

Completed in 17 milliseconds