Searched defs:fru_intr_next (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c1970 struct fru_intr_entry *fru_intr_next; member in struct:fru_intr_entry
1993 intr_table_entry->fru_intr_next = fru_intr_table;
2016 fru_intr_table = intr_entry->fru_intr_next;
2018 prev_entry->fru_intr_next =
2019 intr_entry->fru_intr_next;
2027 } while ((intr_entry = intr_entry->fru_intr_next) != NULL);
2049 intr_entry = intr_entry->fru_intr_next;

Completed in 77 milliseconds