HomeSort by relevance Sort by last modified time
    Searched refs:ypmaplist (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/cmd/ypcmd/shared/
ancil.c 70 struct ypmaplist *list;
72 struct ypmaplist *scan;
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
ypserv_ancil.c 63 struct ypmaplist **list;
72 struct ypmaplist *map;
76 *list = (struct ypmaplist *)NULL;
141 if ((map = (struct ypmaplist *)malloc(
142 sizeof (struct ypmaplist))) == NULL) {
ypsym.h 137 extern void ypmaplist(SVCXPRT *transp);
ypwhich.c 736 struct ypmaplist *pmpl;
739 maplist.list = (struct ypmaplist *)NULL;
ypserv.c 540 ypmaplist(transp);
ypserv_proc.c 682 ypmaplist(SVCXPRT *transp) function
686 char *fun = "ypmaplist";
688 struct ypmaplist *tmp;
690 maplist.list = (struct ypmaplist *)NULL;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/yp/
yp_prot.h 76 * YPPROC_MAPLIST (char *), returns (struct ypmaplist *)
181 struct ypmaplist { struct
183 struct ypmaplist *ypml_next;
188 struct ypmaplist *list;
  /onnv/onnv-gate/usr/src/head/rpcsvc/
yp.x 143 struct ypmaplist {
145 ypmaplist *next;
150 ypmaplist *maps;
yp_prot.h 98 * YPPROC_MAPLIST (char *), returns (struct ypmaplist *)
188 struct ypmaplist { struct
190 struct ypmaplist *ypml_next;
195 struct ypmaplist *list;
  /onnv/onnv-gate/usr/src/lib/libnsl/yp/
yp_xdr.c 53 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),
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
yp_ns_proc.c     [all...]

Completed in 180 milliseconds