Searched refs:method (Results 1 – 7 of 7) sorted by relevance
76 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()
7 For simple listing PCI devices in system via win32-cfgmgr32 access method18 The default access method is win32-cfgmgr32 and by default it tries to use19 one of the above config access access method to provide as much as possible20 information to application. More details about particular access method and23 The default access method for config space is win32-kldbg. It uses Microsoft's36 To access config space via intel-conf1 access method on NT-based systems via
168 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()
828 * 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 proc1560 * lib/sysfs.c: Added Linux sysfs access method based on the patch1563 * 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 never1739 * lib: Removed partially implemented "syscall" access method which will2207 * lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,2208 set it to the real access method afterwards.
493 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()
65 unsigned int method; /* Access method */ member
1720 acfg->method = PCI_ACCESS_AUTO; in win32_cfgmgr32_init()1735 acfg->method = m; in win32_cfgmgr32_init()