Home
last modified time | relevance | path

Searched refs:OSi_CONSOLE_NOT_DETECT (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_emulator.c55 static u32 OSi_ConsoleTypeCache = OSi_CONSOLE_NOT_DETECT; in OS_GetConsoleType()
57 if (OSi_ConsoleTypeCache == OSi_CONSOLE_NOT_DETECT) in OS_GetConsoleType()
85 static u32 OSi_RunningConsoleTypeCache = OSi_CONSOLE_NOT_DETECT;
95 if (OSi_RunningConsoleTypeCache == OSi_CONSOLE_NOT_DETECT) in OS_GetRunningConsoleType()
/TwlSDK-5.1.0/include/nitro/os/common/
Demulator.h26 #define OSi_CONSOLE_NOT_DETECT 0xffffffff macro