Searched refs:STATUS_SUCCESS (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c139 STATUS_SUCCESS = 0x00000000, enumerator in enum:__anon142
548 io_status.Status = STATUS_SUCCESS;
554 if (res != STATUS_SUCCESS)
556 return (res == STATUS_SUCCESS ? 0 : -1);
766 if (st == STATUS_SUCCESS) {
780 if (st == STATUS_SUCCESS) {
922 if (st != STATUS_SUCCESS) {
936 if (st != STATUS_SUCCESS) {
1365 io_status.Status = STATUS_SUCCESS;
1379 if (res == STATUS_SUCCESS) {
[all...]

Completed in 77 milliseconds