Home
last modified time | relevance | path

Searched refs:OS_DELIVER_ARG_SUCCESS (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_argument.c467 return OS_DELIVER_ARG_SUCCESS; in OS_SetStringToDeliverArg()
504 return OS_DELIVER_ARG_SUCCESS; in OS_SetBinaryToDeliverArg()
568 return OS_DELIVER_ARG_SUCCESS; in OS_ConvertStringToDeliverArg()
612 return OS_DELIVER_ARG_SUCCESS; in OS_EncodeDeliverArg()
662 return OS_DELIVER_ARG_SUCCESS; in OS_DecodeDeliverArg()
767 retval = OS_DELIVER_ARG_SUCCESS; in OS_GetBinaryFromDeliverArg()
894 return OS_DELIVER_ARG_SUCCESS; in OS_SetSysParamToDeliverArg()
/TwlSDK-5.1.0/build/libraries/os/ARM9.TWL/src/
Dos_msJump.c123 if(result != OS_DELIVER_ARG_SUCCESS ) in OSi_JumpToMachineSetting()
129 if(result != OS_DELIVER_ARG_SUCCESS ) in OSi_JumpToMachineSetting()
/TwlSDK-5.1.0/include/nitro/os/ARM9/
Dargument.h272 #define OS_DELIVER_ARG_SUCCESS 0 macro
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_application_jump.c69 if ( OS_DELIVER_ARG_SUCCESS == OS_DecodeDeliverArg() ) in OSi_InitPrevTitleId()