| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_malloc_win.cpp | 30 typedef void *LPVOID; typedef 45 LPVOID WINAPI HeapAlloc(HANDLE hHeap, DWORD dwFlags, size_t dwBytes); 46 LPVOID WINAPI HeapReAlloc(HANDLE hHeap, DWORD dwFlags, LPVOID lpMem, 48 BOOL WINAPI HeapFree(HANDLE hHeap, DWORD dwFlags, LPVOID lpMem); 224 INTERCEPTOR_WINAPI(LPVOID, HeapAlloc, HANDLE hHeap, DWORD dwFlags, in INTERCEPTOR_WINAPI() argument 270 using AllocFunction = LPVOID(WINAPI *)(HANDLE, DWORD, size_t); 271 using ReAllocFunction = LPVOID(WINAPI *)(HANDLE, DWORD, LPVOID, size_t); 272 using SizeFunction = size_t(WINAPI *)(HANDLE, DWORD, LPVOID); 273 using FreeFunction = BOOL(WINAPI *)(HANDLE, DWORD, LPVOID); 389 INTERCEPTOR_WINAPI(LPVOID, HeapReAlloc, HANDLE hHeap, DWORD dwFlags, in INTERCEPTOR_WINAPI() argument [all …]
|
| H A D | asan_win.cpp | 315 (uptr)::VirtualAlloc((LPVOID)page, page_size, MEM_COMMIT, PAGE_READWRITE); in ShadowExceptionHandler()
|
| /freebsd-14.2/crypto/openssl/crypto/ |
| H A D | dllmain.c | 28 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved); 29 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) in DllMain()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win.cpp | 256 void *p = VirtualAlloc((LPVOID)fixed_addr, size, MEM_RESERVE, PAGE_READWRITE); in MmapFixedNoReserve() 258 void *p = VirtualAlloc((LPVOID)fixed_addr, size, MEM_RESERVE | MEM_COMMIT, in MmapFixedNoReserve() 278 void *p = VirtualAlloc((LPVOID)fixed_addr, size, in MmapFixedOrDie() 310 void *p = VirtualAlloc((LPVOID)fixed_addr, size, in MmapFixedOrDieOnFatalError() 337 void *res = VirtualAlloc((LPVOID)fixed_addr, size, in MmapFixedNoAccess() 357 return VirtualProtect((LPVOID)addr, size, PAGE_NOACCESS, &old_protection); in MprotectNoAccess() 362 return VirtualProtect((LPVOID)addr, size, PAGE_READONLY, &old_protection); in MprotectReadOnly() 367 return VirtualProtect((LPVOID)addr, size, PAGE_READWRITE, &old_protection); in MprotectReadWrite()
|
| /freebsd-14.2/crypto/heimdal/lib/heimdal/ |
| H A D | dllmain.c | 37 __in LPVOID lpvReserved) in DllMain()
|
| /freebsd-14.2/crypto/openssl/crypto/async/arch/ |
| H A D | async_win.h | 23 LPVOID fibre;
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | threadstest.h | 36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run()
|
| /freebsd-14.2/sys/dev/hptmv/ |
| H A D | hptintf.h | 747 LPVOID lpInBuffer; /* input data buffer */ 749 LPVOID lpOutBuffer; /* output data buffer */ 915 int hpt_device_io(DEVICEID id, int cmd, ULONG lba, DWORD nSector, LPVOID buffer); 918 int hpt_device_io_v2(DEVICEID id, int cmd, LBA64 lba, DWORD nSector, LPVOID buffer);
|
| H A D | mvOs.h | 57 typedef void *PVOID, *LPVOID; typedef
|
| /freebsd-14.2/crypto/openssl/providers/fips/ |
| H A D | self_test.c | 90 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved); 91 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) in DllMain()
|
| /freebsd-14.2/contrib/expat/xmlwf/ |
| H A D | win32filemap.c | 111 LPVOID buf = NULL; in win32perror()
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Windows_NT_util.cpp | 72 LPVOID StartAddress; 573 if (!TlsSetValue(__kmp_gtid_threadprivate_key, (LPVOID)(g + 1))) in __kmp_gtid_set_specific() 1166 (LPVOID)th, th->th.th_info.ds.ds_thread)); in __kmp_create_worker() 1193 (LPVOID)th, &idThread)); in __kmp_create_worker() 1197 (LPVOID)th, STACK_SIZE_PARAM_IS_A_RESERVATION, &idThread); in __kmp_create_worker() 1204 (LPVOID)th, idThread, handle)); in __kmp_create_worker() 1270 (LPTHREAD_START_ROUTINE)__kmp_launch_monitor, (LPVOID)th, in __kmp_create_monitor()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | emutls.c | 217 if (TlsSetValue(emutls_tls_index, (LPVOID)value) == 0) in emutls_setspecific() 222 LPVOID value = TlsGetValue(emutls_tls_index); in emutls_getspecific()
|
| /freebsd-14.2/contrib/jemalloc/src/ |
| H A D | tsd.c | 445 _tls_callback(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) { in _tls_callback() 482 DWORD fdwReason, LPVOID lpvReserved) = _tls_callback;
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/test/ |
| H A D | tinytest.c | 99 timeout_thread_proc_(LPVOID arg) in timeout_thread_proc_() 120 (LPVOID)&args, 0, &tid); in testcase_run_in_thread_()
|
| /freebsd-14.2/contrib/libevent/test/ |
| H A D | tinytest.c | 99 timeout_thread_proc_(LPVOID arg) in timeout_thread_proc_() 120 (LPVOID)&args, 0, &tid); in testcase_run_in_thread_()
|
| /freebsd-14.2/contrib/file/src/ |
| H A D | magic.c | 161 BOOL WINAPI DllMain(HINSTANCE, DWORD, LPVOID); 165 LPVOID lpvReserved __attribute__((__unused__))) in DllMain()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASession.cpp | 68 reinterpret_cast<LPVOID *>(&DiaDataSource)))) in LoadDIA() 79 reinterpret_cast<LPVOID *>(&DiaDataSource)))) in LoadDIA()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/WindowsDriver/ |
| H A D | MSVCSetupApi.h | 515 _Reserved_ LPVOID pReserved);
|
| /freebsd-14.2/contrib/sqlite3/tea/win/ |
| H A D | nmakehlp.c | 48 static DWORD WINAPI ReadFromPipe(LPVOID args); 464 LPVOID args) in ReadFromPipe()
|
| /freebsd-14.2/contrib/libpcap/testprogs/ |
| H A D | threadsignaltest.c | 40 #define THREAD_FUNC_ARG_TYPE LPVOID
|
| /freebsd-14.2/contrib/wpa/src/l2_packet/ |
| H A D | l2_packet_winpcap.c | 128 static DWORD WINAPI l2_packet_receive_thread(LPVOID arg) in l2_packet_receive_thread()
|
| H A D | l2_packet_ndis.c | 196 static DWORD WINAPI l2_packet_rx_thread(LPVOID arg) in l2_packet_rx_thread()
|
| /freebsd-14.2/contrib/googletest/googletest/src/ |
| H A D | gtest-port.cc | 607 reinterpret_cast<LPVOID>(new ThreadIdAndHandle(thread_id, thread)), in StartWatcherThreadFor() 621 static DWORD WINAPI WatcherThreadFunc(LPVOID param) { in WatcherThreadFunc()
|
| /freebsd-14.2/sys/contrib/zlib/test/ |
| H A D | minigzip.c | 92 (LPVOID)&msgbuf,
|