Searched refs:Configs (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | tree.h | 330 struct lut *Configs; variable in typeref:struct:lut
|
H A D | tree.c | 139 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 D | ptree.c | 718 lut_walk(Configs, (lut_cb)byname_printer, (void *)&info);
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config.c | 403 /* now run through Configs table, adding to config cache */ 404 lut_walk(Configs, (lut_cb)addconfig, (void *)cdata->cooked);
|
Completed in 73 milliseconds