Home
last modified time | relevance | path

Searched refs:OS_DELIVER_ARG_NOT_READY (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.5/build/libraries/os/ARM9/src/
Dos_argument.c443 return OS_DELIVER_ARG_NOT_READY; in OS_SetStringToDeliverArg()
484 return OS_DELIVER_ARG_NOT_READY; in OS_SetBinaryToDeliverArg()
521 return OS_DELIVER_ARG_NOT_READY; in OS_ConvertStringToDeliverArg()
580 return OS_DELIVER_ARG_NOT_READY; in OS_EncodeDeliverArg()
625 return OS_DELIVER_ARG_NOT_READY; in OS_DecodeDeliverArg()
631 return OS_DELIVER_ARG_NOT_READY; in OS_DecodeDeliverArg()
750 return OS_DELIVER_ARG_NOT_READY; in OS_GetBinaryFromDeliverArg()
884 return OS_DELIVER_ARG_NOT_READY; in OS_SetSysParamToDeliverArg()
/TwlSDK-5.5/include/nitro/os/ARM9/
Dargument.h256 #define OS_DELIVER_ARG_NOT_READY -1 macro