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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsysiosbus.h312 struct sbus_wrapper_arg *intr_list[MAX_INO_TABLE_SIZE]; member in struct:sbus_soft_state
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysiosbus.c1756 sbus_arg = softsp->intr_list[ino];
1787 softsp->intr_list[ino] = sbus_arg;
1976 sbus_arg = softsp->intr_list[ino];
2019 softsp->intr_list[ino] = NULL;
2620 sbus_arg = softsp->intr_list[ino];
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1252 if (softsp->intr_list[i] == 0) {
1253 softsp->intr_list[i] = fhc_arg;
1389 if (softsp->intr_list[i]->child == rdip &&
1390 softsp->intr_list[i]->inum == hdlp->ih_inum)
1396 mondo_vec_reg = softsp->intr_list[i]->mapping_reg;
1411 kmem_free(softsp->intr_list[i],
1413 softsp->intr_list[i] = 0;
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h919 struct fhc_wrapper_arg *intr_list[FHC_MAX_INO]; member in struct:fhc_soft_state

Completed in 144 milliseconds