Symbol: pmaplist
crypto/krb5/src/include/gssrpc/pmap_clnt.h
68
extern struct pmaplist *pmap_getmaps(struct sockaddr_in *);
crypto/krb5/src/include/gssrpc/pmap_prot.h
100
extern bool_t xdr_pmaplist(XDR *, struct pmaplist **);
crypto/krb5/src/include/gssrpc/pmap_prot.h
97
struct pmaplist *pml_next;
crypto/krb5/src/lib/rpc/pmap_getmaps.c
66
struct pmaplist *
crypto/krb5/src/lib/rpc/pmap_getmaps.c
69
struct pmaplist *head = (struct pmaplist *)NULL;
crypto/krb5/src/lib/rpc/pmap_prot2.c
112
(u_int)sizeof(struct pmaplist),
crypto/krb5/src/lib/rpc/pmap_prot2.c
87
xdr_pmaplist(XDR *xdrs, struct pmaplist **rp)
crypto/krb5/src/lib/rpc/pmap_prot2.c
96
struct pmaplist **next = NULL;
include/rpc/pmap_clnt.h
71
extern struct pmaplist *pmap_getmaps(struct sockaddr_in *);
include/rpc/pmap_prot.h
100
extern bool_t xdr_pmaplist(XDR *, struct pmaplist **);
include/rpc/pmap_prot.h
101
extern bool_t xdr_pmaplist_ptr(XDR *, struct pmaplist *);
include/rpc/pmap_prot.h
95
struct pmaplist *pml_next;
lib/libc/rpc/pmap_getmaps.c
67
struct pmaplist *
lib/libc/rpc/pmap_getmaps.c
70
struct pmaplist *head = NULL;
lib/libc/rpc/pmap_prot2.c
118
(u_int)sizeof(struct pmaplist), (xdrproc_t)xdr_pmap))
lib/libc/rpc/pmap_prot2.c
130
xdr_pmaplist_ptr(XDR *xdrs, struct pmaplist *rp)
lib/libc/rpc/pmap_prot2.c
132
return xdr_pmaplist(xdrs, (struct pmaplist **)(void *)rp);
lib/libc/rpc/pmap_prot2.c
88
xdr_pmaplist(XDR *xdrs, struct pmaplist **rp)
lib/libc/rpc/pmap_prot2.c
97
struct pmaplist **next = NULL; /* pacify gcc */
sys/arm/arm/pmap-v6.c
258
LIST_HEAD(pmaplist, pmap);
sys/arm/arm/pmap-v6.c
259
static struct pmaplist allpmaps;
sys/riscv/riscv/pmap.c
226
LIST_HEAD(pmaplist, pmap);
sys/riscv/riscv/pmap.c
227
static struct pmaplist allpmaps = LIST_HEAD_INITIALIZER();
sys/rpc/pmap_prot.h
100
extern bool_t xdr_pmaplist(XDR *, struct pmaplist **);
sys/rpc/pmap_prot.h
101
extern bool_t xdr_pmaplist_ptr(XDR *, struct pmaplist *);
sys/rpc/pmap_prot.h
95
struct pmaplist *pml_next;
usr.bin/rpcinfo/rpcinfo.c
463
struct pmaplist *head = NULL;
usr.bin/rpcinfo/rpcinfo.c
735
struct pmaplist *pmaphead = NULL;
usr.sbin/rpcbind/pmap_svc.c
144
static struct pmaplist *
usr.sbin/rpcbind/pmap_svc.c
147
register struct pmaplist *hit = NULL;
usr.sbin/rpcbind/pmap_svc.c
148
register struct pmaplist *pml;
usr.sbin/rpcbind/pmap_svc.c
261
struct pmaplist *fnd;
usr.sbin/rpcbind/pmap_svc.c
55
static struct pmaplist *find_service_pmap(rpcprog_t, rpcvers_t, rpcprot_t);
usr.sbin/rpcbind/rpcb_svc_com.c
1404
struct pmaplist *pml;
usr.sbin/rpcbind/rpcb_svc_com.c
1437
struct pmaplist *fnd;
usr.sbin/rpcbind/rpcb_svc_com.c
1453
struct pmaplist *pml;
usr.sbin/rpcbind/rpcb_svc_com.c
1454
struct pmaplist *prevpml, *fnd;
usr.sbin/rpcbind/rpcbind.c
118
struct pmaplist *list_pml; /* A list of version 2 rpcbind services */
usr.sbin/rpcbind/rpcbind.c
579
struct pmaplist *pml;
usr.sbin/rpcbind/rpcbind.c
587
pml = malloc(sizeof (struct pmaplist));
usr.sbin/rpcbind/rpcbind.h
82
extern struct pmaplist *list_pml; /* A list of version 2 rpcbind services */
usr.sbin/rpcbind/warmstart.c
158
struct pmaplist *tmp_pmapl = NULL;