Searched refs:LPVOID (Results 1 – 5 of 5) sorted by relevance
| /pciutils/lib/ |
| H A D | i386-io-windows.h | 112 SetProcessUserModeIOPLFunc(LPVOID Arg) in SetProcessUserModeIOPLFunc() 114 …RtlNtStatusToDosErrorProt RtlNtStatusToDosErrorPtr = (RtlNtStatusToDosErrorProt)(((LPVOID *)Arg)[1… in SetProcessUserModeIOPLFunc() 115 …NtSetInformationProcessProt NtSetInformationProcessPtr = (NtSetInformationProcessProt)(((LPVOID *)… in SetProcessUserModeIOPLFunc() 151 LPVOID Arg[2]; in SetProcessUserModeIOPL() 164 Arg[0] = (LPVOID)GetProcAddress(ntdll, "NtSetInformationProcess"); in SetProcessUserModeIOPL() 172 Arg[1] = (LPVOID)GetProcAddress(ntdll, "RtlNtStatusToDosError"); in SetProcessUserModeIOPL() 175 ret = win32_call_func_with_tcb_privilege(SetProcessUserModeIOPLFunc, (LPVOID)&Arg); in SetProcessUserModeIOPL()
|
| H A D | physmem-windows.c | 155 LPVOID w32skrnl_dpmi_lcall_ptr; 387 ImteFromHModule = (LPVOID)GetProcAddress(w32skrnl, "_ImteFromHModule@4"); in win32_get_baseaddr_from_hmodule() 388 BaseAddrFromImte = (LPVOID)GetProcAddress(w32skrnl, "_BaseAddrFromImte@4"); in win32_get_baseaddr_from_hmodule() 526 LPVOID (WINAPI *GetThunkBuff)(VOID); in init_physmem_w32skrnl() 528 LPVOID buf_ptr; in init_physmem_w32skrnl() 539 GetThunkBuff = (LPVOID)GetProcAddress(w32skrnl, "_GetThunkBuff@0"); in init_physmem_w32skrnl() 585 physmem->w32skrnl_dpmi_lcall_ptr = (LPVOID)((BYTE *)buf_ptr + 0xa4); in init_physmem_w32skrnl() 587 physmem->w32skrnl_dpmi_lcall_ptr = (LPVOID)((BYTE *)buf_ptr + 0xa0); in init_physmem_w32skrnl() 617 physmem->VxDCall2 = (LPVOID)GetProcAddress(kernel32, "VxDCall2"); in init_physmem_vxdcall() 687 physmem->NtOpenSection = (LPVOID)GetProcAddress(ntdll, "NtOpenSection"); in init_physmem_ntdll() [all …]
|
| H A D | win32-helpers.h | 15 BOOL win32_call_func_with_tcb_privilege(BOOL (*function)(LPVOID), LPVOID argument);
|
| H A D | win32-helpers.c | 951 LPVOID ace; in grant_process_token_dacl_permissions() 1423 win32_call_func_with_tcb_privilege(BOOL (*function)(LPVOID), LPVOID argument) in win32_call_func_with_tcb_privilege() argument
|
| H A D | win32-sysdbg.c | 134 NtSystemDebugControl = (LPVOID)GetProcAddress(ntdll, "NtSystemDebugControl"); in win32_sysdbg_setup()
|