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

/freebsd-10.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-10.0-release/include/rpc/
H A Dpmap_prot.h61 * PMAPPROC_CALLIT(unsigned, unsigned, unsigned, string<>)
63 * usage: encapsulatedresults = PMAPPROC_CALLIT(prog, vers, proc, encapsulatedargs);
68 * This file has no interface to xdr routines for PMAPPROC_CALLIT.
87 #define PMAPPROC_CALLIT ((u_long)5) macro
/freebsd-10.0-release/sys/nfs/
H A Dkrpc.h31 #define PMAPPROC_CALLIT 5 macro
/freebsd-10.0-release/sys/rpc/
H A Dpmap_prot.h61 * PMAPPROC_CALLIT(unsigned, unsigned, unsigned, string<>)
63 * usage: encapsulatedresults = PMAPPROC_CALLIT(prog, vers, proc, encapsulatedargs);
68 * This file has no interface to xdr routines for PMAPPROC_CALLIT.
87 #define PMAPPROC_CALLIT ((u_long)5) macro
/freebsd-10.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-10.0-release/usr.sbin/rpcbind/
H A Dpmap_svc.c126 case PMAPPROC_CALLIT:
134 rpcbproc_callit_com(rqstp, xprt, PMAPPROC_CALLIT, PMAPVERS);
/freebsd-10.0-release/lib/libc/rpc/
H A Dpmap_rmt.c109 stat = CLNT_CALL(client, (rpcproc_t)PMAPPROC_CALLIT,
H A Dclnt_bcast.c407 msg.rm_call.cb_proc = PMAPPROC_CALLIT;
/freebsd-10.0-release/usr.bin/rpcinfo/
H A Drpcinfo.c1048 case PMAPPROC_CALLIT:
1070 if (inf[RPCBVERS_2_STAT].info[PMAPPROC_CALLIT]) {

Completed in 180 milliseconds