Searched refs:config_lookup (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config.h | 66 struct config *config_lookup(struct config *croot, char *path, int add);
|
H A D | config.c | 96 config_lookup(struct config *croot, char *path, int add) in config_lookup() function 307 newnode = config_lookup(cdata->cooked, cfgstr + 1, 1); in config_cook()
|
H A D | eval.c | 273 cp = config_lookup(croot, path, 0); in eval_func() 357 cp[0] = config_lookup(croot, path, 0); in eval_func() 364 cp[1] = config_lookup(croot, path, 0); in eval_func() 424 cp = config_lookup(croot, path, 0); in eval_func() 462 cp = config_lookup(croot, path, 0); in eval_func() 499 cp = config_lookup(croot, path, 0); in eval_func()
|
H A D | platform.c | 780 if ((cresource = config_lookup(croot, path, 0)) == NULL) { in cfgstrprop_lookup()
|
H A D | fme.c | 1156 cp = config_lookup(fmep->config, path, 0); in serd_eval()
|