Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c159 typedef u32 NTSTATUS; /* do not let the compiler choose the size */ typedef
174 NTSTATUS Status;
215 extern WINAPI NTSTATUS NtOpenFile(
224 extern WINAPI NTSTATUS NtReadFile(
236 extern WINAPI NTSTATUS NtWriteFile(
248 extern NTSTATUS WINAPI NtClose(
252 extern NTSTATUS WINAPI NtDeviceIoControlFile(
265 extern NTSTATUS WINAPI NtFsControlFile(
344 static int ntfs_ntstatus_to_errno(NTSTATUS status) in ntfs_ntstatus_to_errno()
546 NTSTATUS res; in ntfs_device_win32_setlock()
[all …]