Searched defs:maplist (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dmapping.c45 static struct mapping maplist[] = { variable in typeref:struct:mapping
117 /* first dump auto_* and automount which are not in maplist[] */
122 for (i = 0; maplist[i].database != NULL; i++) {
124 if (strcasecmp(maplist[i].database, "shadow") == 0)
131 if ((strcasecmp(maplist[i].database, "tnrhdb") == 0) ||
132 (strcasecmp(maplist[i].database, "tnrhtp") == 0))
135 (void) fprintf(stdout, "%-15s%-20s%s\n", maplist[i].database,
136 maplist[i].def_type, maplist[i].objectclass);
306 if (strcasecmp(database, maplist[PUBLICKE
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypwhich.c737 struct ypresp_maplist maplist; local
739 maplist.list = (struct ypmaplist *)NULL;
743 (xdrproc_t)xdr_ypresp_maplist, (caddr_t)&maplist,
748 "ypwhich(dumpmaps): can't get maplist");
753 if (maplist.status != YP_TRUE) {
755 "ypwhich: Can't get maplist. Reason: %s.\n",
756 yperr_string(ypprot_err(maplist.status)));
761 for (pmpl = maplist.list; pmpl; pmpl = pmpl->ypml_next) {
H A Dypserv_proc.c687 struct ypresp_maplist maplist; local
690 maplist.list = (struct ypmaplist *)NULL;
701 maplist.status = yplist_maps(domain_name, &maplist.list);
705 (char *)&maplist)) {
709 while (maplist.list) {
710 tmp = maplist.list->ypml_next;
711 free((char *)maplist.list);
712 maplist.list = tmp;
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c83 * maplist: list of memory mappings for a particular process. Used to create
814 print_advice(saddr_t *advlist, mapnode_t *maplist) argument
820 pmapnode = maplist;
1033 * Iterate through all pid arguments, create new merged_list, maplist,
1125 * Iterate through maplist and output as
1135 * Clear maplist
/illumos-gate/usr/src/uts/common/io/drm/
H A DdrmP.h271 TAILQ_FOREACH(map, &dev->maplist, link) { \
758 drm_map_list_t maplist; member in struct:drm_device

Completed in 71 milliseconds