Searched refs:NTSTATUS (Results 1 – 8 of 8) sorted by relevance
/external/lzma/CPP/Windows/ |
D | SecurityUtils.h | 57 typedef NTSTATUS (NTAPI *LsaOpenPolicyP)(PLSA_UNICODE_STRING SystemName, 59 typedef NTSTATUS (NTAPI *LsaCloseP)(LSA_HANDLE ObjectHandle); 60 typedef NTSTATUS (NTAPI *LsaAddAccountRightsP)(LSA_HANDLE PolicyHandle, 62 #define MY_STATUS_NOT_IMPLEMENTED ((NTSTATUS)0xC0000002L) 82 NTSTATUS Open(PLSA_UNICODE_STRING systemName, PLSA_OBJECT_ATTRIBUTES objectAttributes, in Open() 103 NTSTATUS Close() in Close() 116 NTSTATUS res = in Close() 127 NTSTATUS EnumerateAccountsWithUserRight(PLSA_UNICODE_STRING userRights, in EnumerateAccountsWithUserRight() 131 NTSTATUS EnumerateAccountRights(PSID sid, PLSA_UNICODE_STRING* userRights, PULONG countOfRights) in EnumerateAccountRights() 134 NTSTATUS LookupSids(ULONG count, PSID* sids, in LookupSids() [all …]
|
D | SecurityUtils.cpp | 172 NTSTATUS status = policy.AddAccountRights(psid, &userRights); in AddLockMemoryPrivilege()
|
/external/capstone/contrib/cs_driver/cs_driver/ |
D | cs_driver.c | 29 static NTSTATUS cs_driver_hello(); 33 EXTERN_C NTSTATUS DriverEntry(PDRIVER_OBJECT DriverObject, in DriverEntry() 44 static NTSTATUS cs_driver_hello() { in cs_driver_hello() 49 NTSTATUS status = STATUS_UNSUCCESSFUL; in cs_driver_hello() 92 NTSTATUS status; in printf()
|
/external/e2fsprogs/lib/ext2fs/ |
D | nt_io.c | 47 IN NTSTATUS Status 51 NTSTATUS 59 NTSTATUS 71 NTSTATUS 80 NTSTATUS 95 NTSTATUS 110 NTSTATUS 126 NTSTATUS 143 NTSTATUS 370 IN NTSTATUS Status in _MapNtStatus() [all …]
|
/external/capstone/tests/ |
D | test_winkernel.cpp | 87 NTSTATUS status; in test() 139 EXTERN_C NTSTATUS DriverEntry(PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPath) in DriverEntry() 153 NTSTATUS status; in printf()
|
/external/mdnsresponder/mDNSWindows/ |
D | Secret.c | 47 NTSTATUS res; in LsaGetSecret() 167 NTSTATUS res; in LsaSetSecret()
|
/external/libusb/libusb/os/ |
D | windows_usbdk.c | 45 typedef LONG NTSTATUS; typedef 46 #define STATUS_SUCCESS ((NTSTATUS)0x00000000L) 50 #define STATUS_CANCELLED ((NTSTATUS)0xC0000120L) 54 #define STATUS_REQUEST_CANCELED ((NTSTATUS)0xC0000703L)
|
/external/libunwind_llvm/src/ |
D | Unwind-seh.cpp | 38 ((NTSTATUS)(((s) << 30) | STATUS_USER_DEFINED | (c)))
|