Symbol: pmaplist
include/rpc/pmap_clnt.h
71
struct pmaplist *pmap_getmaps(struct sockaddr_in *);
include/rpc/pmap_prot.h
101
extern bool_t xdr_pmaplist(XDR *, struct pmaplist **);
include/rpc/pmap_prot.h
102
extern bool_t xdr_pmaplist_ptr(XDR *, struct pmaplist *);
include/rpc/pmap_prot.h
96
struct pmaplist *pml_next;
lib/libc/rpc/pmap_getmaps.c
69
struct pmaplist *
lib/libc/rpc/pmap_getmaps.c
72
struct pmaplist *head = NULL;
lib/libc/rpc/pmap_prot2.c
120
(u_int)sizeof(struct pmaplist), (xdrproc_t)xdr_pmap))
lib/libc/rpc/pmap_prot2.c
132
xdr_pmaplist_ptr(XDR *xdrs, struct pmaplist *rp)
lib/libc/rpc/pmap_prot2.c
134
return xdr_pmaplist(xdrs, (struct pmaplist **)(void *)rp);
lib/libc/rpc/pmap_prot2.c
90
xdr_pmaplist(XDR *xdrs, struct pmaplist **rp)
lib/libc/rpc/pmap_prot2.c
99
struct pmaplist **next = NULL; /* pacify gcc */
usr.bin/rpcinfo/rpcinfo.c
461
struct pmaplist *head = NULL;
usr.bin/rpcinfo/rpcinfo.c
724
struct pmaplist *pmaphead = NULL;
usr.sbin/rpcbind/pmap_svc.c
143
static struct pmaplist *
usr.sbin/rpcbind/pmap_svc.c
146
struct pmaplist *hit = NULL;
usr.sbin/rpcbind/pmap_svc.c
147
struct pmaplist *pml;
usr.sbin/rpcbind/pmap_svc.c
260
struct pmaplist *fnd;
usr.sbin/rpcbind/pmap_svc.c
54
static struct pmaplist *find_service_pmap(rpcprog_t, rpcvers_t, rpcprot_t);
usr.sbin/rpcbind/rpcb_svc_com.c
1397
struct pmaplist *pml;
usr.sbin/rpcbind/rpcb_svc_com.c
1420
pml = malloc(sizeof (struct pmaplist));
usr.sbin/rpcbind/rpcb_svc_com.c
1430
struct pmaplist *fnd;
usr.sbin/rpcbind/rpcb_svc_com.c
1446
struct pmaplist *pml;
usr.sbin/rpcbind/rpcb_svc_com.c
1447
struct pmaplist *prevpml, *fnd;
usr.sbin/rpcbind/rpcbind.c
513
struct pmaplist *pml;
usr.sbin/rpcbind/rpcbind.c
521
pml = malloc(sizeof (struct pmaplist));
usr.sbin/rpcbind/rpcbind.c
561
pml = malloc(sizeof (struct pmaplist));
usr.sbin/rpcbind/rpcbind.c
572
pml = malloc (sizeof (struct pmaplist));
usr.sbin/rpcbind/rpcbind.c
97
struct pmaplist *list_pml; /* A list of version 2 rpcbind services */
usr.sbin/rpcbind/rpcbind.h
74
extern struct pmaplist *list_pml; /* A list of version 2 rpcbind services */
usr.sbin/rpcbind/warmstart.c
158
struct pmaplist *tmp_pmapl = NULL;