Home
last modified time | relevance | path

Searched refs:native_machine (Results 1 – 3 of 3) sorted by relevance

/pciutils/lib/
H A Dwin32-kldbg.c129 win32_check_driver(BYTE *driver_data, USHORT native_machine, USHORT *driver_machine_ptr) in win32_check_driver() argument
134 if (native_machine == IMAGE_FILE_MACHINE_UNKNOWN) in win32_check_driver()
152 if (*driver_machine_ptr != native_machine) in win32_check_driver()
159 win32_kldbg_unpack_driver(struct pci_access *a, LPTSTR driver_path, USHORT native_machine) in win32_kldbg_unpack_driver() argument
220 if (!win32_check_driver(driver_data, native_machine, &driver_machine)) in win32_kldbg_unpack_driver()
222 if (native_machine == IMAGE_FILE_MACHINE_UNKNOWN) in win32_kldbg_unpack_driver()
280 USHORT native_machine = IMAGE_FILE_MACHINE_UNKNOWN; in win32_kldbg_register_driver() local
323 if (win32_is_not_native_process(&native_machine)) in win32_kldbg_register_driver()
325 if (native_machine == IMAGE_FILE_MACHINE_UNKNOWN) in win32_kldbg_register_driver()
353 native_machine = win32_get_process_machine(); in win32_kldbg_register_driver()
[all …]
H A Dwin32-helpers.c247 USHORT native_machine; in win32_is_not_native_process() local
266 …if (MyIsWow64Process2 && MyIsWow64Process2(GetCurrentProcess(), &process_machine, &native_machine)) in win32_is_not_native_process()
280 *native_machine_ptr = native_machine; in win32_is_not_native_process()
290 if (process_machine != native_machine) in win32_is_not_native_process()
293 *native_machine_ptr = native_machine; in win32_is_not_native_process()
H A Dwin32-helpers.h6 BOOL win32_is_not_native_process(USHORT *native_machine);