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

/illumos-gate/usr/src/boot/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
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dpmap_prot.h49 * PMAPPROC_CALLIT(unsigned, unsigned, unsigned, string<>)
52 * PMAPPROC_CALLIT(prog, vers, proc, encapsulatedargs);
57 * This file has no interface to xdr routines for PMAPPROC_CALLIT.
75 #define PMAPPROC_CALLIT ((u_long)5) macro
/illumos-gate/usr/src/uts/common/rpc/
H A Dpmap_prot.x65 % * PMAPPROC_CALLIT(unsigned, unsigned, unsigned, string<>)
67 % * usage: encapsulatedresults = PMAPPROC_CALLIT(prog, vers, proc,
73 % * This file has no interface to xdr routines for PMAPPROC_CALLIT.
231 PMAPPROC_CALLIT(rmtcallargs) = 5;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pmap.c113 if (proc == PMAPPROC_CALLIT) {
146 case PMAPPROC_CALLIT:
176 case PMAPPROC_CALLIT:
225 case PMAPPROC_CALLIT:
255 case PMAPPROC_CALLIT:
/illumos-gate/usr/src/cmd/rpcbind/
H A Dpmap_svc.c117 case PMAPPROC_CALLIT:
125 rpcbproc_callit_com(rqstp, xprt, PMAPPROC_CALLIT, PMAPVERS);
H A Drpcb_check.c96 PMAPPROC_CALLIT, "callit",
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dpmap_clnt.c216 stat = CLNT_CALL(client, PMAPPROC_CALLIT,
H A Dclnt_bcast.c299 msg.rm_call.cb_proc = PMAPPROC_CALLIT;
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c324 * bpmap_rmtcall: does PMAPPROC_CALLIT broadcasts w/ rpc_call requests.
365 (rpcproc_t)PMAPPROC_CALLIT, xdr_rmtcall_args, (caddr_t)&pmap_a,
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1132 case PMAPPROC_CALLIT:
1154 if (inf[RPCBVERS_2_STAT].info[PMAPPROC_CALLIT]) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1983 stat = clnt_clts_kcallit_addr(cl, PMAPPROC_CALLIT,
2019 stat = clnt_clts_kcallit_addr(cl, PMAPPROC_CALLIT,

Completed in 114 milliseconds