Searched refs:cit_next (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_case.h43 struct fmd_case_item *cit_next; /* pointer to next element in list */ member in struct:fmd_case_item
H A Dfmd_case.c1491 ncit = cit->cit_next;
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;
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 69 milliseconds