Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/
H A Debus.c749 static struct ebus_string_to_pil ebus_name_to_pil[] = {{"SUNW,CS4231", 9}, variable
806 max_children = sizeof (ebus_name_to_pil) / in ebus_intr_ops()
810 if (strcmp(ebus_name_to_pil[i].string, name_p) == 0) { in ebus_intr_ops()
812 ebus_name_to_pil[i].string, in ebus_intr_ops()
813 ebus_name_to_pil[i].pil); in ebus_intr_ops()
815 hdlp->ih_pri = ebus_name_to_pil[i].pil; in ebus_intr_ops()