Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c626 fcf_case_t fcfc; in fmd_ckpt_save_case() local
672 fcfc.fcfc_bufs = bufsec; in fmd_ckpt_save_case()
673 fcfc.fcfc_principal = prsec; in fmd_ckpt_save_case()
674 fcfc.fcfc_events = evsec; in fmd_ckpt_save_case()
675 fcfc.fcfc_suspects = nvsec; in fmd_ckpt_save_case()
679 fcfc.fcfc_state = FCF_CASE_UNSOLVED; in fmd_ckpt_save_case()
682 fcfc.fcfc_state = FCF_CASE_SOLVED; in fmd_ckpt_save_case()
685 fcfc.fcfc_state = FCF_CASE_CLOSE_WAIT; in fmd_ckpt_save_case()
1052 fmd_ckpt_restore_events(ckp, fcfc->fcfc_principal, in fmd_ckpt_restore_case()
1055 fmd_ckpt_restore_events(ckp, fcfc->fcfc_events, in fmd_ckpt_restore_case()
[all …]
H A Dfmd_mdb.c1302 fcf_case_t fcfc; in fcf_case() local
1307 if (mdb_vread(&fcfc, sizeof (fcfc), addr) != sizeof (fcfc)) { in fcf_case()
1312 mdb_printf("fcfc_uuid = 0x%x\n", fcfc.fcfc_uuid); in fcf_case()
1313 mdb_printf("fcfc_state = %u\n", fcfc.fcfc_state); in fcf_case()
1314 mdb_printf("fcfc_bufs = %u\n", fcfc.fcfc_bufs); in fcf_case()
1315 mdb_printf("fcfc_events = %u\n", fcfc.fcfc_events); in fcf_case()
1316 mdb_printf("fcfc_suspects = %u\n", fcfc.fcfc_suspects); in fcf_case()