Searched refs:PMAPPROC_CALLIT (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | rpc.h | 47 #define PMAPPROC_CALLIT 5 macro
|
H A D | bootparam.c | 110 /* 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 D | pmap_prot.h | 49 * 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 D | pmap_prot.x | 65 % * 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 D | snoop_pmap.c | 113 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 D | pmap_svc.c | 117 case PMAPPROC_CALLIT: 125 rpcbproc_callit_com(rqstp, xprt, PMAPPROC_CALLIT, PMAPVERS);
|
H A D | rpcb_check.c | 96 PMAPPROC_CALLIT, "callit",
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | pmap_clnt.c | 216 stat = CLNT_CALL(client, PMAPPROC_CALLIT,
|
H A D | clnt_bcast.c | 299 msg.rm_call.cb_proc = PMAPPROC_CALLIT;
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | pmap.c | 324 * 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 D | rpcinfo.c | 1132 case PMAPPROC_CALLIT: 1154 if (inf[RPCBVERS_2_STAT].info[PMAPPROC_CALLIT]) {
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1983 stat = clnt_clts_kcallit_addr(cl, PMAPPROC_CALLIT, 2019 stat = clnt_clts_kcallit_addr(cl, PMAPPROC_CALLIT,
|
Completed in 114 milliseconds