Searched refs:OS_GetBootType (Results 1 – 16 of 16) sorted by relevance
33 OSBootType OS_GetBootType(void) in OS_GetBootType() function
141 return table[ OS_GetBootType() ]; in OSi_DetectDeviceType()
71 if (OS_GetBootType() == OS_BOOTTYPE_ROM) in CARD_Init()125 if (OS_GetBootType() == OS_BOOTTYPE_ROM) in CARD_Init()
116 if (OS_GetBootType() == OS_BOOTTYPE_ROM) in CARDi_GetAccessLevel()
181 (OS_GetBootType() != OS_BOOTTYPE_ROM) && in CARDi_IsNormalMode()782 if ((OS_GetBootType() == OS_BOOTTYPE_ROM) && in CARDi_InitRomHash()826 if ((OS_GetBootType() == OS_BOOTTYPE_ROM) && CARD_GetOwnRomHeader()->rom_size) in CARDi_InitRom()
692 && (OS_GetBootType() != OS_BOOTTYPE_ROM)) in CARD_ReadRomHashImage()
120 const OSBootType btype = OS_GetBootType(); in PrintBootType()
131 const OSBootType btype = OS_GetBootType(); in PrintBootType()
176 OSBootType OS_GetBootType(void);
273 const OSBootType btype = OS_GetBootType(); in PrintBootType()
225 if (OS_GetBootType() == OS_BOOTTYPE_ROM) in FSi_InitRomArchive()
271 if (OS_GetBootType() == OS_BOOTTYPE_DOWNLOAD_MB) in FSi_InitOverlay()671 if (OS_GetBootType() != OS_BOOTTYPE_ROM) in FS_StartOverlay()
405 if (OS_GetBootType() != OS_BOOTTYPE_ROM) in NitroMain()
540 const OSBootType btype = OS_GetBootType(); in PrintBootType()
556 const OSBootType btype = OS_GetBootType(); in PrintBootType()
1469 OSBootType type = OS_GetBootType(); in PM_GoSleepMode()