Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dacebus.c665 static struct ebus_string_to_pil acebus_name_to_pil[] = {{"SUNW,CS4231", 9}, variable
718 max_children = sizeof (acebus_name_to_pil) / in acebus_intr_ops()
722 if (strcmp(acebus_name_to_pil[i].string, name) == 0) { in acebus_intr_ops()
724 acebus_name_to_pil[i].string, in acebus_intr_ops()
725 acebus_name_to_pil[i].pil); in acebus_intr_ops()
727 hdlp->ih_pri = acebus_name_to_pil[i].pil; in acebus_intr_ops()