Symbol: pmaplist
include/rpc/pmap_clnt.h
71
extern struct pmaplist *pmap_getmaps(struct sockaddr_in *);
include/rpc/pmap_prot.h
102
extern bool_t xdr_pmaplist (XDR *, struct pmaplist **);
include/rpc/pmap_prot.h
103
extern bool_t xdr_pmaplist_ptr (XDR *, struct pmaplist *);
include/rpc/pmap_prot.h
97
struct pmaplist *pml_next;
lib/libc/rpc/pmap_getmaps.c
81
struct pmaplist *
lib/libc/rpc/pmap_getmaps.c
84
struct pmaplist *head = NULL;
lib/libc/rpc/pmap_prot2.c
102
xdr_pmaplist(XDR *xdrs, struct pmaplist **rp)
lib/libc/rpc/pmap_prot2.c
111
struct pmaplist **next = NULL; /* pacify gcc */
lib/libc/rpc/pmap_prot2.c
132
(u_int)sizeof(struct pmaplist), (xdrproc_t)xdr_pmap))
lib/libc/rpc/pmap_prot2.c
144
xdr_pmaplist_ptr(XDR *xdrs, struct pmaplist *rp)
lib/libc/rpc/pmap_prot2.c
150
return xdr_pmaplist(xdrs, (struct pmaplist **)(void *)rp);
usr.bin/rpcinfo/rpcinfo.c
470
struct pmaplist *head = NULL;
usr.bin/rpcinfo/rpcinfo.c
742
struct pmaplist *pmaphead = NULL;
usr.sbin/rpcbind/pmap_svc.c
150
static struct pmaplist *
usr.sbin/rpcbind/pmap_svc.c
153
register struct pmaplist *hit = NULL;
usr.sbin/rpcbind/pmap_svc.c
154
register struct pmaplist *pml;
usr.sbin/rpcbind/pmap_svc.c
267
struct pmaplist *fnd;
usr.sbin/rpcbind/pmap_svc.c
61
static struct pmaplist *find_service_pmap(rpcprog_t, rpcvers_t, rpcprot_t);
usr.sbin/rpcbind/rpcb_svc_com.c
1442
struct pmaplist *pml;
usr.sbin/rpcbind/rpcb_svc_com.c
1475
struct pmaplist *fnd;
usr.sbin/rpcbind/rpcb_svc_com.c
1491
struct pmaplist *pml;
usr.sbin/rpcbind/rpcb_svc_com.c
1492
struct pmaplist *prevpml, *fnd;
usr.sbin/rpcbind/rpcbind.c
125
struct pmaplist *list_pml; /* A list of version 2 rpcbind services */
usr.sbin/rpcbind/rpcbind.c
581
struct pmaplist *pml;
usr.sbin/rpcbind/rpcbind.h
78
extern struct pmaplist *list_pml; /* A list of version 2 rpcbind services */
usr.sbin/rpcbind/warmstart.c
151
struct pmaplist *tmp_pmapl = NULL;