Home
last modified time | relevance | path

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

/reactos/ntoskrnl/fstub/
H A Ddisksup.c2285 Status = STATUS_BAD_MASTER_BOOT_RECORD; in xHalIoSetPartitionInformation()
2372 Status = STATUS_BAD_MASTER_BOOT_RECORD; in xHalIoSetPartitionInformation()
/reactos/sdk/include/psdk/
H A Dntstatus.h405 #define STATUS_BAD_MASTER_BOOT_RECORD ((NTSTATUS)0xC00000A9) macro
/reactos/modules/rostests/winetests/ntdll/
H A Derror.c601 cmp2(STATUS_BAD_MASTER_BOOT_RECORD, ERROR_INVALID_PARAMETER); in run_error_tests()
/reactos/modules/rosapps/drivers/vfd/
H A Dvfddbg.c1168 CASE_RETURN_STR(STATUS_BAD_MASTER_BOOT_RECORD); in NtStatusToStr()