Searched refs:ypmaplist (Results 1 – 10 of 10) sorted by relevance
63 struct ypmaplist **list;72 struct ypmaplist *map;76 *list = (struct ypmaplist *)NULL;141 if ((map = (struct ypmaplist *)malloc(142 sizeof (struct ypmaplist))) == NULL) {
137 extern void ypmaplist(SVCXPRT *transp);
736 struct ypmaplist *pmpl;739 maplist.list = (struct ypmaplist *)NULL;
682 ypmaplist(SVCXPRT *transp) in ypmaplist() function688 struct ypmaplist *tmp; in ypmaplist()690 maplist.list = (struct ypmaplist *)NULL; in ypmaplist()
540 ypmaplist(transp); in ypdispatch()
70 struct ypmaplist *list;72 struct ypmaplist *scan;
143 struct ypmaplist { struct145 ypmaplist *next; argument150 ypmaplist *maps;
188 struct ypmaplist { struct190 struct ypmaplist *ypml_next; argument195 struct ypmaplist *list;
181 struct ypmaplist { struct183 struct ypmaplist *ypml_next; argument188 struct ypmaplist *list;
53 static bool xdr_ypmaplist(XDR *, struct ypmaplist **);226 xdr_ypmaplist(XDR *xdrs, struct ypmaplist **lst) in xdr_ypmaplist()230 struct ypmaplist **next; in xdr_ypmaplist()245 (uint_t)sizeof (struct ypmaplist), in xdr_ypmaplist()