Home
last modified time | relevance | path

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

/reactos/modules/rosapps/drivers/vfd/
H A Dvfddbg.c740 #define STATUS_PNP_REBOOT_REQUIRED ((NTSTATUS)0xC00002D2L) macro
1595 CASE_RETURN_STR(STATUS_PNP_REBOOT_REQUIRED); in NtStatusToStr()
/reactos/sdk/include/psdk/
H A Dntstatus.h830 #define STATUS_PNP_REBOOT_REQUIRED ((NTSTATUS)0xC00002D2) macro
/reactos/modules/rostests/winetests/ntdll/
H A Derror.c748 cmp2(STATUS_PNP_REBOOT_REQUIRED, ERROR_PNP_REBOOT_REQUIRED); in run_error_tests()
/reactos/ntoskrnl/io/pnpmgr/
H A Ddevaction.c2372 UINT32 problem = (status == STATUS_PNP_REBOOT_REQUIRED) in PiDevNodeStateMachine()