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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c65 * Lastcfg points to the last configuration snapshot we made.
67 static struct cfgdata *Lastcfg; variable in typeref:struct:cfgdata
157 if (Lastcfg != NULL) {
158 config_free(Lastcfg);
159 Lastcfg = NULL;
331 if ((ret = config_bydev_lookup(Lastcfg, path)) == NULL)
338 if ((ret = config_bytp_lookup(Lastcfg, tp)) == NULL)
344 if ((ret = config_bydevid_lookup(Lastcfg, devid)) == NULL)
350 if ((ret = config_bycpuid_lookup(Lastcfg, cpuid)) == NULL)
357 structconfig_free(Lastcfg
[all...]

Completed in 61 milliseconds