Home
last modified time | relevance | path

Searched refs:config_bydev_lookup (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.h85 struct node *config_bydev_lookup(struct cfgdata *, const char *);
H A Dconfig.c598 config_bydev_lookup(struct cfgdata *fromcfg, const char *path) in config_bydev_lookup() function
H A Dplatform.c331 if ((ret = config_bydev_lookup(Lastcfg, path)) == NULL) in platform_getpath()