Home
last modified time | relevance | path

Searched refs:new_intr_cells (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c540 int new_intr_cells; in get_intr_parent() local
561 new_intr_cells = ddi_getprop(DDI_DEV_T_ANY, intr_parent_dip, 0, in get_intr_parent()
592 CELLS_1275_TO_BYTES(new_intr_cells), KM_SLEEP); in get_intr_parent()
594 for (j = 0; j < new_intr_cells; j++, i++) in get_intr_parent()
597 cells_1275_copy(intr, &hdlp->ih_vector, new_intr_cells); in get_intr_parent()
599 kmem_free(intr, CELLS_1275_TO_BYTES(new_intr_cells)); in get_intr_parent()
615 i += new_intr_cells; in get_intr_parent()