Lines Matching defs:STATUS_SUCCESS
139 STATUS_SUCCESS = 0x00000000,
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) {
1550 rvl = NtClose(fd->handle) == STATUS_SUCCESS;