Home
last modified time | relevance | path

Searched refs:PCI_FILL_BASES (Results 1 – 10 of 10) sorted by relevance

/pciutils/lib/
H A Dhurd.c343 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 Dsysfs.c230 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 Drt-thread-smart-dm.c110 known |= PCI_FILL_IDENT | PCI_FILL_IRQ | PCI_FILL_BASES; in rt_thread_smart_dm_scan()
H A Dpci.h223 #define PCI_FILL_BASES 0x0004 macro
H A Dproc.c108 known |= PCI_FILL_IDENT | PCI_FILL_IRQ | PCI_FILL_BASES; in proc_scan()
H A Dgeneric.c144 if (want_fill(d, flags, PCI_FILL_BASES)) in pci_generic_fill_info()
H A Dfbsd-device.c212 if (want_fill(d, flags, PCI_FILL_BASES | PCI_FILL_SIZES)) in fbsd_fill_info()
H A Dwin32-cfgmgr32.c1192 d->known_fields |= PCI_FILL_BASES | PCI_FILL_SIZES | PCI_FILL_IO_FLAGS; in fill_resources()
/pciutils/
H A Dexample.c25 …pci_fill_info(dev, PCI_FILL_IDENT | PCI_FILL_BASES | PCI_FILL_CLASS); /* Fill in header info we ne… in main()
H A Dlspci.c806 pci_fill_info(p, PCI_FILL_IRQ | PCI_FILL_BASES | PCI_FILL_ROM_BASE | PCI_FILL_SIZES | in show_verbose()