| /pciutils/lib/ |
| H A D | init.c | 445 pci_define_param(a, "net.domain", PCI_ID_DOMAIN, "DNS domain used for resolving of ID's"); in pci_init_dns() 455 …struct pci_param *param = pci_define_param(a, "net.cache_name", cache_name, "Name of the ID cache … in pci_init_dns() 473 pci_define_param(a, "hwdb.disable", "0", "Do not look up names in UDEV's HWDB if non-zero"); in pci_alloc()
|
| H A D | ecam.c | 868 pci_define_param(a, "ecam.acpimcfg", PCI_PATH_ACPI_MCFG, "Path to the ACPI MCFG table"); 869 pci_define_param(a, "ecam.efisystab", PCI_PATH_EFI_SYSTAB, "Path to the EFI system table"); 871 pci_define_param(a, "ecam.bsd", "1", "Use BSD kenv or sysctl to find ACPI MCFG table"); 874 pci_define_param(a, "ecam.x86bios", "1", "Scan x86 BIOS memory for ACPI MCFG table"); 876 …pci_define_param(a, "ecam.addrs", "", "Physical addresses of memory mapped PCIe ECAM interface"); …
|
| H A D | mmio-ports.c | 185 …pci_define_param(a, "mmio-conf1.addrs", "", "Physical addresses of memory mapped Intel conf1 inter… in conf1_config() 192 …pci_define_param(a, "mmio-conf1-ext.addrs", "", "Physical addresses of memory mapped Intel conf1 e… in conf1_ext_config()
|
| H A D | physmem-posix.c | 39 pci_define_param(a, "devmem.path", PCI_PATH_DEVMEM_DEVICE, "Path to the /dev/mem device"); in physmem_init_config()
|
| H A D | params.c | 29 pci_define_param(struct pci_access *acc, char *param, char *value, char *help) in pci_define_param() function
|
| H A D | nbsd-libpci.c | 30 pci_define_param(a, "nbsd.path", PCI_PATH_NBSD_DEVICE, "Path to the NetBSD PCI device"); in nbsd_config()
|
| H A D | sylixos-device.c | 36 pci_define_param(a, "sylixos.path", PCI_PATH_SYLIXOS_DEVICE, "Path to the SylixOS PCI device"); in sylixos_config()
|
| H A D | obsd-device.c | 24 pci_define_param(a, "obsd.path", PCI_PATH_OBSD_DEVICE, "Path to the OpenBSD PCI device"); in obsd_config()
|
| H A D | internal.h | 135 struct pci_param *pci_define_param(struct pci_access *acc, char *param, char *val, char *help);
|
| H A D | dump.c | 26 pci_define_param(a, "dump.name", "", "Name of the bus dump file to read from"); in dump_config()
|
| H A D | rt-thread-smart-dm.c | 24 pci_define_param(a, "rt-thread-smart-dm.path", PCI_PATH_RT_THREAD_SMART_DM, in rt_thread_smart_dm_config()
|
| H A D | proc.c | 26 pci_define_param(a, "proc.path", PCI_PATH_PROC_BUS_PCI, "Path to the procfs bus tree"); in proc_config()
|
| H A D | fbsd-device.c | 40 pci_define_param(a, "fbsd.path", PCI_PATH_FBSD_DEVICE, "Path to the FreeBSD PCI device"); in fbsd_config()
|
| H A D | physmem-djgpp.c | 225 …pci_define_param(a, "devmem.path", "auto", "DJGPP physical memory access method: auto, devmap, phy… in physmem_init_config()
|
| H A D | sysfs.c | 30 pci_define_param(a, "sysfs.path", PCI_PATH_SYS_BUS_PCI, "Path to the sysfs device tree"); in sysfs_config()
|
| H A D | physmem-windows.c | 787 …pci_define_param(a, "devmem.path", PCI_PATH_DEVMEM_DEVICE, "NT path to the PhysicalMemory NT Secti… in physmem_init_config()
|
| H A D | win32-cfgmgr32.c | 1619 pci_define_param(a, "win32.cfgmethod", "auto", "PCI config space access method"); in win32_cfgmgr32_config()
|