Home
last modified time | relevance | path

Searched defs:func (Results 1 – 9 of 9) sorted by relevance

/pciutils/
H A Dls-map.c19 byte this, dev, func, first, last, bug; member
58 int dev, func; in do_map_bus() local
/pciutils/lib/
H A Dsysfs.c253 unsigned int dom, bus, dev, func; in sysfs_scan() local
389 unsigned int domain, bus, dev, func; in sysfs_fill_info() local
H A Dhurd.c118 int dev, int func, tree_level lev) in enum_devices()
H A Dfilter.c233 int domain, bus, slot, func; /* -1 = ANY */ member
H A Daccess.c61 pci_get_dev(struct pci_access *a, int domain, int bus, int dev, int func) in pci_get_dev()
H A Dpci.h141 u8 bus, dev, func; /* Bus inside domain, device and function */ member
269 int domain, bus, slot, func; /* -1 = ANY */ member
H A Dwin32-cfgmgr32.c1196 …NSTID_A devinst_id, unsigned int *domain, unsigned int *bus, unsigned int *dev, unsigned int *func) in get_device_location()
1491 unsigned int domain, bus, dev, func; in scan_devinst_id() local
H A Decam.c810 mmap_reg(struct pci_access *a, int w, int domain, u8 bus, u8 dev, u8 func, int pos, volatile void *…
H A Dheader.h1604 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument