Searched refs:Configs (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.h330 struct lut *Configs; variable in typeref:struct:lut
H A Dtree.c139 lut_free(Configs, NULL, NULL);
140 Configs = NULL;
1207 if (lut_lookup(Configs, np, (lut_cmp)tree_namecmp) == NULL)
1210 Configs = lut_add(Configs, (void *)np, (void *)ret, NULL);
H A Dptree.c718 lut_walk(Configs, (lut_cb)byname_printer, (void *)&info);
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c403 /* now run through Configs table, adding to config cache */
404 lut_walk(Configs, (lut_cb)addconfig, (void *)cdata->cooked);

Completed in 50 milliseconds