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

/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c1971 } *fru_intr_table = NULL; variable in typeref:struct:fru_intr_entry
1993 intr_table_entry->fru_intr_next = fru_intr_table;
1994 fru_intr_table = intr_table_entry;
2005 struct fru_intr_entry *intr_entry = fru_intr_table,
2015 if (intr_entry == fru_intr_table)
2016 fru_intr_table = intr_entry->fru_intr_next;
2040 struct fru_intr_entry *intr_entry = fru_intr_table;

Completed in 57 milliseconds