Home
last modified time | relevance | path

Searched refs:OS_GetBootType (Results 1 – 16 of 16) sorted by relevance

/TwlSDK-5.5/build/libraries/os/common/src/
Dos_systemWork.c33 OSBootType OS_GetBootType(void) in OS_GetBootType() function
Dos_emulator.c141 return table[ OS_GetBootType() ]; in OSi_DetectDeviceType()
/TwlSDK-5.5/build/libraries/card/common/src/
Dcard_api.c71 if (OS_GetBootType() == OS_BOOTTYPE_ROM) in CARD_Init()
125 if (OS_GetBootType() == OS_BOOTTYPE_ROM) in CARD_Init()
Dcard_common.c116 if (OS_GetBootType() == OS_BOOTTYPE_ROM) in CARDi_GetAccessLevel()
Dcard_rom.c180 (OS_GetBootType() != OS_BOOTTYPE_ROM) && in CARDi_IsNormalMode()
785 if ((OS_GetBootType() == OS_BOOTTYPE_ROM) && in CARDi_InitRomHash()
829 if ((OS_GetBootType() == OS_BOOTTYPE_ROM) && CARD_GetOwnRomHeader()->rom_size) in CARDi_InitRom()
Dcard_hash.c137 if ((OS_GetBootType() == OS_BOOTTYPE_ROM) && CARD_IsPulledOut()) in CARDi_CompareHash()
702 && (OS_GetBootType() != OS_BOOTTYPE_ROM)) in CARD_ReadRomHashImage()
/TwlSDK-5.5/build/demos.TWL/nandApp/sharedFont/src/
Dmain.c116 const OSBootType btype = OS_GetBootType(); in PrintBootType()
/TwlSDK-5.5/build/demos.TWL/nandApp/simple/src/
Dmain.c95 const OSBootType btype = OS_GetBootType(); in PrintBootType()
/TwlSDK-5.5/include/nitro/os/common/
DsystemWork.h176 OSBootType OS_GetBootType(void);
/TwlSDK-5.5/build/demos.TWL/nandApp/SubBanner/src/
Dmain.c273 const OSBootType btype = OS_GetBootType(); in PrintBootType()
/TwlSDK-5.5/build/libraries/fs/common/src/
Dfs_proc_rom.c225 if (OS_GetBootType() == OS_BOOTTYPE_ROM) in FSi_InitRomArchive()
Dfs_overlay.c247 if (OS_GetBootType() == OS_BOOTTYPE_DOWNLOAD_MB) in FSi_InitOverlay()
647 if (OS_GetBootType() != OS_BOOTTYPE_ROM) in FS_StartOverlay()
/TwlSDK-5.5/build/demos/card/backup/src/
Dmain.c405 if (OS_GetBootType() != OS_BOOTTYPE_ROM) in NitroMain()
/TwlSDK-5.5/build/demos.TWL/nandApp/backup/src/
Dmain.c540 const OSBootType btype = OS_GetBootType(); in PrintBootType()
/TwlSDK-5.5/build/demos.TWL/nandApp/other_backup/src/
Dmain.c556 const OSBootType btype = OS_GetBootType(); in PrintBootType()
/TwlSDK-5.5/build/libraries/spi/ARM9/src/
Dpm.c1486 OSBootType type = OS_GetBootType(); in PM_GoSleepMode()