Searched refs:ypmaplist (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ypcmd/shared/
H A Dancil.c70 struct ypmaplist *list;
72 struct ypmaplist *scan;
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dypserv_ancil.c63 struct ypmaplist **list;
72 struct ypmaplist *map;
76 *list = (struct ypmaplist *)NULL;
141 if ((map = (struct ypmaplist *)malloc(
142 sizeof (struct ypmaplist))) == NULL) {
H A Dypsym.h137 extern void ypmaplist(SVCXPRT *transp);
H A Dypwhich.c736 struct ypmaplist *pmpl;
739 maplist.list = (struct ypmaplist *)NULL;
H A Dypserv.c540 ypmaplist(transp);
H A Dypserv_proc.c682 ypmaplist(SVCXPRT *transp) function
686 char *fun = "ypmaplist";
688 struct ypmaplist *tmp;
690 maplist.list = (struct ypmaplist *)NULL;
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/yp/
H A Dyp_prot.h76 * YPPROC_MAPLIST (char *), returns (struct ypmaplist *)
181 struct ypmaplist { struct
183 struct ypmaplist *ypml_next;
188 struct ypmaplist *list;
/opensolaris-onvv-gate/usr/src/head/rpcsvc/
H A Dyp.x143 struct ypmaplist {
145 ypmaplist *next;
150 ypmaplist *maps;
H A Dyp_prot.h98 * YPPROC_MAPLIST (char *), returns (struct ypmaplist *)
188 struct ypmaplist { struct
190 struct ypmaplist *ypml_next;
195 struct ypmaplist *list;
/opensolaris-onvv-gate/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c53 static bool xdr_ypmaplist(XDR *, struct ypmaplist **);
223 * Serializes/deserializes a ypmaplist.
226 xdr_ypmaplist(XDR *xdrs, struct ypmaplist **lst)
230 struct ypmaplist **next;
245 (uint_t)sizeof (struct ypmaplist),

Completed in 107 milliseconds