Searched defs:Lasthdl (Results 1 - 1 of 1) sorted by relevance

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

Completed in 62 milliseconds