Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos.TWL/nandApp/sharedFont/src/
Dmain.c116 const OSBootType btype = OS_GetBootType(); in PrintBootType() local
118 switch( btype ) in PrintBootType()
124 OS_Warning("unknown BootType(=%d)", btype); in PrintBootType()
/TwlSDK-5.4/build/demos.TWL/nandApp/simple/src/
Dmain.c95 const OSBootType btype = OS_GetBootType(); in PrintBootType() local
97 switch( btype ) in PrintBootType()
103 OS_Warning("unknown BootType(=%d)", btype); in PrintBootType()
/TwlSDK-5.4/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.4/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.4/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()