HomeSort by relevance Sort by last modified time
    Searched refs:NTSTATUS (Results 101 - 125 of 131) sorted by null

1 2 3 45 6

  /external/chromium_org/components/crash/app/
breakpad_win.cc 87 typedef NTSTATUS (WINAPI* NtTerminateProcessPtr)(HANDLE ProcessHandle,
88 NTSTATUS ExitStatus);
364 static NTSTATUS WINAPI HookNtTerminateProcess(HANDLE ProcessHandle,
365 NTSTATUS ExitStatus) {
  /external/chromium_org/sandbox/win/src/
crosscall_params.h 85 NTSTATUS nt_status;
handle_table.cc 48 NTSTATUS result;
92 NTSTATUS result;
file_policy_test.cc 111 NTSTATUS status = NtCreateFile(&handle, FILE_READ_DATA, &obj_attributes,
146 NTSTATUS status = NtOpenFile(&handle, FILE_READ_DATA, &obj_attributes,
225 NTSTATUS status1 = NtQueryAttributesFile(&obj_attributes, &info);
226 NTSTATUS status2 = NtQueryFullAttributesFile(&obj_attributes, &full_info);
interception.cc 505 NTSTATUS ret = thunk->ResolveInterceptor(local_interceptor,
517 NTSTATUS ret = thunk->Setup(ntdll_base,
handle_closer.cc 172 NTSTATUS result;
interception_agent.cc 175 NTSTATUS ret = resolver->Setup(thunks->base,
registry_policy_test.cc 30 NTSTATUS status = NtQueryObject(handle, ObjectBasicInformation, &info,
policy_target_test.cc 88 NTSTATUS status = NtOpenThreadTokenEx(GetCurrentThread(),
win_utils.cc 248 NTSTATUS status = NtQueryObject(handle, ObjectNameInformation, name, size,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
hidclass.h 105 typedef NTSTATUS (NTAPI *PHIDP_GETCAPS)(
usbdlib.h 190 NTSTATUS
200 NTSTATUS
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fltuserstructures.h 53 typedef LONG NTSTATUS, *PNTSTATUS;
217 NTSTATUS Status;
powrprof.h 520 #define NTSTATUS LONG
524 NTSTATUS WINAPI CallNtPowerInformation(POWER_INFORMATION_LEVEL,PVOID,ULONG,PVOID,ULONG);
527 #undef NTSTATUS
lmaccess.h 809 typedef LONG NTSTATUS,*PNTSTATUS;
812 NTSTATUS WINAPI NetEnumerateTrustedDomains (LPWSTR ServerName,LPWSTR *DomainNames);
    [all...]
ntdef.h 315 typedef LONG NTSTATUS;
316 typedef NTSTATUS *PNTSTATUS;
442 #define NT_SUCCESS(Status) (((NTSTATUS)(Status)) >= 0)
sspi.h 799 KSECDDDECLSPEC NTSTATUS NTAPI SecMakeSPN(PUNICODE_STRING ServiceClass,PUNICODE_STRING ServiceName,PUNICODE_STRING InstanceName,USHORT InstancePort,PUNICODE_STRING Referrer,PUNICODE_STRING Spn,PULONG Length,BOOLEAN Allocate);
800 KSECDDDECLSPEC NTSTATUS NTAPI SecMakeSPNEx(PUNICODE_STRING ServiceClass,PUNICODE_STRING ServiceName,PUNICODE_STRING InstanceName,USHORT InstancePort,PUNICODE_STRING Referrer,PUNICODE_STRING TargetInfo,PUNICODE_STRING Spn,PULONG Length,BOOLEAN Allocate);
801 KSECDDDECLSPEC NTSTATUS WINAPI SecLookupAccountSid(PSID Sid,PULONG NameSize,PUNICODE_STRING NameBuffer,PULONG DomainSize,PUNICODE_STRING DomainBuffer,PSID_NAME_USE NameUse);
802 KSECDDDECLSPEC NTSTATUS WINAPI SecLookupAccountName(PUNICODE_STRING Name,PULONG SidSize,PSID Sid,PSID_NAME_USE NameUse,PULONG DomainSize,PUNICODE_STRING ReferencedDomain);
803 KSECDDDECLSPEC NTSTATUS WINAPI SecLookupWellKnownSid(WELL_KNOWN_SID_TYPE SidType,PSID Sid,ULONG SidBufferSize,PULONG SidSize);
    [all...]
netioapi.h 28 #define NETIO_STATUS NTSTATUS
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
handles.cc 44 NTSTATUS status = NtQuerySystemInformation(
  /external/chromium_org/chrome_elf/blacklist/
blacklist.cc 359 NTSTATUS ret = thunk->Setup(::GetModuleHandle(sandbox::kNtdllName),
379 NTSTATUS ret = thunk->Setup(::GetModuleHandle(sandbox::kNtdllName),
  /external/chromium_org/chrome_elf/create_file/
chrome_create_file_unittest.cc 53 static NTSTATUS WINAPI FakeNtCreateFile(
129 NTSTATUS HandleCreateFileCall(PHANDLE file_handle,
chrome_create_file.cc 153 NTSTATUS result = STATUS_UNSUCCESSFUL;
  /external/chromium_org/content/browser/gamepad/
raw_input_data_fetcher_win.cc 270 NTSTATUS status = hidp_get_caps_(gamepad_info->preparsed_data, &caps);
345 NTSTATUS status;
  /external/chromium_org/third_party/webrtc/base/
cpumonitor.cc 176 typedef NTSTATUS (WINAPI *QSI_PROC)(SYSTEM_INFORMATION_CLASS,
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 127 typedef LONG NTSTATUS;
130 #define STATUS_SUCCESS ((NTSTATUS)0x00000000L)
134 #define STATUS_BUFFER_TOO_SMALL ((NTSTATUS)0xC0000023L)
    [all...]

Completed in 435 milliseconds

1 2 3 45 6