Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/include/cafe/os/
DOSReset.h44 u32 OSGetShutdownReason(void);
/CafeSDK-2.12.13/system/include/windows/
Dos.h48 #define OSGetShutdownReason() 0 macro
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoDRC.c263 if (gDemoGfxInForeground && OS_SHUTDOWN_RESTART != OSGetShutdownReason()) in DEMODRCShutdown()
DdemoGfx.c509 if (gDemoGfxInForeground && OS_SHUTDOWN_RESTART != OSGetShutdownReason()) in DEMOGfxShutdown()