Searched refs:PCI_FILL_BASES (Results 1 – 10 of 10) sorted by relevance
| /pciutils/lib/ |
| H A D | hurd.c | 343 if (want_fill(d, flags, PCI_FILL_BASES | PCI_FILL_SIZES)) in hurd_fill_info() 346 clear_fill(d, PCI_FILL_BASES | PCI_FILL_SIZES); in hurd_fill_info()
|
| H A D | sysfs.c | 230 clear_fill(d, PCI_FILL_BASES | PCI_FILL_SIZES | PCI_FILL_IO_FLAGS); in sysfs_get_resources() 385 …if (want_fill(d, flags, PCI_FILL_BASES | PCI_FILL_ROM_BASE | PCI_FILL_SIZES | PCI_FILL_IO_FLAGS | … in sysfs_fill_info()
|
| H A D | rt-thread-smart-dm.c | 110 known |= PCI_FILL_IDENT | PCI_FILL_IRQ | PCI_FILL_BASES; in rt_thread_smart_dm_scan()
|
| H A D | pci.h | 223 #define PCI_FILL_BASES 0x0004 macro
|
| H A D | proc.c | 108 known |= PCI_FILL_IDENT | PCI_FILL_IRQ | PCI_FILL_BASES; in proc_scan()
|
| H A D | generic.c | 144 if (want_fill(d, flags, PCI_FILL_BASES)) in pci_generic_fill_info()
|
| H A D | fbsd-device.c | 212 if (want_fill(d, flags, PCI_FILL_BASES | PCI_FILL_SIZES)) in fbsd_fill_info()
|
| H A D | win32-cfgmgr32.c | 1192 d->known_fields |= PCI_FILL_BASES | PCI_FILL_SIZES | PCI_FILL_IO_FLAGS; in fill_resources()
|
| /pciutils/ |
| H A D | example.c | 25 …pci_fill_info(dev, PCI_FILL_IDENT | PCI_FILL_BASES | PCI_FILL_CLASS); /* Fill in header info we ne… in main()
|
| H A D | lspci.c | 806 pci_fill_info(p, PCI_FILL_IRQ | PCI_FILL_BASES | PCI_FILL_ROM_BASE | PCI_FILL_SIZES | in show_verbose()
|