Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c69 static fmd_case_t *Lastfmcase; variable
665 if (hdl == Lasthdl && fmcase == Lastfmcase) { in platform_restore_config()
668 fmd_buf_read(Lasthdl, Lastfmcase, WOBUF_CFGLEN, (void *)&cfglen, in platform_restore_config()
672 fmd_buf_read(Lasthdl, Lastfmcase, WOBUF_CFG, Lastcfg->begin, in platform_restore_config()
675 Lastfmcase = NULL; in platform_restore_config()
688 Lastfmcase = fmcase; in platform_save_config()
727 platform_restore_config(Lasthdl, Lastfmcase); in platform_config_snapshot()