Searched refs:Configs (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/fm/eversholt/common/ |
H A D | tree.c | 139 lut_free(Configs, NULL, NULL); in tree_fini() 140 Configs = NULL; in tree_fini() 1207 if (lut_lookup(Configs, np, (lut_cmp)tree_namecmp) == NULL) in tree_decl() 1210 Configs = lut_add(Configs, (void *)np, (void *)ret, NULL); in tree_decl()
|
H A D | tree.h | 330 struct lut *Configs; variable
|
H A D | ptree.c | 718 lut_walk(Configs, (lut_cb)byname_printer, (void *)&info); in ptree_type_pattern()
|
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config.c | 404 lut_walk(Configs, (lut_cb)addconfig, (void *)cdata->cooked); in config_cook()
|