Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c679 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()
1038 if (uuid == NULL || fcfc->fcfc_state > FCF_CASE_CLOSE_WAIT) { in fmd_ckpt_restore_case()
1046 fcfc->fcfc_state != FCF_CASE_UNSOLVED ? FCF_CASE_SOLVED : in fmd_ckpt_restore_case()
1072 else if (fcfc->fcfc_state == FCF_CASE_SOLVED) in fmd_ckpt_restore_case()
1074 else if (fcfc->fcfc_state == FCF_CASE_CLOSE_WAIT && n != 0) in fmd_ckpt_restore_case()
1076 else if (fcfc->fcfc_state == FCF_CASE_CLOSE_WAIT && n == 0) in fmd_ckpt_restore_case()
H A Dfmd_ckpt.h170 uint32_t fcfc_state; /* case state (see below) */ member
H A Dfmd_mdb.c1313 mdb_printf("fcfc_state = %u\n", fcfc.fcfc_state); in fcf_case()