Home
last modified time | relevance | path

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

/titanic_41/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.c272 cp = config_lookup(croot, path, 0); in eval_func()
356 cp[0] = config_lookup(croot, path, 0); in eval_func()
363 cp[1] = config_lookup(croot, path, 0); in eval_func()
423 cp = config_lookup(croot, path, 0); in eval_func()
461 cp = config_lookup(croot, path, 0); in eval_func()
498 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.c1149 cp = config_lookup(fmep->config, path, 0); in serd_eval()