Searched refs:PMAPPROC_DUMP (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/stand/libsa/
H A Drpc.h46 #define PMAPPROC_DUMP 4 macro
/freebsd-13-stable/include/rpc/
H A Dpmap_prot.h60 * PMAPPROC_DUMP() RETURNS (struct pmaplist *)
87 #define PMAPPROC_DUMP ((u_long)4) macro
/freebsd-13-stable/sys/rpc/
H A Dpmap_prot.h60 * PMAPPROC_DUMP() RETURNS (struct pmaplist *)
87 #define PMAPPROC_DUMP ((u_long)4) macro
/freebsd-13-stable/sys/nfs/
H A Dkrpc.h30 #define PMAPPROC_DUMP 4 macro
/freebsd-13-stable/lib/libc/rpc/
H A Dpmap_getmaps.c90 if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_DUMP,
/freebsd-13-stable/include/rpcsvc/
H A Dpmap_prot.x72 % * PMAPPROC_DUMP() RETURNS (struct pmaplist_ptr)
130 typedef pm__list *pmaplist_ptr; /* results of PMAPPROC_DUMP */
235 PMAPPROC_DUMP(void) = 4;
/freebsd-13-stable/usr.sbin/rpcbind/
H A Dpmap_svc.c116 case PMAPPROC_DUMP:
122 fprintf(stderr, "PMAPPROC_DUMP\n");
353 if (!check_access(xprt, PMAPPROC_DUMP, NULL, PMAPVERS)) {
/freebsd-13-stable/usr.bin/rpcinfo/
H A Drpcinfo.c509 clnt_st = CLNT_CALL(client, PMAPPROC_DUMP, (xdrproc_t) xdr_void,
748 clnt_st = CLNT_CALL(client, PMAPPROC_DUMP,

Completed in 145 milliseconds