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

/freebsd-current/stand/libsa/
H A Drpc.h45 #define PMAPPROC_CALLIT 5 macro
H A Dbootparam.c106 /* RPC structures for PMAPPROC_CALLIT */
140 * Build request args for PMAPPROC_CALLIT.
160 len = rpc_call(d, PMAPPROG, PMAPVERS, PMAPPROC_CALLIT,
172 * indirect call (using PMAPPROC_CALLIT), so get the
/freebsd-current/sys/nfs/
H A Dkrpc.h30 #define PMAPPROC_CALLIT 5 macro
/freebsd-current/sys/rpc/
H A Dpmap_prot.h58 * PMAPPROC_CALLIT(unsigned, unsigned, unsigned, string<>)
60 * usage: encapsulatedresults = PMAPPROC_CALLIT(prog, vers, proc, encapsulatedargs);
65 * This file has no interface to xdr routines for PMAPPROC_CALLIT.
84 #define PMAPPROC_CALLIT ((u_long)5) macro
/freebsd-current/include/rpc/
H A Dpmap_prot.h58 * PMAPPROC_CALLIT(unsigned, unsigned, unsigned, string<>)
60 * usage: encapsulatedresults = PMAPPROC_CALLIT(prog, vers, proc, encapsulatedargs);
65 * This file has no interface to xdr routines for PMAPPROC_CALLIT.
84 #define PMAPPROC_CALLIT ((u_long)5) macro
/freebsd-current/include/rpcsvc/
H A Dpmap_prot.x70 % * PMAPPROC_CALLIT(unsigned, unsigned, unsigned, string<>)
72 % * usage: encapsulatedresults = PMAPPROC_CALLIT(prog, vers, proc,
78 % * This file has no interface to xdr routines for PMAPPROC_CALLIT.
234 PMAPPROC_CALLIT(rmtcallargs) = 5;
/freebsd-current/usr.sbin/rpcbind/
H A Dpmap_svc.c118 case PMAPPROC_CALLIT:
126 rpcbproc_callit_com(rqstp, xprt, PMAPPROC_CALLIT, PMAPVERS);
/freebsd-current/lib/libc/rpc/
H A Dpmap_rmt.c98 stat = CLNT_CALL(client, (rpcproc_t)PMAPPROC_CALLIT,
H A Dclnt_bcast.c406 msg.rm_call.cb_proc = PMAPPROC_CALLIT;
/freebsd-current/usr.bin/rpcinfo/
H A Drpcinfo.c1040 case PMAPPROC_CALLIT:
1062 if (inf[RPCBVERS_2_STAT].info[PMAPPROC_CALLIT]) {

Completed in 314 milliseconds