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.c157 if (Lastcfg != NULL) { in platform_fini()
158 config_free(Lastcfg); in platform_fini()
159 Lastcfg = NULL; in platform_fini()
358 config_free(Lastcfg); in platform_getpath()
671 Lastcfg->end = Lastcfg->nextfree = Lastcfg->begin + cfglen; in platform_restore_config()
690 cfglen = Lastcfg->nextfree - Lastcfg->begin; in platform_save_config()
698 FREE(Lastcfg->begin); in platform_save_config()
700 Lastcfg->end = NULL; in platform_save_config()
728 return (Lastcfg); in platform_config_snapshot()
739 Lastcfg->begin = Lastcfg->nextfree = Lastcfg->end = NULL; in platform_config_snapshot()
[all …]