HomeSort by: relevance | last modified time | path
    Searched defs:bus_class (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/sparc/
autoconf.c 1540 static int bus_class(device_t);
1604 bus_class(device_t dev) function in typeref:typename:int
1639 switch (bus_class(device_parent(dev))) {
1687 switch (bus_class(device_parent(dev))) {
1798 if (bus_class(device_parent(dev)) == BUSCLASS_PCI)
1823 if (bus_class(dev) != BUSCLASS_NONE) {
autoconf.c 1540 static int bus_class(device_t);
1604 bus_class(device_t dev) function in typeref:typename:int
1639 switch (bus_class(device_parent(dev))) {
1687 switch (bus_class(device_parent(dev))) {
1798 if (bus_class(device_parent(dev)) == BUSCLASS_PCI)
1823 if (bus_class(dev) != BUSCLASS_NONE) {

Completed in 24 milliseconds