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 in struct:fmd_case_impl
72 uint_t ci_nitems; /* number of ci_items */
H A Dfmd_case.c1490 for (cit = cip->ci_items; cit != NULL; cit = ncit) {
1594 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) {
1629 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) {
1653 cit->cit_next = cip->ci_items;
1656 cip->ci_items = cit;
1771 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next)
2033 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next)
2392 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) {
H A Dfmd_log.c567 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) {
H A Dfmd_ckpt.c659 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next)

Completed in 75 milliseconds