Searched defs:devfn (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.c265 unsigned int devfn, bus, buses; local
279 first_devfn = dev->devfn;
285 dev->devfn = 0;
296 for (devfn = first_devfn; devfn < 0xff; ++devfn, first_driver = 0) {
297 if (PCI_FUNC (devfn) == 0)
298 pcibios_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &hdr_type);
301 pcibios_read_config_dword(bus, devfn, PCI_VENDOR_ID, &l);
309 pcibios_read_config_dword(bus, devfn, PCI_REVISIO
[all...]
H A Dpci.h241 #define PCI_SLOT(devfn) ((devfn) >> 3)
242 #define PCI_FUNC(devfn) ((devfn) & 0x07)
277 unsigned char devfn; member in struct:pci_device
299 return pcibios_read_config_byte(dev->bus, dev->devfn, where, value);
304 return pcibios_write_config_byte(dev->bus, dev->devfn, where, value);
309 return pcibios_read_config_word(dev->bus, dev->devfn, where, value);
314 return pcibios_write_config_word(dev->bus, dev->devfn, where, value);
319 return pcibios_read_config_dword(dev->bus, dev->devfn, wher
[all...]
/illumos-gate/usr/src/uts/common/xen/public/
H A Dphysdev.h156 int devfn; member in struct:physdev_map_pirq
180 uint8_t devfn; member in struct:physdev_manage_pci
190 uint8_t devfn; member in struct:physdev_restore_msi
199 uint8_t devfn; member in struct:physdev_manage_pci_ext
204 uint8_t devfn; member in struct:physdev_manage_pci_ext::__anon9308
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1014 * Add devfn on given bus to devices managed by hypervisor
1017 xen_manage_device(uint8_t bus, uint8_t devfn) argument
1023 * Check if bus/devfn already managed. If so just return success.
1036 managed_devlist[i].devfn == devfn)
1040 manage_pci.devfn = devfn;
1045 " devfn:0x%x", bus, devfn);
1068 managed_devlist[i].devfn
1183 int busnum, devfn; local
1301 int busnum, devfn; local
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1041 int bus, device, func, devfn; local

Completed in 70 milliseconds