Searched refs:cis_nvl (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_case.c | 281 if (nvlist_lookup_string(cis->cis_nvl, FM_CLASS, keyp) == 0) in fmd_case_mkcode() 576 if (fmd_case_match_suspect(cis->cis_nvl, alp->al_event) == 1) in fmd_case_match_suspects() 606 if (fmd_case_match_suspect(cis->cis_nvl, in fmd_case_fault_acquitted_matching() 629 if (fmd_case_match_suspect(cis->cis_nvl, in fmd_case_fault_all_matching() 652 if (fmd_case_match_suspect(cis->cis_nvl, in fmd_case_acquit_no_match() 986 cp, cis->cis_nvl)) == NULL) { in fmd_case_convict() 1032 cis->cis_nvl); in fmd_case_convict() 1332 nvlist_free(cis->cis_nvl); in fmd_case_destroy_suspects() 1679 cis->cis_nvl = nvl; in fmd_case_insert_suspect() 1699 cis->cis_nvl = nvl; in fmd_case_recreate_suspect()
|
H A D | fmd_case.h | 49 nvlist_t *cis_nvl; /* nvpair representing fault event */ member
|
H A D | fmd_ckpt.c | 609 (void) nvlist_size(cis->cis_nvl, &nvsize, NV_ENCODE_NATIVE); in fmd_ckpt_resv_case() 668 fmd_ckpt_save_nvlist(ckp, cis->cis_nvl); in fmd_ckpt_save_case()
|
H A D | fmd_asru.c | 1133 if (nvlist_lookup_nvlist(cis->cis_nvl, nvname, &nvl) == 0 && in fmd_asru_do_hash_delete() 1163 if (nvlist_lookup_string(cis->cis_nvl, FM_FAULT_LOCATION, in fmd_asru_hash_delete_case()
|