Home
last modified time | relevance | path

Searched refs:method (Results 1 – 7 of 7) sorted by relevance

/pciutils/
H A Dcommon.c76 pacc->method = i; in set_pci_method()
110 pacc->method = PCI_ACCESS_I386_TYPE1; in parse_generic_option()
112 pacc->method = PCI_ACCESS_I386_TYPE2; in parse_generic_option()
120 pacc->method = PCI_ACCESS_DUMP; in parse_generic_option()
H A DREADME.Windows7 For simple listing PCI devices in system via win32-cfgmgr32 access method
18 The default access method is win32-cfgmgr32 and by default it tries to use
19 one of the above config access access method to provide as much as possible
20 information to application. More details about particular access method and
23 The default access method for config space is win32-kldbg. It uses Microsoft's
36 To access config space via intel-conf1 access method on NT-based systems via
H A Dls-map.c168 if (pacc->method == PCI_ACCESS_PROC_BUS_PCI || in map_the_bus()
169 pacc->method == PCI_ACCESS_SYS_BUS_PCI || in map_the_bus()
170 pacc->method == PCI_ACCESS_WIN32_CFGMGR32 || in map_the_bus()
171 pacc->method == PCI_ACCESS_DUMP) in map_the_bus()
H A DChangeLog828 * The i386-ports method is enabled on Linux/x86_64 as well.
846 is possible to look up method ID by a name.
849 select an arbitrary access method. The `-P' switch (configure proc
1560 * lib/sysfs.c: Added Linux sysfs access method based on the patch
1563 * lib/proc.c: Renamed the access method name from "/proc/bus/pci" to "Linux-proc".
1595 Remove shadows of the syscall access method which was never
1739 * lib: Removed partially implemented "syscall" access method which will
2207 * lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
2208 set it to the real access method afterwards.
/pciutils/lib/
H A Dinit.c493 if (a->method != PCI_ACCESS_AUTO) in pci_init_internal()
495 if (a->method >= PCI_ACCESS_MAX || !pci_methods[a->method]) in pci_init_internal()
497 a->methods = pci_methods[a->method]; in pci_init_internal()
514 a->method = probe_sequence[i]; in pci_init_internal()
H A Dpci.h65 unsigned int method; /* Access method */ member
H A Dwin32-cfgmgr32.c1720 acfg->method = PCI_ACCESS_AUTO; in win32_cfgmgr32_init()
1735 acfg->method = m; in win32_cfgmgr32_init()