Searched refs:PMAPPROC_CALLIT (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/lib/libstand/
H A Drpc.h47 #define PMAPPROC_CALLIT 5 macro
H A Dbootparam.c110 /* RPC structures for PMAPPROC_CALLIT */
147 * Build request args for PMAPPROC_CALLIT.
166 len = rpc_call(d, PMAPPROG, PMAPVERS, PMAPPROC_CALLIT,
179 * indirect call (using PMAPPROC_CALLIT), so get the
/freebsd-11.0-release/include/rpc/
H A Dpmap_prot.h60 * PMAPPROC_CALLIT(unsigned, unsigned, unsigned, string<>)
62 * usage: encapsulatedresults = PMAPPROC_CALLIT(prog, vers, proc, encapsulatedargs);
67 * This file has no interface to xdr routines for PMAPPROC_CALLIT.
86 #define PMAPPROC_CALLIT ((u_long)5) macro
/freebsd-11.0-release/sys/nfs/
H A Dkrpc.h31 #define PMAPPROC_CALLIT 5 macro
/freebsd-11.0-release/sys/rpc/
H A Dpmap_prot.h60 * PMAPPROC_CALLIT(unsigned, unsigned, unsigned, string<>)
62 * usage: encapsulatedresults = PMAPPROC_CALLIT(prog, vers, proc, encapsulatedargs);
67 * This file has no interface to xdr routines for PMAPPROC_CALLIT.
86 #define PMAPPROC_CALLIT ((u_long)5) macro
/freebsd-11.0-release/include/rpcsvc/
H A Dpmap_prot.x74 % * PMAPPROC_CALLIT(unsigned, unsigned, unsigned, string<>)
76 % * usage: encapsulatedresults = PMAPPROC_CALLIT(prog, vers, proc,
82 % * This file has no interface to xdr routines for PMAPPROC_CALLIT.
238 PMAPPROC_CALLIT(rmtcallargs) = 5;
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Dpmap_svc.c124 case PMAPPROC_CALLIT:
132 rpcbproc_callit_com(rqstp, xprt, PMAPPROC_CALLIT, PMAPVERS);
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Dpmap_svc.c125 case PMAPPROC_CALLIT:
133 rpcbproc_callit_com(rqstp, xprt, PMAPPROC_CALLIT, PMAPVERS);
/freebsd-11.0-release/lib/libc/rpc/
H A Dpmap_rmt.c103 stat = CLNT_CALL(client, (rpcproc_t)PMAPPROC_CALLIT,
H A Dclnt_bcast.c412 msg.rm_call.cb_proc = PMAPPROC_CALLIT;
/freebsd-11.0-release/usr.bin/rpcinfo/
H A Drpcinfo.c1050 case PMAPPROC_CALLIT:
1072 if (inf[RPCBVERS_2_STAT].info[PMAPPROC_CALLIT]) {

Completed in 141 milliseconds