Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c67 static struct cfgdata *Lastcfg; variable
157 if (Lastcfg != NULL) { in platform_fini()
158 config_free(Lastcfg); in platform_fini()
159 Lastcfg = NULL; in platform_fini()
331 if ((ret = config_bydev_lookup(Lastcfg, path)) == NULL) in platform_getpath()
338 if ((ret = config_bytp_lookup(Lastcfg, tp)) == NULL) in platform_getpath()
344 if ((ret = config_bydevid_lookup(Lastcfg, devid)) == NULL) in platform_getpath()
350 if ((ret = config_bycpuid_lookup(Lastcfg, cpuid)) == NULL) in platform_getpath()
357 structconfig_free(Lastcfg->cooked); in platform_getpath()
358 config_free(Lastcfg); in platform_getpath()
[all …]