Home
last modified time | relevance | path

Searched refs:ntStatus (Results 1 – 25 of 60) sorted by relevance

123

/dports/security/softether/v4.38-9760/src/See/
H A Ddump.c49 NTSTATUS ntStatus; in NPF_OpenDumpFile() local
81 return ntStatus; in NPF_OpenDumpFile()
113 if ( !NT_SUCCESS( ntStatus ) ) in NPF_OpenDumpFile()
120 return ntStatus; in NPF_OpenDumpFile()
140 return ntStatus; in NPF_OpenDumpFile()
147 return ntStatus; in NPF_OpenDumpFile()
155 NTSTATUS ntStatus; in NPF_StartDump() local
221 return ntStatus; in NPF_StartDump()
241 return ntStatus; in NPF_StartDump()
259 return ntStatus; in NPF_StartDump()
[all …]
/dports/security/softether-devel/v4.36-9754/src/See/
H A Ddump.c49 NTSTATUS ntStatus; in NPF_OpenDumpFile() local
81 return ntStatus; in NPF_OpenDumpFile()
113 if ( !NT_SUCCESS( ntStatus ) ) in NPF_OpenDumpFile()
120 return ntStatus; in NPF_OpenDumpFile()
140 return ntStatus; in NPF_OpenDumpFile()
147 return ntStatus; in NPF_OpenDumpFile()
155 NTSTATUS ntStatus; in NPF_StartDump() local
221 return ntStatus; in NPF_StartDump()
241 return ntStatus; in NPF_StartDump()
259 return ntStatus; in NPF_StartDump()
[all …]
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/See/
H A Ddump.c49 NTSTATUS ntStatus; in NPF_OpenDumpFile() local
81 return ntStatus; in NPF_OpenDumpFile()
113 if ( !NT_SUCCESS( ntStatus ) ) in NPF_OpenDumpFile()
120 return ntStatus; in NPF_OpenDumpFile()
140 return ntStatus; in NPF_OpenDumpFile()
147 return ntStatus; in NPF_OpenDumpFile()
155 NTSTATUS ntStatus; in NPF_StartDump() local
221 return ntStatus; in NPF_StartDump()
241 return ntStatus; in NPF_StartDump()
259 return ntStatus; in NPF_StartDump()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Internal/Cryptography/
H A DHashProviderCng.cs40 if (ntStatus == NTSTATUS.STATUS_INVALID_PARAMETER) in HashProviderCng()
46 else if (ntStatus != NTSTATUS.STATUS_SUCCESS) in HashProviderCng()
48 throw Interop.BCrypt.CreateCryptographicException(ntStatus); in HashProviderCng()
62 if (ntStatus != NTSTATUS.STATUS_SUCCESS) in HashProviderCng()
63 throw Interop.BCrypt.CreateCryptographicException(ntStatus); in HashProviderCng()
72 if (ntStatus != NTSTATUS.STATUS_SUCCESS) in AppendHashData()
74 throw Interop.BCrypt.CreateCryptographicException(ntStatus); in AppendHashData()
96 if (ntStatus != NTSTATUS.STATUS_SUCCESS) in TryFinalizeHashAndReset()
98 throw Interop.BCrypt.CreateCryptographicException(ntStatus); in TryFinalizeHashAndReset()
130 if (ntStatus != NTSTATUS.STATUS_SUCCESS) in ResetHashObject()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/vidix/dhahelperwin/
H A Ddhahelper.c79 NTSTATUS ntStatus; in DriverEntry() local
91 if (NT_SUCCESS(ntStatus)){ in DriverEntry()
105 if (!NT_SUCCESS(ntStatus)){ in DriverEntry()
116 return ntStatus; in DriverEntry()
128 NTSTATUS ntStatus; in dhahelperdispatch() local
210 ntStatus = Irp->IoStatus.Status; in dhahelperdispatch()
218 return ntStatus; in dhahelperdispatch()
225 NTSTATUS ntStatus=STATUS_SUCCESS; in dhahelperunload() local
233 if (NT_SUCCESS(ntStatus)){ in dhahelperunload()
300 return ntStatus; in MapPhysicalMemoryToLinearSpace()
[all …]
/dports/comms/libticables2/libticables2-1.3.5/src/win32/dha/
H A Ddhahelper.c82 NTSTATUS ntStatus; in DriverEntry() local
94 if (NT_SUCCESS(ntStatus)){ in DriverEntry()
108 if (!NT_SUCCESS(ntStatus)){ in DriverEntry()
119 return ntStatus; in DriverEntry()
131 NTSTATUS ntStatus; in dhahelperdispatch() local
213 ntStatus = Irp->IoStatus.Status; in dhahelperdispatch()
221 return ntStatus; in dhahelperdispatch()
228 NTSTATUS ntStatus=STATUS_SUCCESS; in dhahelperunload() local
236 if (NT_SUCCESS(ntStatus)){ in dhahelperunload()
303 return ntStatus; in MapPhysicalMemoryToLinearSpace()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/vidix/dhahelperwin/
H A Ddhahelper.c79 NTSTATUS ntStatus; in DriverEntry() local
91 if (NT_SUCCESS(ntStatus)){ in DriverEntry()
105 if (!NT_SUCCESS(ntStatus)){ in DriverEntry()
116 return ntStatus; in DriverEntry()
128 NTSTATUS ntStatus; in dhahelperdispatch() local
210 ntStatus = Irp->IoStatus.Status; in dhahelperdispatch()
218 return ntStatus; in dhahelperdispatch()
225 NTSTATUS ntStatus=STATUS_SUCCESS; in dhahelperunload() local
233 if (NT_SUCCESS(ntStatus)){ in dhahelperunload()
300 return ntStatus; in MapPhysicalMemoryToLinearSpace()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/sysdep/os/win/aken/
H A Daken.c98 NTSTATUS ntStatus; in AkenMapPhysicalMemory() local
116 return ntStatus; in AkenMapPhysicalMemory()
178 return ntStatus; in AkenMapPhysicalMemory()
193 return ntStatus; in AkenUnmapPhysicalMemory()
276 NTSTATUS ntStatus; in AkenIoctlMap() local
294 return ntStatus; in AkenIoctlMap()
299 NTSTATUS ntStatus; in AkenIoctlUnmap() local
312 return ntStatus; in AkenIoctlUnmap()
466 return ntStatus; in AkenDeviceControl()
503 return ntStatus; in DriverEntry()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/BCrypt/
H A DCng.cs70 if (ntStatus != NTSTATUS.STATUS_SUCCESS) in BCryptOpenAlgorithmProvider()
71 throw CreateCryptographicException(ntStatus); in BCryptOpenAlgorithmProvider()
93 if (ntStatus != NTSTATUS.STATUS_SUCCESS) in BCryptImportKey()
114 if (ntStatus != NTSTATUS.STATUS_SUCCESS) in SetCipherMode()
116 throw CreateCryptographicException(ntStatus); in SetCipherMode()
124 if (ntStatus != NTSTATUS.STATUS_SUCCESS) in SetEffectiveKeyLength()
126 throw CreateCryptographicException(ntStatus); in SetEffectiveKeyLength()
217 int hr = ((int)ntStatus) | 0x01000000; in CreateCryptographicException()
287 return ntStatus == 0; in ReleaseHandle()
318 uint ntStatus = BCryptDestroyKey(handle); in ReleaseHandle()
[all …]
/dports/sysutils/libcpuid/libcpuid-0.5.1/contrib/MSR Driver/Kernel/
H A DTmpRdr.c25 NTSTATUS ntStatus; in DriverEntry() local
37 if(ntStatus != STATUS_SUCCESS) in DriverEntry()
38 return ntStatus; in DriverEntry()
49 if(ntStatus != STATUS_SUCCESS){ in DriverEntry()
52 return ntStatus; in DriverEntry()
65 return ntStatus; in DriverEntry()
98 ntStatus = STATUS_SUCCESS; in DispatchIoctl()
101 return ntStatus; in DispatchIoctl()
108 Irp->IoStatus.Status = ntStatus; in DispatchIoctl()
110 if(ntStatus == STATUS_SUCCESS) in DispatchIoctl()
[all …]
/dports/comms/libticables2/libticables2-1.3.5/src/win64/rwp/
H A Drwports.c52 NTSTATUS ntStatus; in DriverEntry() local
64 if (NT_SUCCESS(ntStatus)) in DriverEntry()
79 if (!NT_SUCCESS(ntStatus)){ in DriverEntry()
92 return ntStatus; in DriverEntry()
105 NTSTATUS ntStatus; in RwPortsDispatch() local
156 ntStatus = STATUS_BUFFER_TOO_SMALL; in RwPortsDispatch()
171 ntStatus = STATUS_BUFFER_TOO_SMALL; in RwPortsDispatch()
185 ntStatus = Irp->IoStatus.Status; in RwPortsDispatch()
192 return ntStatus; in RwPortsDispatch()
201 NTSTATUS ntStatus=STATUS_SUCCESS; in RwPortsUnload() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/windows/msaa/
H A DCompatibilityUIA.cpp67 NTSTATUS ntStatus = ::NtOpenDirectoryObject( in FindNamedObject() local
69 if (!NT_SUCCESS(ntStatus)) { in FindNamedObject()
90 if (!NT_SUCCESS(ntStatus)) { in FindNamedObject()
94 if (ntStatus == STATUS_BUFFER_TOO_SMALL) { in FindNamedObject()
101 } else if (!NT_SUCCESS(ntStatus)) { in FindNamedObject()
125 } while (ntStatus == STATUS_MORE_ENTRIES); in FindNamedObject()
192 NTSTATUS ntStatus; in OnUIAMessage() local
210 ntStatus = ::NtQuerySystemInformation( in OnUIAMessage()
217 if (!NT_SUCCESS(ntStatus)) { in OnUIAMessage()
264 ntStatus = in OnUIAMessage()
[all …]
/dports/www/firefox/firefox-99.0/accessible/windows/msaa/
H A DCompatibilityUIA.cpp70 NTSTATUS ntStatus = ::NtOpenDirectoryObject( in FindNamedObject() local
72 if (!NT_SUCCESS(ntStatus)) { in FindNamedObject()
93 if (!NT_SUCCESS(ntStatus)) { in FindNamedObject()
97 if (ntStatus == STATUS_BUFFER_TOO_SMALL) { in FindNamedObject()
104 } else if (!NT_SUCCESS(ntStatus)) { in FindNamedObject()
128 } while (ntStatus == STATUS_MORE_ENTRIES); in FindNamedObject()
194 NTSTATUS ntStatus; in OnUIAMessage() local
212 ntStatus = ::NtQuerySystemInformation( in OnUIAMessage()
219 if (!NT_SUCCESS(ntStatus)) { in OnUIAMessage()
266 ntStatus = in OnUIAMessage()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/msaa/
H A DCompatibilityUIA.cpp70 NTSTATUS ntStatus = ::NtOpenDirectoryObject( in FindNamedObject() local
72 if (!NT_SUCCESS(ntStatus)) { in FindNamedObject()
93 if (!NT_SUCCESS(ntStatus)) { in FindNamedObject()
97 if (ntStatus == STATUS_BUFFER_TOO_SMALL) { in FindNamedObject()
104 } else if (!NT_SUCCESS(ntStatus)) { in FindNamedObject()
128 } while (ntStatus == STATUS_MORE_ENTRIES); in FindNamedObject()
194 NTSTATUS ntStatus; in OnUIAMessage() local
212 ntStatus = ::NtQuerySystemInformation( in OnUIAMessage()
219 if (!NT_SUCCESS(ntStatus)) { in OnUIAMessage()
266 ntStatus = in OnUIAMessage()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/msaa/
H A DCompatibilityUIA.cpp70 NTSTATUS ntStatus = ::NtOpenDirectoryObject( in FindNamedObject() local
72 if (!NT_SUCCESS(ntStatus)) { in FindNamedObject()
93 if (!NT_SUCCESS(ntStatus)) { in FindNamedObject()
97 if (ntStatus == STATUS_BUFFER_TOO_SMALL) { in FindNamedObject()
104 } else if (!NT_SUCCESS(ntStatus)) { in FindNamedObject()
128 } while (ntStatus == STATUS_MORE_ENTRIES); in FindNamedObject()
194 NTSTATUS ntStatus; in OnUIAMessage() local
212 ntStatus = ::NtQuerySystemInformation( in OnUIAMessage()
219 if (!NT_SUCCESS(ntStatus)) { in OnUIAMessage()
266 ntStatus = in OnUIAMessage()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/msaa/
H A DCompatibilityUIA.cpp67 NTSTATUS ntStatus = ::NtOpenDirectoryObject( in FindNamedObject() local
69 if (!NT_SUCCESS(ntStatus)) { in FindNamedObject()
90 if (!NT_SUCCESS(ntStatus)) { in FindNamedObject()
94 if (ntStatus == STATUS_BUFFER_TOO_SMALL) { in FindNamedObject()
101 } else if (!NT_SUCCESS(ntStatus)) { in FindNamedObject()
125 } while (ntStatus == STATUS_MORE_ENTRIES); in FindNamedObject()
194 NTSTATUS ntStatus; in OnUIAMessage() local
212 ntStatus = ::NtQuerySystemInformation( in OnUIAMessage()
219 if (!NT_SUCCESS(ntStatus)) { in OnUIAMessage()
266 ntStatus = in OnUIAMessage()
[all …]
/dports/net/zerotier/ZeroTierOne-1.8.3/windows/TapDriver6/
H A Drxpath.c365 Irp->IoStatus.Status = ntStatus = STATUS_CANCELLED; in TapDeviceWrite()
369 return ntStatus; in TapDeviceWrite()
381 Irp->IoStatus.Status = ntStatus = STATUS_INVALID_PARAMETER; in TapDeviceWrite()
385 return ntStatus; in TapDeviceWrite()
408 return ntStatus; in TapDeviceWrite()
504 ntStatus = STATUS_PENDING; in TapDeviceWrite()
514 ntStatus = STATUS_INSUFFICIENT_RESOURCES; in TapDeviceWrite()
658 ntStatus = STATUS_SUCCESS; in TapDeviceWrite()
661 if (ntStatus != STATUS_PENDING) in TapDeviceWrite()
663 Irp->IoStatus.Status = ntStatus; in TapDeviceWrite()
[all …]
H A Ddevice.c335 NTSTATUS ntStatus = STATUS_SUCCESS; // Assume success in TapDeviceControl() local
362 ntStatus = STATUS_INVALID_PARAMETER; in TapDeviceControl()
385 Irp->IoStatus.Status = ntStatus = STATUS_BUFFER_TOO_SMALL; in TapDeviceControl()
460 Irp->IoStatus.Status = ntStatus = STATUS_SUCCESS; in TapDeviceControl()
657 Irp->IoStatus.Status = ntStatus = RtlStringCchPrintfExA ( in TapDeviceControl()
698 ntStatus = STATUS_INVALID_DEVICE_REQUEST; in TapDeviceControl()
707 Irp->IoStatus.Status = ntStatus = STATUS_SUCCESS; in TapDeviceControl()
711 Irp->IoStatus.Status = ntStatus = STATUS_UNSUCCESSFUL; in TapDeviceControl()
741 ntStatus = STATUS_INVALID_DEVICE_REQUEST; in TapDeviceControl()
751 Irp->IoStatus.Status = ntStatus; in TapDeviceControl()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mozglue/misc/
H A DWindowsMapRemoteView.cpp85 NTSTATUS ntStatus; in MapRemoteViewOfFile() local
90 ntStatus = pNtMapViewOfSection(aFileMapping, aProcess, &aBaseAddress, 0, 0, in MapRemoteViewOfFile()
93 if (NT_SUCCESS(ntStatus)) { in MapRemoteViewOfFile()
98 ::SetLastError(GetWin32ErrorCode(ntStatus)); in MapRemoteViewOfFile()
119 NTSTATUS ntStatus = pNtUnmapViewOfSection(aProcess, aBaseAddress); in UnmapRemoteViewOfFile() local
120 ::SetLastError(GetWin32ErrorCode(ntStatus)); in UnmapRemoteViewOfFile()
121 return NT_SUCCESS(ntStatus); in UnmapRemoteViewOfFile()
/dports/www/firefox/firefox-99.0/mozglue/misc/
H A DWindowsMapRemoteView.cpp85 NTSTATUS ntStatus; in MapRemoteViewOfFile() local
90 ntStatus = pNtMapViewOfSection(aFileMapping, aProcess, &aBaseAddress, 0, 0, in MapRemoteViewOfFile()
93 if (NT_SUCCESS(ntStatus)) { in MapRemoteViewOfFile()
98 ::SetLastError(GetWin32ErrorCode(ntStatus)); in MapRemoteViewOfFile()
119 NTSTATUS ntStatus = pNtUnmapViewOfSection(aProcess, aBaseAddress); in UnmapRemoteViewOfFile() local
120 ::SetLastError(GetWin32ErrorCode(ntStatus)); in UnmapRemoteViewOfFile()
121 return NT_SUCCESS(ntStatus); in UnmapRemoteViewOfFile()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/misc/
H A DWindowsMapRemoteView.cpp85 NTSTATUS ntStatus; in MapRemoteViewOfFile() local
90 ntStatus = pNtMapViewOfSection(aFileMapping, aProcess, &aBaseAddress, 0, 0, in MapRemoteViewOfFile()
93 if (NT_SUCCESS(ntStatus)) { in MapRemoteViewOfFile()
98 ::SetLastError(GetWin32ErrorCode(ntStatus)); in MapRemoteViewOfFile()
119 NTSTATUS ntStatus = pNtUnmapViewOfSection(aProcess, aBaseAddress); in UnmapRemoteViewOfFile() local
120 ::SetLastError(GetWin32ErrorCode(ntStatus)); in UnmapRemoteViewOfFile()
121 return NT_SUCCESS(ntStatus); in UnmapRemoteViewOfFile()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/misc/
H A DWindowsMapRemoteView.cpp85 NTSTATUS ntStatus; in MapRemoteViewOfFile() local
90 ntStatus = pNtMapViewOfSection(aFileMapping, aProcess, &aBaseAddress, 0, 0, in MapRemoteViewOfFile()
93 if (NT_SUCCESS(ntStatus)) { in MapRemoteViewOfFile()
98 ::SetLastError(GetWin32ErrorCode(ntStatus)); in MapRemoteViewOfFile()
119 NTSTATUS ntStatus = pNtUnmapViewOfSection(aProcess, aBaseAddress); in UnmapRemoteViewOfFile() local
120 ::SetLastError(GetWin32ErrorCode(ntStatus)); in UnmapRemoteViewOfFile()
121 return NT_SUCCESS(ntStatus); in UnmapRemoteViewOfFile()
/dports/net/storj/storj-1.45.3/vendor/github.com/cloudfoundry/gosigar/sys/windows/
H A Dntquery.go41 ntStatus, _ := _NtQueryInformationProcess(handle, 0, processBasicInfoPtr, size, nil)
42 if ntStatus != 0 {
43 …ocessBasicInformation{}, errors.Errorf("NtQueryInformationProcess failed, NTSTATUS=0x%X", ntStatus)
89ntStatus, _ := _NtQuerySystemInformation(systemProcessorPerformanceInformation, &b[0], uint32(len(…
90 if ntStatus != STATUS_SUCCESS {
91 …ystemInformation failed, NTSTATUS=0x%X, bufLength=%v, returnLength=%v", ntStatus, len(b), returnLe…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dfltsafe.h4 NTSTATUS ntStatus; member
6 ntStatus = KeSaveFloatingPointState(&FloatSave); in FLOATSAFE()
9 if (NT_SUCCESS(ntStatus)) { in ~FLOATSAFE()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dfltsafe.h4 NTSTATUS ntStatus; member
6 ntStatus = KeSaveFloatingPointState(&FloatSave); in FLOATSAFE()
9 if (NT_SUCCESS(ntStatus)) { in ~FLOATSAFE()

123