HomeSort by: relevance | last modified time | path
    Searched refs:PMAPPROC_CALLIT (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/lib/libsa/
rpc.h 49 #define PMAPPROC_CALLIT 5
bootparam.c 108 /* RPC structures for PMAPPROC_CALLIT */
146 * Build request args for PMAPPROC_CALLIT.
166 len = rpc_call(d, PMAPPROG, PMAPVERS, PMAPPROC_CALLIT,
179 * indirect call (using PMAPPROC_CALLIT), so get the
  /src/include/rpc/
pmap_prot.h 60 * 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)
  /src/sys/fs/nfs/common/
krpc.h 32 #define PMAPPROC_CALLIT 5
  /src/sys/nfs/
krpc.h 36 #define PMAPPROC_CALLIT 5
nfs_bootparam.c 299 /* RPC structures for PMAPPROC_CALLIT */
318 * Build request message for PMAPPROC_CALLIT.
336 PMAPPROC_CALLIT, &m, &from, l);
  /src/usr.sbin/rpcbind/
pmap_svc.c 124 case PMAPPROC_CALLIT:
132 rpcbproc_callit_com(rqstp, xprt, PMAPPROC_CALLIT, PMAPVERS);
  /src/lib/libc/rpc/
pmap_rmt.c 114 stat = CLNT_CALL(client, (rpcproc_t)PMAPPROC_CALLIT,
clnt_bcast.c 424 msg.rm_call.cb_proc = PMAPPROC_CALLIT;
  /src/usr.bin/rpcinfo/
rpcinfo.c 1061 case PMAPPROC_CALLIT:
1084 if (inf[RPCBVERS_2_STAT].info[PMAPPROC_CALLIT]) {
  /src/usr.sbin/ypbind/
ypbind.c 1365 msg.rm_call.cb_proc = PMAPPROC_CALLIT;

Completed in 19 milliseconds