Home
last modified time | relevance | path

Searched refs:PMAPLIST (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/rpcbind/
H A Dpmap_svc.c144 static PMAPLIST *
147 PMAPLIST *hit = NULL; in find_service_pmap()
148 PMAPLIST *pml; in find_service_pmap()
246 PMAPLIST *fnd; in pmapproc_getport()
H A Drpcbind.c183 PMAPLIST *list_pml; /* A list of version 2 rpcbind services */
617 PMAPLIST *pml; in init_transport()
625 pml = malloc(sizeof (PMAPLIST)); in init_transport()
662 pml = malloc(sizeof (PMAPLIST)); in init_transport()
673 pml = malloc(sizeof (PMAPLIST)); in init_transport()
/illumos-gate/usr/src/uts/common/rpc/
H A Dpmap_prot.x129 %typedef struct pmaplist PMAPLIST; typedef
264 %typedef struct pmaplist PMAPLIST; typedef
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dpmap_prot.c166 xdr_pmaplist(XDR *xdrs, PMAPLIST **rp) in xdr_pmaplist()