Home
last modified time | relevance | path

Searched refs:btype (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/build/demos.TWL/nandApp/simple/src/
Dmain.c120 const OSBootType btype = OS_GetBootType(); in PrintBootType() local
122 switch( btype ) in PrintBootType()
128 OS_Warning("unknown BootType(=%d)", btype); in PrintBootType()
/TwlSDK-5.1.0/build/demos.TWL/nandApp/sharedFont/src/
Dmain.c131 const OSBootType btype = OS_GetBootType(); in PrintBootType() local
133 switch( btype ) in PrintBootType()
139 OS_Warning("unknown BootType(=%d)", btype); in PrintBootType()
/TwlSDK-5.1.0/build/demos.TWL/nandApp/SubBanner/src/
Dmain.c273 const OSBootType btype = OS_GetBootType(); in PrintBootType() local
275 switch( btype ) in PrintBootType()
281 OS_Warning("unknown BootType(=%d)", btype); in PrintBootType()
/TwlSDK-5.1.0/build/demos.TWL/nandApp/backup/src/
Dmain.c540 const OSBootType btype = OS_GetBootType(); in PrintBootType() local
542 switch( btype ) in PrintBootType()
548 OS_Warning("unknown BootType(=%d)", btype); in PrintBootType()
/TwlSDK-5.1.0/build/demos.TWL/nandApp/other_backup/src/
Dmain.c556 const OSBootType btype = OS_GetBootType(); in PrintBootType() local
558 switch( btype ) in PrintBootType()
564 OS_Warning("unknown BootType(=%d)", btype); in PrintBootType()