NTSTATUS          306 chrome_elf/blacklist/blacklist.cc   NTSTATUS ret = thunk->Setup(::GetModuleHandle(sandbox::kNtdllName),
NTSTATUS          326 chrome_elf/blacklist/blacklist.cc   NTSTATUS ret = thunk->Setup(::GetModuleHandle(sandbox::kNtdllName),
NTSTATUS           65 chrome_elf/blacklist/blacklist_interceptions.cc     NTSTATUS ret = g_nt_query_virtual_memory_func(
NTSTATUS           99 chrome_elf/blacklist/blacklist_interceptions.cc   NTSTATUS ret = g_nt_query_section_func(section, SectionBasicInformation,
NTSTATUS          172 chrome_elf/blacklist/blacklist_interceptions.cc NTSTATUS BlNtMapViewOfSectionImpl(
NTSTATUS          184 chrome_elf/blacklist/blacklist_interceptions.cc   NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits,
NTSTATUS          241 chrome_elf/blacklist/blacklist_interceptions.cc SANDBOX_INTERCEPT NTSTATUS WINAPI BlNtMapViewOfSection(
NTSTATUS          253 chrome_elf/blacklist/blacklist_interceptions.cc   NTSTATUS ret = STATUS_UNSUCCESSFUL;
NTSTATUS          267 chrome_elf/blacklist/blacklist_interceptions.cc NTSTATUS WINAPI BlNtMapViewOfSection64(
NTSTATUS           18 chrome_elf/blacklist/blacklist_interceptions.h SANDBOX_INTERCEPT NTSTATUS WINAPI BlNtMapViewOfSection(
NTSTATUS           35 chrome_elf/blacklist/blacklist_interceptions.h SANDBOX_INTERCEPT NTSTATUS WINAPI BlNtMapViewOfSection64(
NTSTATUS          153 chrome_elf/create_file/chrome_create_file.cc   NTSTATUS result = STATUS_UNSUCCESSFUL;
NTSTATUS           53 chrome_elf/create_file/chrome_create_file_unittest.cc   static NTSTATUS WINAPI FakeNtCreateFile(
NTSTATUS          129 chrome_elf/create_file/chrome_create_file_unittest.cc   NTSTATUS HandleCreateFileCall(PHANDLE file_handle,
NTSTATUS           73 chrome_elf/ntdll_cache.cc     NTSTATUS ret = thunk->CopyThunk(::GetModuleHandle(sandbox::kNtdllName),
NTSTATUS           17 cloud_print/service/win/local_security_policy.cc #define STATUS_SUCCESS ((NTSTATUS)0x00000000L)
NTSTATUS           90 cloud_print/service/win/local_security_policy.cc   NTSTATUS status = ::LsaEnumerateAccountRights(
NTSTATUS           85 components/breakpad/app/breakpad_win.cc typedef NTSTATUS (WINAPI* NtTerminateProcessPtr)(HANDLE ProcessHandle,
NTSTATUS           86 components/breakpad/app/breakpad_win.cc                                                  NTSTATUS ExitStatus);
NTSTATUS          537 components/breakpad/app/breakpad_win.cc NTSTATUS WINAPI HookNtTerminateProcess(HANDLE ProcessHandle,
NTSTATUS          538 components/breakpad/app/breakpad_win.cc                                        NTSTATUS ExitStatus) {
NTSTATUS          272 content/browser/gamepad/raw_input_data_fetcher_win.cc   NTSTATUS status = hidp_get_caps_(gamepad_info->preparsed_data, &caps);
NTSTATUS          347 content/browser/gamepad/raw_input_data_fetcher_win.cc   NTSTATUS status;
NTSTATUS           85 content/browser/gamepad/raw_input_data_fetcher_win.h   typedef NTSTATUS (__stdcall *HidPGetCapsFunc)(
NTSTATUS           87 content/browser/gamepad/raw_input_data_fetcher_win.h   typedef NTSTATUS (__stdcall *HidPGetButtonCapsFunc)(
NTSTATUS           90 content/browser/gamepad/raw_input_data_fetcher_win.h   typedef NTSTATUS (__stdcall *HidPGetValueCapsFunc)(
NTSTATUS           93 content/browser/gamepad/raw_input_data_fetcher_win.h   typedef NTSTATUS(__stdcall* HidPGetUsagesExFunc)(
NTSTATUS          101 content/browser/gamepad/raw_input_data_fetcher_win.h   typedef NTSTATUS (__stdcall *HidPGetUsageValueFunc)(
NTSTATUS          105 content/browser/gamepad/raw_input_data_fetcher_win.h   typedef NTSTATUS (__stdcall *HidPGetScaledUsageValueFunc)(
NTSTATUS          130 content/child/npapi/webplugin_delegate_impl_win.cc #define STATUS_SUCCESS ((NTSTATUS)0x00000000L)
NTSTATUS          134 content/child/npapi/webplugin_delegate_impl_win.cc #define STATUS_BUFFER_TOO_SMALL ((NTSTATUS)0xC0000023L)
NTSTATUS          429 content/common/sandbox_win.cc   NTSTATUS error;
NTSTATUS           44 sandbox/win/sandbox_poc/pocdll/handles.cc   NTSTATUS status = NtQuerySystemInformation(
NTSTATUS           85 sandbox/win/src/crosscall_params.h     NTSTATUS nt_status;
NTSTATUS           12 sandbox/win/src/eat_resolver.cc NTSTATUS EatResolverThunk::Setup(const void* target_module,
NTSTATUS           20 sandbox/win/src/eat_resolver.cc   NTSTATUS ret = Init(target_module, interceptor_module, target_name,
NTSTATUS           62 sandbox/win/src/eat_resolver.cc NTSTATUS EatResolverThunk::ResolveTarget(const void* module,
NTSTATUS           21 sandbox/win/src/eat_resolver.h   virtual NTSTATUS Setup(const void* target_module,
NTSTATUS           31 sandbox/win/src/eat_resolver.h   virtual NTSTATUS ResolveTarget(const void* module,
NTSTATUS          110 sandbox/win/src/file_policy_test.cc   NTSTATUS status = NtCreateFile(&handle, FILE_READ_DATA, &obj_attributes,
NTSTATUS          145 sandbox/win/src/file_policy_test.cc   NTSTATUS status = NtOpenFile(&handle, FILE_READ_DATA, &obj_attributes,
NTSTATUS          224 sandbox/win/src/file_policy_test.cc   NTSTATUS status1 = NtQueryAttributesFile(&obj_attributes, &info);
NTSTATUS          225 sandbox/win/src/file_policy_test.cc   NTSTATUS status2 = NtQueryFullAttributesFile(&obj_attributes, &full_info);
NTSTATUS          111 sandbox/win/src/filesystem_dispatcher.cc   NTSTATUS nt_status;
NTSTATUS          153 sandbox/win/src/filesystem_dispatcher.cc   NTSTATUS nt_status;
NTSTATUS          193 sandbox/win/src/filesystem_dispatcher.cc   NTSTATUS nt_status;
NTSTATUS          231 sandbox/win/src/filesystem_dispatcher.cc   NTSTATUS nt_status;
NTSTATUS          283 sandbox/win/src/filesystem_dispatcher.cc   NTSTATUS nt_status;
NTSTATUS           18 sandbox/win/src/filesystem_interception.cc NTSTATUS WINAPI TargetNtCreateFile(NtCreateFileFunction orig_CreateFile,
NTSTATUS           27 sandbox/win/src/filesystem_interception.cc   NTSTATUS status = orig_CreateFile(file, desired_access, object_attributes,
NTSTATUS           50 sandbox/win/src/filesystem_interception.cc     NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
NTSTATUS           94 sandbox/win/src/filesystem_interception.cc NTSTATUS WINAPI TargetNtOpenFile(NtOpenFileFunction orig_OpenFile, PHANDLE file,
NTSTATUS          100 sandbox/win/src/filesystem_interception.cc   NTSTATUS status = orig_OpenFile(file, desired_access, object_attributes,
NTSTATUS          121 sandbox/win/src/filesystem_interception.cc     NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
NTSTATUS          162 sandbox/win/src/filesystem_interception.cc NTSTATUS WINAPI TargetNtQueryAttributesFile(
NTSTATUS          167 sandbox/win/src/filesystem_interception.cc   NTSTATUS status = orig_QueryAttributes(object_attributes, file_attributes);
NTSTATUS          185 sandbox/win/src/filesystem_interception.cc     NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
NTSTATUS          218 sandbox/win/src/filesystem_interception.cc NTSTATUS WINAPI TargetNtQueryFullAttributesFile(
NTSTATUS          223 sandbox/win/src/filesystem_interception.cc   NTSTATUS status = orig_QueryFullAttributes(object_attributes,
NTSTATUS          243 sandbox/win/src/filesystem_interception.cc     NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
NTSTATUS          275 sandbox/win/src/filesystem_interception.cc NTSTATUS WINAPI TargetNtSetInformationFile(
NTSTATUS          280 sandbox/win/src/filesystem_interception.cc   NTSTATUS status = orig_SetInformationFile(file, io_status, file_info, length,
NTSTATUS          319 sandbox/win/src/filesystem_interception.cc     NTSTATUS ret = AllocAndCopyName(&object_attributes, &name, NULL, NULL);
NTSTATUS           16 sandbox/win/src/filesystem_interception.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtCreateFile(
NTSTATUS           24 sandbox/win/src/filesystem_interception.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenFile(
NTSTATUS           31 sandbox/win/src/filesystem_interception.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtQueryAttributesFile(
NTSTATUS           38 sandbox/win/src/filesystem_interception.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtQueryFullAttributesFile(
NTSTATUS           44 sandbox/win/src/filesystem_interception.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtSetInformationFile(
NTSTATUS           20 sandbox/win/src/filesystem_policy.cc NTSTATUS NtCreateFileInTarget(HANDLE* target_file_handle,
NTSTATUS           35 sandbox/win/src/filesystem_policy.cc   NTSTATUS status = NtCreateFile(&local_handle, desired_access, obj_attributes,
NTSTATUS          240 sandbox/win/src/filesystem_policy.cc                                         NTSTATUS* nt_status,
NTSTATUS          269 sandbox/win/src/filesystem_policy.cc                                       NTSTATUS* nt_status,
NTSTATUS          298 sandbox/win/src/filesystem_policy.cc     NTSTATUS* nt_status) {
NTSTATUS          323 sandbox/win/src/filesystem_policy.cc     NTSTATUS* nt_status) {
NTSTATUS          346 sandbox/win/src/filesystem_policy.cc     NTSTATUS* nt_status) {
NTSTATUS           51 sandbox/win/src/filesystem_policy.h                                NTSTATUS* nt_status,
NTSTATUS           67 sandbox/win/src/filesystem_policy.h                              NTSTATUS* nt_status,
NTSTATUS           77 sandbox/win/src/filesystem_policy.h                                         NTSTATUS* nt_status);
NTSTATUS           87 sandbox/win/src/filesystem_policy.h       NTSTATUS* nt_status);
NTSTATUS           98 sandbox/win/src/filesystem_policy.h                                        NTSTATUS* nt_status);
NTSTATUS          185 sandbox/win/src/handle_closer.cc   NTSTATUS result;
NTSTATUS           16 sandbox/win/src/handle_closer_agent.cc NTSTATUS QueryObjectTypeInformation(HANDLE handle,
NTSTATUS           23 sandbox/win/src/handle_closer_agent.cc   NTSTATUS status = STATUS_UNSUCCESSFUL;
NTSTATUS          100 sandbox/win/src/handle_closer_agent.cc     NTSTATUS rc;
NTSTATUS           47 sandbox/win/src/handle_dispatcher.cc   NTSTATUS error;
NTSTATUS           48 sandbox/win/src/handle_table.cc   NTSTATUS result;
NTSTATUS           92 sandbox/win/src/handle_table.cc   NTSTATUS result;
NTSTATUS          508 sandbox/win/src/interception.cc       NTSTATUS ret = thunk->ResolveInterceptor(local_interceptor,
NTSTATUS          520 sandbox/win/src/interception.cc     NTSTATUS ret = thunk->Setup(ntdll_base,
NTSTATUS          175 sandbox/win/src/interception_agent.cc     NTSTATUS ret = resolver->Setup(thunks->base,
NTSTATUS           23 sandbox/win/src/interceptors_64.cc NTSTATUS WINAPI TargetNtMapViewOfSection64(
NTSTATUS           35 sandbox/win/src/interceptors_64.cc NTSTATUS WINAPI TargetNtUnmapViewOfSection64(HANDLE process, PVOID base) {
NTSTATUS           43 sandbox/win/src/interceptors_64.cc NTSTATUS WINAPI TargetNtSetInformationThread64(
NTSTATUS           53 sandbox/win/src/interceptors_64.cc NTSTATUS WINAPI TargetNtOpenThreadToken64(
NTSTATUS           62 sandbox/win/src/interceptors_64.cc NTSTATUS WINAPI TargetNtOpenThreadTokenEx64(
NTSTATUS           90 sandbox/win/src/interceptors_64.cc SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtCreateFile64(
NTSTATUS          103 sandbox/win/src/interceptors_64.cc SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenFile64(
NTSTATUS          113 sandbox/win/src/interceptors_64.cc SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtQueryAttributesFile64(
NTSTATUS          122 sandbox/win/src/interceptors_64.cc SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtQueryFullAttributesFile64(
NTSTATUS          132 sandbox/win/src/interceptors_64.cc SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtSetInformationFile64(
NTSTATUS          156 sandbox/win/src/interceptors_64.cc SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenThread64(
NTSTATUS          165 sandbox/win/src/interceptors_64.cc SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenProcess64(
NTSTATUS          174 sandbox/win/src/interceptors_64.cc SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenProcessToken64(
NTSTATUS          181 sandbox/win/src/interceptors_64.cc SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenProcessTokenEx64(
NTSTATUS          222 sandbox/win/src/interceptors_64.cc SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtCreateKey64(
NTSTATUS          233 sandbox/win/src/interceptors_64.cc SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenKey64(
NTSTATUS          241 sandbox/win/src/interceptors_64.cc SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenKeyEx64(
NTSTATUS          252 sandbox/win/src/interceptors_64.cc SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtCreateEvent64(
NTSTATUS          262 sandbox/win/src/interceptors_64.cc SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenEvent64(
NTSTATUS           18 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtMapViewOfSection64(
NTSTATUS           26 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtUnmapViewOfSection64(HANDLE process,
NTSTATUS           33 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtSetInformationThread64(
NTSTATUS           38 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenThreadToken64(
NTSTATUS           43 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenThreadTokenEx64(
NTSTATUS           60 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtCreateFile64(
NTSTATUS           67 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenFile64(
NTSTATUS           73 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtQueryAttributesFile64(
NTSTATUS           78 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtQueryFullAttributesFile64(
NTSTATUS           83 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtSetInformationFile64(
NTSTATUS          100 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenThread64(
NTSTATUS          105 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenProcess64(
NTSTATUS          110 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenProcessToken64(
NTSTATUS          114 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenProcessTokenEx64(
NTSTATUS          138 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtCreateKey64(
NTSTATUS          144 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenKey64(
NTSTATUS          149 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenKeyEx64(
NTSTATUS          157 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtCreateEvent64(
NTSTATUS          162 sandbox/win/src/interceptors_64.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenEvent64(
NTSTATUS           15 sandbox/win/src/nt_internals.h #define STATUS_SUCCESS                ((NTSTATUS)0x00000000L)
NTSTATUS           16 sandbox/win/src/nt_internals.h #define STATUS_BUFFER_OVERFLOW        ((NTSTATUS)0x80000005L)
NTSTATUS           17 sandbox/win/src/nt_internals.h #define STATUS_UNSUCCESSFUL           ((NTSTATUS)0xC0000001L)
NTSTATUS           18 sandbox/win/src/nt_internals.h #define STATUS_NOT_IMPLEMENTED        ((NTSTATUS)0xC0000002L)
NTSTATUS           19 sandbox/win/src/nt_internals.h #define STATUS_INFO_LENGTH_MISMATCH   ((NTSTATUS)0xC0000004L)
NTSTATUS           22 sandbox/win/src/nt_internals.h #define STATUS_INVALID_PARAMETER      ((NTSTATUS)0xC000000DL)
NTSTATUS           24 sandbox/win/src/nt_internals.h #define STATUS_CONFLICTING_ADDRESSES  ((NTSTATUS)0xC0000018L)
NTSTATUS           25 sandbox/win/src/nt_internals.h #define STATUS_ACCESS_DENIED          ((NTSTATUS)0xC0000022L)
NTSTATUS           26 sandbox/win/src/nt_internals.h #define STATUS_BUFFER_TOO_SMALL       ((NTSTATUS)0xC0000023L)
NTSTATUS           27 sandbox/win/src/nt_internals.h #define STATUS_OBJECT_NAME_NOT_FOUND  ((NTSTATUS)0xC0000034L)
NTSTATUS           28 sandbox/win/src/nt_internals.h #define STATUS_OBJECT_NAME_COLLISION  ((NTSTATUS)0xC0000035L)
NTSTATUS           29 sandbox/win/src/nt_internals.h #define STATUS_PROCEDURE_NOT_FOUND    ((NTSTATUS)0xC000007AL)
NTSTATUS           30 sandbox/win/src/nt_internals.h #define STATUS_INVALID_IMAGE_FORMAT   ((NTSTATUS)0xC000007BL)
NTSTATUS           31 sandbox/win/src/nt_internals.h #define STATUS_NO_TOKEN               ((NTSTATUS)0xC000007CL)
NTSTATUS           83 sandbox/win/src/nt_internals.h     NTSTATUS Status;
NTSTATUS          138 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtCreateFileFunction)(
NTSTATUS          151 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtOpenFileFunction)(
NTSTATUS          159 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtCloseFunction)(
NTSTATUS          173 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtSetInformationFileFunction)(
NTSTATUS          188 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtQueryAttributesFileFunction)(
NTSTATUS          202 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtQueryFullAttributesFileFunction)(
NTSTATUS          209 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtCreateSectionFunction)(
NTSTATUS          222 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtMapViewOfSectionFunction)(
NTSTATUS          234 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtUnmapViewOfSectionFunction)(
NTSTATUS          249 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtQuerySectionFunction)(
NTSTATUS          264 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtOpenThreadFunction) (
NTSTATUS          270 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtOpenProcessFunction) (
NTSTATUS          297 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtSetInformationThreadFunction) (
NTSTATUS          313 sandbox/win/src/nt_internals.h   NTSTATUS ExitStatus;
NTSTATUS          321 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtQueryInformationProcessFunction)(
NTSTATUS          328 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtSetInformationProcessFunction)(
NTSTATUS          334 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtOpenThreadTokenFunction) (
NTSTATUS          340 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtOpenThreadTokenExFunction) (
NTSTATUS          347 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtOpenProcessTokenFunction) (
NTSTATUS          352 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtOpenProcessTokenExFunction) (
NTSTATUS          358 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI * RtlCreateUserThreadFunction)(
NTSTATUS          373 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtCreateKeyFunction)(
NTSTATUS          382 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtOpenKeyFunction)(
NTSTATUS          387 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtOpenKeyExFunction)(
NTSTATUS          393 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtDeleteKeyFunction)(
NTSTATUS          423 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtAllocateVirtualMemoryFunction) (
NTSTATUS          431 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtFreeVirtualMemoryFunction) (
NTSTATUS          448 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtQueryVirtualMemoryFunction)(
NTSTATUS          456 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtProtectVirtualMemoryFunction)(
NTSTATUS          565 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtQueryObjectFunction)(
NTSTATUS          572 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtDuplicateObjectFunction)(
NTSTATUS          581 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtSignalAndWaitForSingleObjectFunction)(
NTSTATUS          587 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtQuerySystemInformation)(
NTSTATUS          593 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *NtQueryObject)(
NTSTATUS          619 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI *RtlAnsiStringToUnicodeStringFunction)(
NTSTATUS          638 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI* NtOpenDirectoryObjectFunction) (
NTSTATUS          643 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI* NtQuerySymbolicLinkObjectFunction) (
NTSTATUS          648 sandbox/win/src/nt_internals.h typedef NTSTATUS (WINAPI* NtOpenSymbolicLinkObjectFunction) (
NTSTATUS           73 sandbox/win/src/policy_target.cc NTSTATUS WINAPI TargetNtSetInformationThread(
NTSTATUS           88 sandbox/win/src/policy_target.cc     NTSTATUS ret = CopyData(&token, thread_information, sizeof(token));
NTSTATUS          106 sandbox/win/src/policy_target.cc NTSTATUS WINAPI TargetNtOpenThreadToken(
NTSTATUS          116 sandbox/win/src/policy_target.cc NTSTATUS WINAPI TargetNtOpenThreadTokenEx(
NTSTATUS           23 sandbox/win/src/policy_target.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtSetInformationThread(
NTSTATUS           30 sandbox/win/src/policy_target.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenThreadToken(
NTSTATUS           36 sandbox/win/src/policy_target.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenThreadTokenEx(
NTSTATUS           88 sandbox/win/src/policy_target_test.cc   NTSTATUS status = NtOpenThreadTokenEx(GetCurrentThread(),
NTSTATUS          161 sandbox/win/src/process_thread_dispatcher.cc   NTSTATUS ret = ProcessPolicy::OpenThreadAction(*ipc->client_info,
NTSTATUS          172 sandbox/win/src/process_thread_dispatcher.cc   NTSTATUS ret = ProcessPolicy::OpenProcessAction(*ipc->client_info,
NTSTATUS          183 sandbox/win/src/process_thread_dispatcher.cc   NTSTATUS ret = ProcessPolicy::OpenProcessTokenAction(*ipc->client_info,
NTSTATUS          195 sandbox/win/src/process_thread_dispatcher.cc   NTSTATUS ret = ProcessPolicy::OpenProcessTokenExAction(*ipc->client_info,
NTSTATUS           22 sandbox/win/src/process_thread_interception.cc NTSTATUS WINAPI TargetNtOpenThread(NtOpenThreadFunction orig_OpenThread,
NTSTATUS           26 sandbox/win/src/process_thread_interception.cc   NTSTATUS status = orig_OpenThread(thread, desired_access, object_attributes,
NTSTATUS          104 sandbox/win/src/process_thread_interception.cc NTSTATUS WINAPI TargetNtOpenProcess(NtOpenProcessFunction orig_OpenProcess,
NTSTATUS          108 sandbox/win/src/process_thread_interception.cc   NTSTATUS status = orig_OpenProcess(process, desired_access, object_attributes,
NTSTATUS          173 sandbox/win/src/process_thread_interception.cc NTSTATUS WINAPI TargetNtOpenProcessToken(
NTSTATUS          176 sandbox/win/src/process_thread_interception.cc   NTSTATUS status = orig_OpenProcessToken(process, desired_access, token);
NTSTATUS          217 sandbox/win/src/process_thread_interception.cc NTSTATUS WINAPI TargetNtOpenProcessTokenEx(
NTSTATUS          220 sandbox/win/src/process_thread_interception.cc   NTSTATUS status = orig_OpenProcessTokenEx(process, desired_access,
NTSTATUS          426 sandbox/win/src/process_thread_interception.cc   NTSTATUS result = g_nt.RtlCreateUserThread(NtCurrentProcess, sd,
NTSTATUS           50 sandbox/win/src/process_thread_interception.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenThread(
NTSTATUS           56 sandbox/win/src/process_thread_interception.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenProcess(
NTSTATUS           62 sandbox/win/src/process_thread_interception.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenProcessToken(
NTSTATUS           67 sandbox/win/src/process_thread_interception.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenProcessTokenEx(
NTSTATUS          103 sandbox/win/src/process_thread_policy.cc NTSTATUS ProcessPolicy::OpenThreadAction(const ClientInfo& client_info,
NTSTATUS          121 sandbox/win/src/process_thread_policy.cc   NTSTATUS status = NtOpenThread(&local_handle, desired_access, &attributes,
NTSTATUS          135 sandbox/win/src/process_thread_policy.cc NTSTATUS ProcessPolicy::OpenProcessAction(const ClientInfo& client_info,
NTSTATUS          153 sandbox/win/src/process_thread_policy.cc   NTSTATUS status = NtOpenProcess(&local_handle, desired_access, &attributes,
NTSTATUS          167 sandbox/win/src/process_thread_policy.cc NTSTATUS ProcessPolicy::OpenProcessTokenAction(const ClientInfo& client_info,
NTSTATUS          179 sandbox/win/src/process_thread_policy.cc   NTSTATUS status = NtOpenProcessToken(client_info.process, desired_access,
NTSTATUS          192 sandbox/win/src/process_thread_policy.cc NTSTATUS ProcessPolicy::OpenProcessTokenExAction(const ClientInfo& client_info,
NTSTATUS          205 sandbox/win/src/process_thread_policy.cc   NTSTATUS status = NtOpenProcessTokenEx(client_info.process, desired_access,
NTSTATUS           38 sandbox/win/src/process_thread_policy.h   static NTSTATUS OpenThreadAction(const ClientInfo& client_info,
NTSTATUS           46 sandbox/win/src/process_thread_policy.h   static NTSTATUS OpenProcessAction(const ClientInfo& client_info,
NTSTATUS           54 sandbox/win/src/process_thread_policy.h   static NTSTATUS OpenProcessTokenAction(const ClientInfo& client_info,
NTSTATUS           62 sandbox/win/src/process_thread_policy.h   static NTSTATUS OpenProcessTokenExAction(const ClientInfo& client_info,
NTSTATUS          103 sandbox/win/src/registry_dispatcher.cc   NTSTATUS nt_status;
NTSTATUS          147 sandbox/win/src/registry_dispatcher.cc   NTSTATUS nt_status;
NTSTATUS           16 sandbox/win/src/registry_interception.cc NTSTATUS WINAPI TargetNtCreateKey(NtCreateKeyFunction orig_CreateKey,
NTSTATUS           22 sandbox/win/src/registry_interception.cc   NTSTATUS status = orig_CreateKey(key, desired_access, object_attributes,
NTSTATUS           54 sandbox/win/src/registry_interception.cc     NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
NTSTATUS           95 sandbox/win/src/registry_interception.cc NTSTATUS WINAPI CommonNtOpenKey(NTSTATUS status, PHANDLE key,
NTSTATUS          113 sandbox/win/src/registry_interception.cc     NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
NTSTATUS          148 sandbox/win/src/registry_interception.cc NTSTATUS WINAPI TargetNtOpenKey(NtOpenKeyFunction orig_OpenKey, PHANDLE key,
NTSTATUS          152 sandbox/win/src/registry_interception.cc   NTSTATUS status = orig_OpenKey(key, desired_access, object_attributes);
NTSTATUS          159 sandbox/win/src/registry_interception.cc NTSTATUS WINAPI TargetNtOpenKeyEx(NtOpenKeyExFunction orig_OpenKeyEx,
NTSTATUS          164 sandbox/win/src/registry_interception.cc   NTSTATUS status = orig_OpenKeyEx(key, desired_access, object_attributes,
NTSTATUS           17 sandbox/win/src/registry_interception.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtCreateKey(
NTSTATUS           24 sandbox/win/src/registry_interception.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenKey(
NTSTATUS           30 sandbox/win/src/registry_interception.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenKeyEx(
NTSTATUS           26 sandbox/win/src/registry_policy.cc NTSTATUS TranslateMaximumAllowed(OBJECT_ATTRIBUTES* obj_attributes,
NTSTATUS           39 sandbox/win/src/registry_policy.cc   NTSTATUS status = NtOpenKey(&handle, *access, obj_attributes);
NTSTATUS           54 sandbox/win/src/registry_policy.cc NTSTATUS NtCreateKeyInTarget(HANDLE* target_key_handle,
NTSTATUS           66 sandbox/win/src/registry_policy.cc     NTSTATUS status = TranslateMaximumAllowed(obj_attributes, &desired_access);
NTSTATUS           72 sandbox/win/src/registry_policy.cc   NTSTATUS status = NtCreateKey(&local_handle, desired_access, obj_attributes,
NTSTATUS           86 sandbox/win/src/registry_policy.cc NTSTATUS NtOpenKeyInTarget(HANDLE* target_key_handle,
NTSTATUS           94 sandbox/win/src/registry_policy.cc     NTSTATUS status = TranslateMaximumAllowed(obj_attributes, &desired_access);
NTSTATUS          100 sandbox/win/src/registry_policy.cc   NTSTATUS status = NtOpenKey(&local_handle, desired_access, obj_attributes);
NTSTATUS          176 sandbox/win/src/registry_policy.cc                                      NTSTATUS* nt_status,
NTSTATUS          208 sandbox/win/src/registry_policy.cc                                    NTSTATUS* nt_status) {
NTSTATUS           41 sandbox/win/src/registry_policy.h                               NTSTATUS* nt_status,
NTSTATUS           53 sandbox/win/src/registry_policy.h                               NTSTATUS* nt_status);
NTSTATUS           30 sandbox/win/src/registry_policy_test.cc   NTSTATUS status = NtQueryObject(handle, ObjectBasicInformation, &info,
NTSTATUS           12 sandbox/win/src/resolver.cc NTSTATUS ResolverThunk::Init(const void* target_module,
NTSTATUS           26 sandbox/win/src/resolver.cc   NTSTATUS ret = STATUS_SUCCESS;
NTSTATUS           43 sandbox/win/src/resolver.cc NTSTATUS ResolverThunk::ResolveInterceptor(const void* interceptor_module,
NTSTATUS           46 sandbox/win/src/resolver.h   virtual NTSTATUS Setup(const void* target_module,
NTSTATUS           56 sandbox/win/src/resolver.h   virtual NTSTATUS ResolveInterceptor(const void* module,
NTSTATUS           61 sandbox/win/src/resolver.h   virtual NTSTATUS ResolveTarget(const void* module,
NTSTATUS           79 sandbox/win/src/resolver.h   virtual NTSTATUS Init(const void* target_module,
NTSTATUS           81 sandbox/win/src/resolver_32.cc NTSTATUS ResolverThunk::ResolveTarget(const void* module,
NTSTATUS           62 sandbox/win/src/resolver_64.cc NTSTATUS ResolverThunk::ResolveTarget(const void* module,
NTSTATUS           31 sandbox/win/src/sandbox_nt_util.cc   NTSTATUS ret;
NTSTATUS           82 sandbox/win/src/sandbox_nt_util.cc   NTSTATUS ret;
NTSTATUS          124 sandbox/win/src/sandbox_nt_util.cc     NTSTATUS ret = g_nt.MapViewOfSection(g_shared_section, NtCurrentProcess,
NTSTATUS          208 sandbox/win/src/sandbox_nt_util.cc NTSTATUS CopyData(void* destination, const void* source, size_t bytes) {
NTSTATUS          209 sandbox/win/src/sandbox_nt_util.cc   NTSTATUS ret = STATUS_SUCCESS;
NTSTATUS          219 sandbox/win/src/sandbox_nt_util.cc NTSTATUS AllocAndCopyName(const OBJECT_ATTRIBUTES* in_object,
NTSTATUS          227 sandbox/win/src/sandbox_nt_util.cc   NTSTATUS ret = STATUS_UNSUCCESSFUL;
NTSTATUS          268 sandbox/win/src/sandbox_nt_util.cc NTSTATUS GetProcessId(HANDLE process, ULONG *process_id) {
NTSTATUS          272 sandbox/win/src/sandbox_nt_util.cc   NTSTATUS ret = g_nt.QueryInformationProcess(process, ProcessBasicInformation,
NTSTATUS          289 sandbox/win/src/sandbox_nt_util.cc     NTSTATUS ret = GetProcessId(NtCurrentProcess, &s_process_id);
NTSTATUS          295 sandbox/win/src/sandbox_nt_util.cc   NTSTATUS ret = GetProcessId(process, &process_id);
NTSTATUS          309 sandbox/win/src/sandbox_nt_util.cc   NTSTATUS ret = g_nt.DuplicateObject(NtCurrentProcess, section,
NTSTATUS          352 sandbox/win/src/sandbox_nt_util.cc   NTSTATUS ret = g_nt.RtlAnsiStringToUnicodeString(out_string, &ansi_string,
NTSTATUS          406 sandbox/win/src/sandbox_nt_util.cc     NTSTATUS ret = g_nt.QueryVirtualMemory(NtCurrentProcess, address,
NTSTATUS          465 sandbox/win/src/sandbox_nt_util.cc   NTSTATUS ret = CopyData(out_string->Buffer, &sep[1], out_string->Length);
NTSTATUS          475 sandbox/win/src/sandbox_nt_util.cc NTSTATUS AutoProtectMemory::ChangeProtection(void* address, size_t bytes,
NTSTATUS          479 sandbox/win/src/sandbox_nt_util.cc   NTSTATUS ret = g_nt.ProtectVirtualMemory(NtCurrentProcess, &address,
NTSTATUS          490 sandbox/win/src/sandbox_nt_util.cc NTSTATUS AutoProtectMemory::RevertProtection() {
NTSTATUS          498 sandbox/win/src/sandbox_nt_util.cc   NTSTATUS ret = g_nt.ProtectVirtualMemory(NtCurrentProcess, &address_,
NTSTATUS          100 sandbox/win/src/sandbox_nt_util.h NTSTATUS CopyData(void* destination, const void* source, size_t bytes);
NTSTATUS          103 sandbox/win/src/sandbox_nt_util.h NTSTATUS AllocAndCopyName(const OBJECT_ATTRIBUTES* in_object,
NTSTATUS          164 sandbox/win/src/sandbox_nt_util.h   NTSTATUS ChangeProtection(void* address, size_t bytes, ULONG protect);
NTSTATUS          167 sandbox/win/src/sandbox_nt_util.h   NTSTATUS RevertProtection();
NTSTATUS           13 sandbox/win/src/service_resolver.cc NTSTATUS ServiceResolverThunk::ResolveInterceptor(
NTSTATUS           25 sandbox/win/src/service_resolver.cc NTSTATUS ServiceResolverThunk::ResolveTarget(const void* module,
NTSTATUS           24 sandbox/win/src/service_resolver.h   virtual NTSTATUS Setup(const void* target_module,
NTSTATUS           34 sandbox/win/src/service_resolver.h   virtual NTSTATUS ResolveInterceptor(const void* module,
NTSTATUS           39 sandbox/win/src/service_resolver.h   virtual NTSTATUS ResolveTarget(const void* module,
NTSTATUS           52 sandbox/win/src/service_resolver.h   virtual NTSTATUS CopyThunk(const void* target_module,
NTSTATUS           81 sandbox/win/src/service_resolver.h   virtual NTSTATUS PerformPatch(void* local_thunk, void* remote_thunk);
NTSTATUS          146 sandbox/win/src/service_resolver_32.cc NTSTATUS ServiceResolverThunk::Setup(const void* target_module,
NTSTATUS          154 sandbox/win/src/service_resolver_32.cc   NTSTATUS ret = Init(target_module, interceptor_module, target_name,
NTSTATUS          182 sandbox/win/src/service_resolver_32.cc NTSTATUS ServiceResolverThunk::CopyThunk(const void* target_module,
NTSTATUS          187 sandbox/win/src/service_resolver_32.cc   NTSTATUS ret = ResolveTarget(target_module, target_name, &target_);
NTSTATUS          265 sandbox/win/src/service_resolver_32.cc NTSTATUS ServiceResolverThunk::PerformPatch(void* local_thunk,
NTSTATUS           85 sandbox/win/src/service_resolver_64.cc NTSTATUS ServiceResolverThunk::Setup(const void* target_module,
NTSTATUS           93 sandbox/win/src/service_resolver_64.cc   NTSTATUS ret = Init(target_module, interceptor_module, target_name,
NTSTATUS          119 sandbox/win/src/service_resolver_64.cc NTSTATUS ServiceResolverThunk::CopyThunk(const void* target_module,
NTSTATUS          124 sandbox/win/src/service_resolver_64.cc   NTSTATUS ret = ResolveTarget(target_module, target_name, &target_);
NTSTATUS          169 sandbox/win/src/service_resolver_64.cc NTSTATUS ServiceResolverThunk::PerformPatch(void* local_thunk,
NTSTATUS           33 sandbox/win/src/service_resolver_unittest.cc   virtual NTSTATUS Init(const void* target_module,
NTSTATUS           40 sandbox/win/src/service_resolver_unittest.cc     NTSTATUS ret = STATUS_SUCCESS;
NTSTATUS           90 sandbox/win/src/service_resolver_unittest.cc NTSTATUS PatchNtdllWithResolver(const char* function, bool relaxed,
NTSTATUS          113 sandbox/win/src/service_resolver_unittest.cc   NTSTATUS ret = resolver->Setup(ntdll_base, NULL, function, NULL,
NTSTATUS          154 sandbox/win/src/service_resolver_unittest.cc NTSTATUS PatchNtdll(const char* function, bool relaxed) {
NTSTATUS          157 sandbox/win/src/service_resolver_unittest.cc   NTSTATUS ret = PatchNtdllWithResolver(function, relaxed, resolver);
NTSTATUS          163 sandbox/win/src/service_resolver_unittest.cc   NTSTATUS ret = PatchNtdll("NtClose", false);
NTSTATUS          190 sandbox/win/src/service_resolver_unittest.cc   NTSTATUS ret = PatchNtdll("NtClose", true);
NTSTATUS          211 sandbox/win/src/service_resolver_unittest.cc   NTSTATUS ret = PatchNtdllWithResolver("NtClose", true, resolver);
NTSTATUS          250 sandbox/win/src/service_resolver_unittest.cc   NTSTATUS ret = STATUS_UNSUCCESSFUL;
NTSTATUS           30 sandbox/win/src/sidestep_resolver.cc NTSTATUS SidestepResolverThunk::Setup(const void* target_module,
NTSTATUS           38 sandbox/win/src/sidestep_resolver.cc   NTSTATUS ret = Init(target_module, interceptor_module, target_name,
NTSTATUS           81 sandbox/win/src/sidestep_resolver.cc NTSTATUS SmartSidestepResolverThunk::Setup(const void* target_module,
NTSTATUS           95 sandbox/win/src/sidestep_resolver.cc   NTSTATUS ret;
NTSTATUS           21 sandbox/win/src/sidestep_resolver.h   virtual NTSTATUS Setup(const void* target_module,
NTSTATUS           47 sandbox/win/src/sidestep_resolver.h   virtual NTSTATUS Setup(const void* target_module,
NTSTATUS           53 sandbox/win/src/sync_interception.cc NTSTATUS WINAPI TargetNtCreateEvent(NtCreateEventFunction orig_CreateEvent,
NTSTATUS           59 sandbox/win/src/sync_interception.cc   NTSTATUS status = orig_CreateEvent(event_handle, desired_access,
NTSTATUS           83 sandbox/win/src/sync_interception.cc     NTSTATUS ret = AllocAndCopyName(&object_attribs_copy, &name, &attributes,
NTSTATUS          109 sandbox/win/src/sync_interception.cc NTSTATUS WINAPI TargetNtOpenEvent(NtOpenEventFunction orig_OpenEvent,
NTSTATUS          113 sandbox/win/src/sync_interception.cc   NTSTATUS status = orig_OpenEvent(event_handle, desired_access,
NTSTATUS          136 sandbox/win/src/sync_interception.cc     NTSTATUS ret = AllocAndCopyName(&object_attribs_copy, &name, &attributes,
NTSTATUS           15 sandbox/win/src/sync_interception.h typedef NTSTATUS (WINAPI* NtCreateEventFunction) (
NTSTATUS           22 sandbox/win/src/sync_interception.h typedef NTSTATUS (WINAPI *NtOpenEventFunction) (
NTSTATUS           28 sandbox/win/src/sync_interception.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtCreateEvent(
NTSTATUS           36 sandbox/win/src/sync_interception.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtOpenEvent(
NTSTATUS           24 sandbox/win/src/sync_policy.cc NTSTATUS ResolveSymbolicLink(const base::string16& directory_name,
NTSTATUS           47 sandbox/win/src/sync_policy.cc   NTSTATUS status = NtOpenDirectoryObject(&symbolic_link_directory,
NTSTATUS           97 sandbox/win/src/sync_policy.cc NTSTATUS GetBaseNamedObjectsDirectory(HANDLE* directory) {
NTSTATUS          112 sandbox/win/src/sync_policy.cc   NTSTATUS status = ResolveSymbolicLink(L"\\Sessions\\BNOLINKS",
NTSTATUS          194 sandbox/win/src/sync_policy.cc   NTSTATUS status = GetBaseNamedObjectsDirectory(&object_directory);
NTSTATUS          231 sandbox/win/src/sync_policy.cc   NTSTATUS status = GetBaseNamedObjectsDirectory(&object_directory);
NTSTATUS           18 sandbox/win/src/target_interceptions.cc NTSTATUS WINAPI TargetNtMapViewOfSection(
NTSTATUS           23 sandbox/win/src/target_interceptions.cc   NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits,
NTSTATUS           81 sandbox/win/src/target_interceptions.cc NTSTATUS WINAPI TargetNtUnmapViewOfSection(
NTSTATUS           84 sandbox/win/src/target_interceptions.cc   NTSTATUS ret = orig_UnmapViewOfSection(process, base);
NTSTATUS           18 sandbox/win/src/target_interceptions.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtMapViewOfSection(
NTSTATUS           27 sandbox/win/src/target_interceptions.h SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtUnmapViewOfSection(
NTSTATUS          248 sandbox/win/src/win_utils.cc   NTSTATUS status = NtQueryObject(handle, ObjectNameInformation, name, size,
NTSTATUS          123 sandbox/win/tools/finder/finder.h   NTSTATUS NtGenericOpen(ACCESS_MASK desired_access,
NTSTATUS          102 sandbox/win/tools/finder/finder_kernel.cc   NTSTATUS status_code = NtOpenDirectoryObject(&file_handle,
NTSTATUS          174 sandbox/win/tools/finder/finder_kernel.cc   NTSTATUS status_code = 0;
NTSTATUS          221 sandbox/win/tools/finder/finder_kernel.cc NTSTATUS Finder::NtGenericOpen(ACCESS_MASK desired_access,
NTSTATUS          148 sandbox/win/tools/finder/ntundoc.h         NTSTATUS Status;
NTSTATUS          180 sandbox/win/tools/finder/ntundoc.h typedef NTSTATUS (WINAPI* NTQUERYDIRECTORYOBJECT)(
NTSTATUS          189 sandbox/win/tools/finder/ntundoc.h typedef NTSTATUS (WINAPI* NTOPENDIRECTORYOBJECT)(
NTSTATUS          194 sandbox/win/tools/finder/ntundoc.h typedef NTSTATUS (WINAPI* NTGENERICOPEN) (
NTSTATUS          199 sandbox/win/tools/finder/ntundoc.h typedef NTSTATUS (WINAPI* NTOPENEVENT)(
NTSTATUS          204 sandbox/win/tools/finder/ntundoc.h typedef NTSTATUS (WINAPI* NTOPENJOBOBJECT)(
NTSTATUS          209 sandbox/win/tools/finder/ntundoc.h typedef NTSTATUS (WINAPI* NTOPENKEYEDEVENT)(
NTSTATUS          214 sandbox/win/tools/finder/ntundoc.h typedef NTSTATUS (WINAPI* NTOPENMUTANT)(
NTSTATUS          219 sandbox/win/tools/finder/ntundoc.h typedef NTSTATUS (WINAPI* NTOPENSECTION)(
NTSTATUS          224 sandbox/win/tools/finder/ntundoc.h typedef NTSTATUS (WINAPI* NTOPENSEMAPHORE)(
NTSTATUS          229 sandbox/win/tools/finder/ntundoc.h typedef NTSTATUS (WINAPI* NTOPENSYMBOLICLINKOBJECT)(
NTSTATUS          234 sandbox/win/tools/finder/ntundoc.h typedef NTSTATUS (WINAPI* NTOPENTIMER)(
NTSTATUS          239 sandbox/win/tools/finder/ntundoc.h typedef NTSTATUS (WINAPI* NTOPENFILE)(
NTSTATUS          247 sandbox/win/tools/finder/ntundoc.h typedef NTSTATUS (WINAPI* NTQUERYINFORMATIONFILE)(
NTSTATUS          254 sandbox/win/tools/finder/ntundoc.h typedef NTSTATUS (WINAPI* NTQUERYSYSTEMINFORMATION)(
NTSTATUS          260 sandbox/win/tools/finder/ntundoc.h typedef NTSTATUS (WINAPI* NTQUERYOBJECT)(
NTSTATUS          267 sandbox/win/tools/finder/ntundoc.h typedef NTSTATUS (WINAPI* NTCLOSE) (HANDLE);
NTSTATUS          135 sandbox/win/wow_helper/service64_resolver.cc NTSTATUS ResolveNtdll(sandbox::PatchInfo* patch_info) {
NTSTATUS          155 sandbox/win/wow_helper/service64_resolver.cc NTSTATUS ResolverThunk::Init(const void* target_module,
NTSTATUS          169 sandbox/win/wow_helper/service64_resolver.cc   NTSTATUS ret = STATUS_SUCCESS;
NTSTATUS          186 sandbox/win/wow_helper/service64_resolver.cc NTSTATUS ResolverThunk::ResolveInterceptor(const void* interceptor_module,
NTSTATUS          192 sandbox/win/wow_helper/service64_resolver.cc NTSTATUS ResolverThunk::ResolveTarget(const void* module,
NTSTATUS          198 sandbox/win/wow_helper/service64_resolver.cc NTSTATUS Service64ResolverThunk::Setup(const void* target_module,
NTSTATUS          206 sandbox/win/wow_helper/service64_resolver.cc   NTSTATUS ret = Init(target_module, interceptor_module, target_name,
NTSTATUS          228 sandbox/win/wow_helper/service64_resolver.cc NTSTATUS Service64ResolverThunk::ResolveInterceptor(
NTSTATUS          240 sandbox/win/wow_helper/service64_resolver.cc NTSTATUS Service64ResolverThunk::ResolveTarget(const void* module,
NTSTATUS          278 sandbox/win/wow_helper/service64_resolver.cc NTSTATUS Service64ResolverThunk::PerformPatch(void* local_thunk,
NTSTATUS          311 sandbox/win/wow_helper/service64_resolver.cc   NTSTATUS ret = ResolveNtdll(&full_local_thunk->patch_info);
NTSTATUS           23 sandbox/win/wow_helper/service64_resolver.h   virtual NTSTATUS Setup(const void* target_module,
NTSTATUS           33 sandbox/win/wow_helper/service64_resolver.h   virtual NTSTATUS ResolveInterceptor(const void* module,
NTSTATUS           38 sandbox/win/wow_helper/service64_resolver.h   virtual NTSTATUS ResolveTarget(const void* module,
NTSTATUS           64 sandbox/win/wow_helper/service64_resolver.h   virtual NTSTATUS PerformPatch(void* local_thunk, void* remote_thunk);
NTSTATUS           10 sandbox/win/wow_helper/target_code.cc NTSTATUS WINAPI TargetNtMapViewOfSection(
NTSTATUS           14 sandbox/win/wow_helper/target_code.cc   NTSTATUS ret = patch_info->orig_MapViewOfSection(patch_info->section, process,
NTSTATUS           30 sandbox/win/wow_helper/target_code.cc NTSTATUS WINAPI TargetEnd() {
NTSTATUS           29 sandbox/win/wow_helper/target_code.h NTSTATUS WINAPI TargetNtMapViewOfSection(
NTSTATUS           35 sandbox/win/wow_helper/target_code.h NTSTATUS WINAPI TargetEnd();
NTSTATUS           32 sandbox/win/wow_helper/wow_helper.cc   NTSTATUS ret = resolver.Setup(ntdll_base, NULL, "NtMapViewOfSection", NULL,