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

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

Completed in 57 milliseconds