Symbol: PCIC_STORAGE
sys/compat/linsysfs/linsysfs.c
338
if (dinfo->cfg.baseclass == PCIC_STORAGE) {
sys/dev/ahci/ahci_generic.c
107
if (pci_get_class(dev) == PCIC_STORAGE &&
sys/dev/ahci/ahci_pci.c
418
if (pci_get_class(dev) == PCIC_STORAGE &&
sys/dev/ahci/ahci_pci.c
422
else if (pci_get_class(dev) == PCIC_STORAGE &&
sys/dev/ahci/ahci_pci.c
546
((PCIC_STORAGE << 16) |
sys/dev/ata/ata-pci.c
68
if (pci_get_class(dev) != PCIC_STORAGE)
sys/dev/ata/chipsets/ata-sis.c
106
if (pci_get_class(dev) != PCIC_STORAGE)
sys/dev/nvme/nvme_pci.c
140
if (pci_get_class(device) == PCIC_STORAGE &&
sys/dev/pci/pci.c
4158
if ((pci_get_class(dev) == PCIC_STORAGE) &&
sys/dev/pci/pci.c
5039
{PCIC_STORAGE, -1, 1, "mass storage"},
sys/dev/pci/pci.c
5040
{PCIC_STORAGE, PCIS_STORAGE_SCSI, 1, "SCSI"},
sys/dev/pci/pci.c
5041
{PCIC_STORAGE, PCIS_STORAGE_IDE, 1, "ATA"},
sys/dev/pci/pci.c
5042
{PCIC_STORAGE, PCIS_STORAGE_FLOPPY, 1, "floppy disk"},
sys/dev/pci/pci.c
5043
{PCIC_STORAGE, PCIS_STORAGE_IPI, 1, "IPI"},
sys/dev/pci/pci.c
5044
{PCIC_STORAGE, PCIS_STORAGE_RAID, 1, "RAID"},
sys/dev/pci/pci.c
5045
{PCIC_STORAGE, PCIS_STORAGE_ATA_ADMA, 1, "ATA (ADMA)"},
sys/dev/pci/pci.c
5046
{PCIC_STORAGE, PCIS_STORAGE_SATA, 1, "SATA"},
sys/dev/pci/pci.c
5047
{PCIC_STORAGE, PCIS_STORAGE_SAS, 1, "SAS"},
sys/dev/pci/pci.c
5048
{PCIC_STORAGE, PCIS_STORAGE_NVM, 1, "NVM"},
sys/dev/pci/pci.c
6484
if (cls == PCIC_STORAGE)
usr.sbin/bhyve/pci_ahci.c
2598
pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE);
usr.sbin/bhyve/pci_nvme.c
3325
pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE);
usr.sbin/bhyve/pci_virtio_9p.c
330
pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE);
usr.sbin/bhyve/pci_virtio_block.c
554
pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE);
usr.sbin/bhyve/pci_virtio_scsi.c
1098
pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE);
usr.sbin/pciconf/pciconf.c
933
{PCIC_STORAGE, -1, "mass storage"},
usr.sbin/pciconf/pciconf.c
934
{PCIC_STORAGE, PCIS_STORAGE_SCSI, "SCSI"},
usr.sbin/pciconf/pciconf.c
935
{PCIC_STORAGE, PCIS_STORAGE_IDE, "ATA"},
usr.sbin/pciconf/pciconf.c
936
{PCIC_STORAGE, PCIS_STORAGE_FLOPPY, "floppy disk"},
usr.sbin/pciconf/pciconf.c
937
{PCIC_STORAGE, PCIS_STORAGE_IPI, "IPI"},
usr.sbin/pciconf/pciconf.c
938
{PCIC_STORAGE, PCIS_STORAGE_RAID, "RAID"},
usr.sbin/pciconf/pciconf.c
939
{PCIC_STORAGE, PCIS_STORAGE_ATA_ADMA, "ATA (ADMA)"},
usr.sbin/pciconf/pciconf.c
940
{PCIC_STORAGE, PCIS_STORAGE_SATA, "SATA"},
usr.sbin/pciconf/pciconf.c
941
{PCIC_STORAGE, PCIS_STORAGE_SAS, "SAS"},
usr.sbin/pciconf/pciconf.c
942
{PCIC_STORAGE, PCIS_STORAGE_NVM, "NVM"},
usr.sbin/pciconf/pciconf.c
943
{PCIC_STORAGE, PCIS_STORAGE_UFS, "UFS"},