Searched refs:domain_16 (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libpciaccess/dist/include/
H A Dpciaccess.h328 * The domain_16 field is provided for binary compatibility with older
332 uint16_t domain_16; member in struct:pci_device
/xsrc/external/mit/libpciaccess/dist/src/
H A Dlinux_sysfs.c221 device->base.domain_16 = 0xffff;
223 device->base.domain_16 = dom;
H A Dnetbsd_pci.c1008 device->base.domain_16 = 0xffff;
1010 device->base.domain_16 = domain & 0xffff;
H A Dopenbsd_pci.c660 device->base.domain_16 = 0xffff;
662 device->base.domain_16 = domain & 0xffff;
H A Dsolx_devfs.c217 pci_base->domain_16 = 0xffff;
219 pci_base->domain_16 = nexus->domain;

Completed in 7 milliseconds