Symbol: PCIC_SERIALBUS
sys/bus/firewire/fwohci_pci.c
187
if (pci_get_class(dev) == PCIC_SERIALBUS
sys/bus/pci/pci.c
3057
if (pci_usb_takeover && pci_get_class(dev) == PCIC_SERIALBUS &&
sys/bus/pci/pci.c
3536
{PCIC_SERIALBUS, -1, "serial bus"},
sys/bus/pci/pci.c
3537
{PCIC_SERIALBUS, PCIS_SERIALBUS_FW, "FireWire"},
sys/bus/pci/pci.c
3538
{PCIC_SERIALBUS, PCIS_SERIALBUS_ACCESS, "AccessBus"},
sys/bus/pci/pci.c
3539
{PCIC_SERIALBUS, PCIS_SERIALBUS_SSA, "SSA"},
sys/bus/pci/pci.c
3540
{PCIC_SERIALBUS, PCIS_SERIALBUS_USB, "USB"},
sys/bus/pci/pci.c
3541
{PCIC_SERIALBUS, PCIS_SERIALBUS_FC, "Fibre Channel"},
sys/bus/pci/pci.c
3542
{PCIC_SERIALBUS, PCIS_SERIALBUS_SMBUS, "SMBus"},
sys/bus/u4b/controller/ehci_pci.c
208
if ((pci_get_class(self) == PCIC_SERIALBUS)
sys/bus/u4b/controller/ohci_pci.c
179
if ((pci_get_class(self) == PCIC_SERIALBUS) &&
sys/bus/u4b/controller/uhci_pci.c
226
if ((pci_get_class(self) == PCIC_SERIALBUS) &&
sys/bus/u4b/controller/xhci_pci.c
127
if ((pci_get_class(self) == PCIC_SERIALBUS)
sys/dev/misc/ipmi/ipmi_pci.c
186
if (pci_get_class(dev) == PCIC_SERIALBUS &&
usr.sbin/pciconf/pciconf.c
585
{PCIC_SERIALBUS, -1, "serial bus"},
usr.sbin/pciconf/pciconf.c
586
{PCIC_SERIALBUS, PCIS_SERIALBUS_FW, "FireWire"},
usr.sbin/pciconf/pciconf.c
587
{PCIC_SERIALBUS, PCIS_SERIALBUS_ACCESS, "AccessBus"},
usr.sbin/pciconf/pciconf.c
588
{PCIC_SERIALBUS, PCIS_SERIALBUS_SSA, "SSA"},
usr.sbin/pciconf/pciconf.c
589
{PCIC_SERIALBUS, PCIS_SERIALBUS_USB, "USB"},
usr.sbin/pciconf/pciconf.c
590
{PCIC_SERIALBUS, PCIS_SERIALBUS_FC, "Fibre Channel"},
usr.sbin/pciconf/pciconf.c
591
{PCIC_SERIALBUS, PCIS_SERIALBUS_SMBUS, "SMBus"},