Home
last modified time | relevance | path

Searched refs:NTSTATUS (Results 1 – 3 of 3) sorted by relevance

/pciutils/lib/
H A Dphysmem-windows.c20 #ifndef NTSTATUS
21 #define NTSTATUS LONG macro
24 #define STATUS_INVALID_HANDLE ((NTSTATUS)0xC0000008)
27 #define STATUS_INVALID_PARAMETER ((NTSTATUS)0xC000000D)
33 #define STATUS_NOT_MAPPED_VIEW ((NTSTATUS)0xC0000019)
36 #define STATUS_INVALID_VIEW_SIZE ((NTSTATUS)0xC000001F)
39 #define STATUS_ACCESS_DENIED ((NTSTATUS)0xC0000022)
69 #define STATUS_MAPPED_ALIGNMENT ((NTSTATUS)0xC0000220)
672 NTSTATUS status; in init_physmem_ntdll()
860 NTSTATUS status; in physmem_map()
[all …]
H A Dwin32-sysdbg.c16 #ifndef NTSTATUS
17 #define NTSTATUS LONG macro
20 #define STATUS_UNSUCCESSFUL (NTSTATUS)0xC0000001
23 #define STATUS_NOT_IMPLEMENTED (NTSTATUS)0xC0000002
26 #define STATUS_INVALID_INFO_CLASS (NTSTATUS)0xC0000003
29 #define STATUS_ACCESS_DENIED (NTSTATUS)0xC0000022
32 #define STATUS_DEBUGGER_INACTIVE (NTSTATUS)0xC0000354
91 static NTSTATUS
119 NTSTATUS status; in win32_sysdbg_setup()
248 NTSTATUS status; in win32_sysdbg_read()
[all …]
H A Di386-io-windows.h80 #ifndef NTSTATUS
81 #define NTSTATUS LONG macro
84 #define STATUS_NOT_IMPLEMENTED (NTSTATUS)0xC0000002
87 #define STATUS_PRIVILEGE_NOT_HELD (NTSTATUS)0xC0000061
95 typedef NTSTATUS (NTAPI *NtSetInformationProcessProt)(HANDLE ProcessHandle, PROCESSINFOCLASS Proces…
96 typedef ULONG (NTAPI *RtlNtStatusToDosErrorProt)(NTSTATUS Status);
116NTSTATUS nt_status = NtSetInformationProcessPtr(GetCurrentProcess(), ProcessUserModeIOPL, NULL, 0); in SetProcessUserModeIOPLFunc()