Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_case.h71 fmd_case_item_t *ci_items; /* list of items in this case */ member
H A Dfmd_case.c1490 for (cit = cip->ci_items; cit != NULL; cit = ncit) { in fmd_case_destroy()
1594 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) { in fmd_case_insert_principal()
1629 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) { in fmd_case_insert_event()
1653 cit->cit_next = cip->ci_items; in fmd_case_insert_event()
1656 cip->ci_items = cit; in fmd_case_insert_event()
1771 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) in fmd_case_transition()
2033 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) in fmd_case_commit()
2392 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) { in fmd_case_contains()
H A Dfmd_log.c565 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) { in fmd_log_append()
H A Dfmd_ckpt.c659 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) in fmd_ckpt_save_case()