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

  /src/sys/lib/libsa/
rpc.h 47 #define PMAPPROC_GETPORT 3
rpc.c 430 cc = rpc_call(d, PMAPPROG, PMAPVERS, PMAPPROC_GETPORT,
  /src/include/rpc/
pmap_prot.h 54 * PMAPPROC_GETPORT(struct pmap) returns (long unsigned).
84 #define PMAPPROC_GETPORT ((u_long)3)
  /src/sys/fs/nfs/common/
krpc.h 30 #define PMAPPROC_GETPORT 3
krpc_subr.c 165 PMAPPROC_GETPORT, &m, NULL, td);
  /src/sys/nfs/
krpc.h 34 #define PMAPPROC_GETPORT 3
krpc_subr.c 170 PMAPPROC_GETPORT, &m, NULL, l);
  /src/lib/libc/rpc/
pmap_getport.c 81 if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT, (xdrproc_t)xdr_pmap,
rpcb_clnt.c 736 clnt_st = CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT,
  /src/usr.bin/eject/
am_glue.c 82 rv = CLNT_CALL(cl, (rpcproc_t)PMAPPROC_GETPORT,
  /src/usr.sbin/rpcbind/
pmap_svc.c 63 static bool_t pmapproc_getport(struct svc_req *, SVCXPRT *);
105 case PMAPPROC_GETPORT:
110 pmapproc_getport(rqstp, xprt);
262 pmapproc_getport(struct svc_req *rqstp __unused, SVCXPRT *xprt) function in typeref:typename:bool_t
277 if (!check_access(xprt, PMAPPROC_GETPORT, &reg, PMAPVERS)) {
  /src/usr.bin/rpcinfo/
rpcinfo.c 1054 case PMAPPROC_GETPORT:
1090 if (inf[RPCBVERS_2_STAT].info[PMAPPROC_GETPORT]) {
  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 467 stat = CLNT_CALL(rpcb, (rpcprog_t) PMAPPROC_GETPORT,

Completed in 20 milliseconds