Searched defs: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 in typeref:struct:ebus_string_to_pil
806 max_children = sizeof (ebus_name_to_pil) /
810 if (strcmp(ebus_name_to_pil[i].string, name_p) == 0) {
812 ebus_name_to_pil[i].string,
813 ebus_name_to_pil[i].pil);
815 hdlp->ih_pri = ebus_name_to_pil[i].pil;

Completed in 46 milliseconds