Home
last modified time | relevance | path

Searched refs:pmaplist (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/uts/common/rpc/
H A Dpmap_prot.x125 %struct pmaplist { struct
127 % struct pmaplist *pml_next; argument
130 %typedef struct pmaplist pmaplist; typedef
131 %typedef struct pmaplist PMAPLIST;
137 %extern bool_t xdr_pmaplist(XDR *, pmaplist**);
262 %struct pmaplist { struct
264 % struct pmaplist *pml_next; argument
266 %typedef struct pmaplist PMAPLIST;
267 %typedef struct pmaplist *pmaplist_ptr;
H A Dpmap_clnt.h80 extern struct pmaplist *pmap_getmaps(struct sockaddr_in *);
93 extern struct pmaplist *pmap_getmaps();
/titanic_44/usr/src/stand/lib/fs/nfs/
H A Dpmap.c74 struct pmaplist pre_init[PMAP_STATIC + 1] = {
82 struct pmaplist *map_head = &pre_init[0];
83 struct pmaplist *map_tail = &pre_init[PMAP_STATIC];
94 struct pmaplist *newp; in bpmap_addport()
97 newp = (struct pmaplist *)bkmem_alloc(sizeof (struct pmaplist)); in bpmap_addport()
120 struct pmaplist *tmp, *prev; in bpmap_delport()
139 bkmem_free((caddr_t)tmp, sizeof (struct pmaplist)); in bpmap_delport()
426 struct pmaplist *walk; in bpmap_getport()
520 struct pmaplist *current, *tmp; in bpmap_memfree()
529 bkmem_free((caddr_t)current, sizeof (struct pmaplist)); in bpmap_memfree()
/titanic_44/usr/src/lib/libbc/inc/include/rpc/
H A Dpmap_prot.h86 struct pmaplist { struct
88 struct pmaplist *pml_next; argument
H A Dpmap_clnt.h58 extern struct pmaplist *pmap_getmaps();
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dpmap_clnt.c162 struct pmaplist *
184 return ((struct pmaplist *)head); in pmap_getmaps()
H A Dpmap_prot.c146 (uint_t)sizeof (struct pmaplist), (xdrproc_t)xdr_pmap)) in xdr_pmaplist_ptr()
/titanic_44/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c1605 pmaplist *pml; in add_pmaplist()
1628 pml = (pmaplist *) malloc((uint_t)sizeof (pmaplist)); in add_pmaplist()
1640 pmaplist *fnd; in add_pmaplist()
1658 pmaplist *pml; in del_pmaplist()
1659 pmaplist *prevpml, *fnd; in del_pmaplist()
H A Drpcbind.h67 extern pmaplist *list_pml; /* A list of version 2 rpcbind services */
H A Dwarmstart.c227 list_pml = (pmaplist *)tmp_pmapl; in read_warmstart()
/titanic_44/usr/src/lib/libnsl/common/
H A Dllib-lnsl629 struct pmaplist *pmap_getmaps(struct sockaddr_in *address);