Home
last modified time | relevance | path

Searched refs:NTAPI (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dynamic_runtime_thunk.cpp69 static void NTAPI asan_thread_init(void *mod, unsigned long reason, in asan_thread_init()
79 __declspec(allocate(".CRT$XLAB")) void (NTAPI *__asan_tls_init)(void *, variable
H A Dasan_win.cpp385 static void NTAPI asan_thread_init(void *module, DWORD reason, void *reserved) { in asan_thread_init()
391 __declspec(allocate(".CRT$XLAB")) void(NTAPI *__asan_tls_init)( variable
395 static void NTAPI asan_thread_exit(void *module, DWORD reason, void *reserved) { in asan_thread_exit()
405 __declspec(allocate(".CRT$XLY")) void(NTAPI *__asan_tls_exit)( variable
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/sysrandom/
H A Drandombytes_sysrandom.c54 BOOLEAN NTAPI RtlGenRandom(PVOID RandomBuffer, ULONG RandomBufferLength);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp257 extern "C" NTSYSAPI NTSTATUS NTAPI RtlGetLastNtStatus();
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c48 BOOLEAN NTAPI RtlGenRandom(PVOID RandomBuffer, ULONG RandomBufferLength);
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp126 typedef NTSTATUS(NTAPI *NtQuerySystemInformation_t)(SYSTEM_INFORMATION_CLASS,