| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/ |
| config.h | 68 struct config *config_lookup(struct config *croot, char *path, int add);
|
| config.c | 96 * config_lookup -- lookup/add components in configuration cache 99 config_lookup(struct config *croot, char *path, int add) function 121 out(O_DIE, "config_lookup: zero length component"); 125 out(O_DIE, "config_lookup: " 131 out(O_DIE, "config_lookup: " 308 newnode = config_lookup(cdata->cooked, cfgstr + 1, 1);
|
| eval.c | 203 cp = config_lookup(croot, path, 0); 280 cp[0] = config_lookup(croot, path, 0); 287 cp[1] = config_lookup(croot, path, 0); 340 cp = config_lookup(croot, path, 0); 371 cp = config_lookup(croot, path, 0); 401 cp = config_lookup(croot, path, 0); [all...] |
| platform.c | 725 if ((cresource = config_lookup(croot, path, 0)) == NULL) { [all...] |
| fme.c | 1078 cp = config_lookup(fmep->config, path, 0); [all...] |
| /onnv/onnv-gate/usr/src/lib/libntfs/common/libntfs/ |
| crypto.c | [all...] |