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

/freebsd-9.3-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-9.3-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-9.3-release/sys/nfs/
H A Dkrpc.h31 #define PMAPPROC_CALLIT 5 macro
/freebsd-9.3-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-9.3-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-9.3-release/usr.sbin/rpcbind/
H A Dpmap_svc.c126 case PMAPPROC_CALLIT:
134 rpcbproc_callit_com(rqstp, xprt, PMAPPROC_CALLIT, PMAPVERS);
/freebsd-9.3-release/lib/libc/rpc/
H A Dpmap_rmt.c108 stat = CLNT_CALL(client, (rpcproc_t)PMAPPROC_CALLIT,
H A Dclnt_bcast.c406 msg.rm_call.cb_proc = PMAPPROC_CALLIT;
/freebsd-9.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c1042 case PMAPPROC_CALLIT:
1064 if (inf[RPCBVERS_2_STAT].info[PMAPPROC_CALLIT]) {

Completed in 123 milliseconds