Searched refs:xdr_rmtcall_args (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/include/rpc/
H A Dpmap_rmt.h60 extern bool_t xdr_rmtcall_args(XDR *, struct rmtcallargs *);
/freebsd-10.2-release/lib/libc/rpc/
H A Dpmap_rmt.c109 (xdrproc_t)xdr_rmtcall_args, &a, (xdrproc_t)xdr_rmtcallres,
125 xdr_rmtcall_args(xdrs, cap) function
H A Dclnt_bcast.c417 (! xdr_rmtcall_args(xdrs, &barg_pmap))) {
/freebsd-10.2-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c99 static bool_t xdr_rmtcall_args(XDR *, struct r_rmtcall_args *);
420 xdr_rmtcall_args(XDR *xdrs, struct r_rmtcall_args *cap) function
650 if (!svc_getargs(transp, (xdrproc_t) xdr_rmtcall_args, (char *) &a)) {
/freebsd-10.2-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c97 static bool_t xdr_rmtcall_args(XDR *, struct r_rmtcall_args *);
430 xdr_rmtcall_args(XDR *xdrs, struct r_rmtcall_args *cap) function
659 if (!svc_getargs(transp, (xdrproc_t) xdr_rmtcall_args, (char *) &a)) {
/freebsd-10.2-release/contrib/gcc/
H A Dsys-protos.h1297 extern int xdr_rmtcall_args(/* ??? */);

Completed in 106 milliseconds