tag | line | file | source code |
---|---|---|---|
pcibios_present | 2983 | drivers/block/ide.c | if (pcibios_present()) { |
pcibios_present | 3034 | drivers/char/cyclades.c | if(pcibios_present() == 0) { /* PCI bus not present */ |
pcibios_present | 2725 | drivers/char/stallion.c | if (pcibios_present()) { |
pcibios_present | 303 | drivers/net/3c59x.c | if (pcibios_present()) { |
pcibios_present | 1563 | drivers/net/de4x5.c | if (pcibios_present()) { |
pcibios_present | 239 | drivers/net/hp100.c | if ( pcibios_present() ) |
pcibios_present | 278 | drivers/net/lance.c | if (pcibios_present()) { |
pcibios_present | 157 | drivers/net/ne.c | if (pcibios_present()) { |
pcibios_present | 175 | drivers/net/tulip.c | if (pcibios_present()) { |
pcibios_present | 892 | drivers/pci/pci.c | if (!pcibios_present()) { |
pcibios_present | 1405 | drivers/scsi/53c7,8xx.c | if (!pcibios_present()) { |
pcibios_present | 1559 | drivers/scsi/53c7,8xx.c | if (pcibios_present()) { |
pcibios_present | 568 | drivers/scsi/AM53C974.c | if (pcibios_present()) |
pcibios_present | 188 | drivers/scsi/BusLogic.c | if (pcibios_present()) |
pcibios_present | 3823 | drivers/scsi/aic7xxx.c | if (pcibios_present()) |
pcibios_present | 1188 | drivers/scsi/eata_dma.c | if (pcibios_present()) { |
pcibios_present | 889 | drivers/scsi/eata_pio.c | if (pcibios_present()) { |
pcibios_present | 749 | drivers/scsi/fdomain.c | if (!pcibios_present()) return fdomain_pci_nobios_detect( irq, iobase ); |
pcibios_present | 37 | include/linux/bios32.h | extern int pcibios_present (void); |
pcibios_present | 138 | kernel/ksyms.c | X(pcibios_present), |