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

/freebsd-13-stable/stand/libsa/
H A Drpc.h47 #define PMAPPROC_CALLIT 5 macro
H A Dbootparam.c109 /* RPC structures for PMAPPROC_CALLIT */
143 * Build request args for PMAPPROC_CALLIT.
163 len = rpc_call(d, PMAPPROG, PMAPVERS, PMAPPROC_CALLIT,
175 * indirect call (using PMAPPROC_CALLIT), so get the
/freebsd-13-stable/include/rpc/
H A Dpmap_prot.h62 * PMAPPROC_CALLIT(unsigned, unsigned, unsigned, string<>)
64 * usage: encapsulatedresults = PMAPPROC_CALLIT(prog, vers, proc, encapsulatedargs);
69 * This file has no interface to xdr routines for PMAPPROC_CALLIT.
88 #define PMAPPROC_CALLIT ((u_long)5) macro
/freebsd-13-stable/sys/rpc/
H A Dpmap_prot.h62 * PMAPPROC_CALLIT(unsigned, unsigned, unsigned, string<>)
64 * usage: encapsulatedresults = PMAPPROC_CALLIT(prog, vers, proc, encapsulatedargs);
69 * This file has no interface to xdr routines for PMAPPROC_CALLIT.
88 #define PMAPPROC_CALLIT ((u_long)5) macro
/freebsd-13-stable/sys/nfs/
H A Dkrpc.h31 #define PMAPPROC_CALLIT 5 macro
/freebsd-13-stable/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-13-stable/usr.sbin/rpcbind/
H A Dpmap_svc.c127 case PMAPPROC_CALLIT:
135 rpcbproc_callit_com(rqstp, xprt, PMAPPROC_CALLIT, PMAPVERS);
/freebsd-13-stable/lib/libc/rpc/
H A Dpmap_rmt.c105 stat = CLNT_CALL(client, (rpcproc_t)PMAPPROC_CALLIT,
H A Dclnt_bcast.c414 msg.rm_call.cb_proc = PMAPPROC_CALLIT;
/freebsd-13-stable/usr.bin/rpcinfo/
H A Drpcinfo.c1050 case PMAPPROC_CALLIT:
1072 if (inf[RPCBVERS_2_STAT].info[PMAPPROC_CALLIT]) {

Completed in 77 milliseconds