OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nt_status
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/libuv/dist/src/win/
fs.c
1744
NTSTATUS
nt_status
;
local
1748
nt_status
= pNtQueryVolumeInformationFile(handle,
1755
if (NT_ERROR(
nt_status
)) {
1756
SetLastError(pRtlNtStatusToDosError(
nt_status
));
1766
nt_status
= pNtQueryInformationFile(handle,
1773
if (NT_ERROR(
nt_status
)) {
1774
SetLastError(pRtlNtStatusToDosError(
nt_status
));
1778
nt_status
= pNtQueryVolumeInformationFile(handle,
1787
} else if (NT_ERROR(
nt_status
)) {
1788
SetLastError(pRtlNtStatusToDosError(
nt_status
));
1964
NTSTATUS
nt_status
;
local
2500
NTSTATUS
nt_status
;
local
[
all
...]
pipe.c
468
NTSTATUS
nt_status
;
local
508
nt_status
= pNtQueryInformationFile(pipeHandle,
513
if (
nt_status
!= STATUS_SUCCESS) {
596
NTSTATUS
nt_status
;
local
611
nt_status
= pNtQueryInformationFile(handle->handle,
617
if (
nt_status
!= STATUS_SUCCESS) {
618
SET_REQ_ERROR(req, pRtlNtStatusToDosError(
nt_status
));
2422
NTSTATUS
nt_status
;
local
2460
nt_status
= pNtQueryInformationFile(os_handle,
2465
if (
nt_status
!= STATUS_SUCCESS
2504
NTSTATUS
nt_status
;
local
[
all
...]
util.c
319
NTSTATUS
nt_status
;
local
322
nt_status
= pNtQueryInformationProcess(GetCurrentProcess(),
327
if (NT_SUCCESS(
nt_status
)) {
Completed in 18 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026