Home
last modified time | relevance | path

Searched refs:config_lookup (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.h66 struct config *config_lookup(struct config *croot, char *path, int add);
H A Dconfig.c96 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 Deval.c273 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 Dplatform.c780 if ((cresource = config_lookup(croot, path, 0)) == NULL) { in cfgstrprop_lookup()
H A Dfme.c1156 cp = config_lookup(fmep->config, path, 0); in serd_eval()