Searched refs:native_machine (Results 1 – 3 of 3) sorted by relevance
129 win32_check_driver(BYTE *driver_data, USHORT native_machine, USHORT *driver_machine_ptr) in win32_check_driver() argument134 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() argument220 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() local323 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 …]
247 USHORT native_machine; in win32_is_not_native_process() local266 …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()
6 BOOL win32_is_not_native_process(USHORT *native_machine);