Searched refs:pe_patch_imports (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/compat/ndis/
H A Dkern_windrv.c410 if (pe_patch_imports(img, "NDIS", ndis_functbl))
415 if (pe_patch_imports(img, "HAL", hal_functbl))
421 if (pe_patch_imports(img, "ntoskrnl", ntoskrnl_functbl))
431 if (pe_patch_imports(img, "USBD", usbd_functbl))
H A Dpe_var.h552 extern int pe_patch_imports(vm_offset_t, char *, image_patch_table *);
H A Dsubr_pe.c609 pe_patch_imports(imgbase, module, functbl) function

Completed in 52 milliseconds