Searched refs:config (Results 1 – 23 of 23) sorted by relevance
| /pciutils/ |
| H A D | lspci.c | 107 d->config = xrealloc(d->config, d->config_bufsize); in config_fetch() 110 pci_setup_cache(d->dev, d->config, d->dev->cache_len); in config_fetch() 112 result = pci_read_block(d->dev, pos, d->config + pos, len); in config_fetch() 132 d->config = xmalloc(64); in scan_device() 148 pci_setup_cache(p, d->config, d->config_cached); in scan_device() 184 return d->config[pos]; in get_conf_byte() 191 return d->config[pos] | (d->config[pos+1] << 8); in get_conf_word() 198 return d->config[pos] | in get_conf_long() 199 (d->config[pos+1] << 8) | in get_conf_long() 200 (d->config[pos+2] << 16) | in get_conf_long() [all …]
|
| H A D | README.Windows | 8 which provides only basic information and emulated config space, there is no 13 For config space access there are different windows specific access methods: 19 one of the above config access access method to provide as much as possible 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 45 users to access config space even with SeTcbPrivilege.
|
| H A D | Makefile | 63 -include lib/config.mk 65 PCIINC=lib/config.h lib/header.h lib/pci.h lib/types.h lib/sysdep.h 66 PCIINC_INS=lib/config.h lib/header.h lib/pci.h lib/types.h 83 lib/config.h lib/config.mk: 157 …rm -f update-pciids lspci$(EXEEXT) setpci$(EXEEXT) example$(EXEEXT) lib/config.* *.[578] pci.ids.g…
|
| H A D | ChangeLog | 204 config space. 355 support DragonFly BSD, support extended config space. 932 * lspci.man: Document `<?>' and also mention that extended config 1000 (which are dumps of config space) for all new features. 1009 * Makefile, lib/Makefile: Generate and install pkg-config file 1075 since config.mk is included in the top-level Makefile anyway. 1365 * maint/release: Substitute version number in win32/config.h. 1367 * win32/config.h: Added. 1469 Better caching of config registers. 2299 bytes of config space to get full standard header. [all …]
|
| H A D | lspci.h | 46 byte *config; /* Cached configuration space data */ member
|
| H A D | pciutils.spec | 39 %config /usr/share/pci.ids
|
| /pciutils/lib/ |
| H A D | win32-cfgmgr32.c | 883 LOG_CONF config; in fill_resources() local 912 cr = CM_Get_First_Log_Conf(&config, devinst, ALLOC_LOG_CONF); in fill_resources() 920 cr = CM_Get_First_Log_Conf(&config, devinst, FORCED_LOG_CONF); in fill_resources() 929 cr = CM_Get_First_Log_Conf(&config, devinst, BOOT_LOG_CONF); in fill_resources() 993 prev_res_des = (RES_DES)config; in fill_resources() 1000 if (prev_res_des != config) in fill_resources() 1178 if (prev_res_des != config) in fill_resources() 1181 CM_Free_Log_Conf_Handle(config); in fill_resources() 1763 .config = win32_cfgmgr32_config,
|
| H A D | .gitignore | 1 config.h 2 config.mk
|
| H A D | configure | 55 c=config.h 56 m=config.mk 299 PKG_CONFIG=pkg-config
|
| H A D | mmio-ports.c | 237 if (a->methods->config == conf1_ext_config) in get_addrs_param_name() 405 .config = conf1_config, 418 .config = conf1_ext_config,
|
| H A D | init.c | 476 if (pci_methods[i] && pci_methods[i]->config) in pci_alloc() 477 pci_methods[i]->config(a); in pci_alloc()
|
| H A D | nbsd-libpci.c | 148 .config = nbsd_config,
|
| H A D | sylixos-device.c | 149 .config = sylixos_config,
|
| H A D | obsd-device.c | 143 .config = obsd_config,
|
| H A D | darwin.c | 202 .config = darwin_config,
|
| H A D | internal.h | 62 void (*config)(struct pci_access *); member
|
| H A D | dump.c | 184 .config = dump_config,
|
| H A D | rt-thread-smart-dm.c | 213 .config = rt_thread_smart_dm_config,
|
| H A D | proc.c | 219 .config = proc_config,
|
| H A D | Makefile | 7 INCL=internal.h pci.h config.h header.h sysdep.h types.h
|
| H A D | fbsd-device.c | 355 .config = fbsd_config,
|
| H A D | sysfs.c | 611 .config = sysfs_config,
|
| H A D | ecam.c | 1198 .config = ecam_config,
|