Home
last modified time | relevance | path

Searched refs:module (Results 1 – 5 of 5) sorted by relevance

/pciutils/
H A Dls-kernel.c107 char module[1]; member
167 strcpy(e->module, line); in show_kernel_init()
202 return current->module; in next_module()
220 const char *module; in next_module_filtered() local
222 while (module = next_module(d)) in next_module_filtered()
224 if (strcmp(module, prev_module)) in next_module_filtered()
228 return module; in next_module_filtered()
238 const char *driver, *module; in show_kernel() local
248 while (module = next_module_filtered(d)) in show_kernel()
257 const char *driver, *module; in show_kernel_machine() local
[all …]
H A DChangeLog385 path to module directory provided by libkmod. Previously,
530 is able to look up module aliases in sysfs.
1134 * lib/i386-ports.c: Define _GNU_SOURCE, it's needed by the Hurd module.
1287 * lib/names.c: Rewritten the name database module almost from scratch.
2049 * lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
H A Dpci.ids8186 a801 Schizo Fireplane-PCI bus bridge module [pcisch]
23481 4471 XMC730 Multi-function I/O module with front I/O
23536 7021 APA7-201 Reconfigurable Artix-7 FPGA module 48 TTL channels
23537 7022 APA7-202 Reconfigurable Artix-7 FPGA module 24 RS485 channels
23539 7024 APA7-204 Reconfigurable Artix-7 FPGA module 24 LVDS channels
24378 0301 VMFX1 FPGA PMC module
24756 6200 PXI/PXIe measurement module
25523 1061 Virtio 1.0 nitro secure module
37983 9a11 GNA Scoring Accelerator module
38745 a74f GNA Scoring Accelerator module
[all …]
/pciutils/lib/
H A Dphysmem-windows.c373 win32_get_baseaddr_from_hmodule(HMODULE module) in win32_get_baseaddr_from_hmodule() argument
381 return (BYTE *)module; in win32_get_baseaddr_from_hmodule()
392 imte = ImteFromHModule(module); in win32_get_baseaddr_from_hmodule()
419 baseaddr = win32_get_baseaddr_from_hmodule(module); in win32_get_proc_address_by_ordinal()
489 module = LoadLibraryA(module_name); in win32_get_proc_address_by_ordinal()
491 if (!module) in win32_get_proc_address_by_ordinal()
493 FreeLibrary(module); in win32_get_proc_address_by_ordinal()
504 FreeLibrary(module); in win32_get_proc_address_by_ordinal()
508 func_ptr = win32_get_proc_address_by_ordinal(module, ordinal, FALSE); in win32_get_proc_address_by_ordinal()
512 func_ptr = GetProcAddress(module, export_name); in win32_get_proc_address_by_ordinal()
[all …]
H A Dinit.c303 HMODULE module; in pci_init_name_list_path() local
307 module = (HINSTANCE)&__ImageBase; in pci_init_name_list_path()
309 module = _hModule; in pci_init_name_list_path()
311 module = _hInstance; in pci_init_name_list_path()
326 len = GetModuleFileName(module, path, size-sizeof(PCI_IDS)-4); /* 4 for "\\\\?\\" */ in pci_init_name_list_path()