Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/os/ARM9/src/
Dos_argument.c461 return OS_DELIVER_ARG_SUCCESS; in OS_SetStringToDeliverArg()
498 return OS_DELIVER_ARG_SUCCESS; in OS_SetBinaryToDeliverArg()
562 return OS_DELIVER_ARG_SUCCESS; in OS_ConvertStringToDeliverArg()
606 return OS_DELIVER_ARG_SUCCESS; in OS_EncodeDeliverArg()
656 return OS_DELIVER_ARG_SUCCESS; in OS_DecodeDeliverArg()
761 retval = OS_DELIVER_ARG_SUCCESS; in OS_GetBinaryFromDeliverArg()
888 return OS_DELIVER_ARG_SUCCESS; in OS_SetSysParamToDeliverArg()
/TwlSDK-5.4/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.4/include/nitro/os/ARM9/
Dargument.h255 #define OS_DELIVER_ARG_SUCCESS 0 macro
/TwlSDK-5.4/build/libraries/os/common/src/
Dos_application_jump.c130 if ( OS_DELIVER_ARG_SUCCESS == OS_DecodeDeliverArg() ) in OSi_InitPrevTitleId()