Home
last modified time | relevance | path

Searched refs:OS_DELIVER_ARG_BUF_WRITABLE (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_argument.c421 sBufferState = OS_DELIVER_ARG_BUF_ACCESSIBLE | OS_DELIVER_ARG_BUF_WRITABLE; in OS_InitDeliverArgInfo()
447 if ( !(sBufferState & OS_DELIVER_ARG_BUF_WRITABLE) ) in OS_SetStringToDeliverArg()
488 if ( !(sBufferState & OS_DELIVER_ARG_BUF_WRITABLE) ) in OS_SetBinaryToDeliverArg()
525 if ( !(sBufferState & OS_DELIVER_ARG_BUF_WRITABLE) ) in OS_ConvertStringToDeliverArg()
888 if ( !(sBufferState & OS_DELIVER_ARG_BUF_WRITABLE) ) in OS_SetSysParamToDeliverArg()
/TwlSDK-5.1.0/build/libraries/os/ARM9.TWL/src/
Dos_msJump.c120 OSi_SetDeliverArgState( OS_DELIVER_ARG_BUF_ACCESSIBLE | OS_DELIVER_ARG_BUF_WRITABLE ); in OSi_JumpToMachineSetting()
/TwlSDK-5.1.0/include/nitro/os/ARM9/
Dargument.h269 #define OS_DELIVER_ARG_BUF_WRITABLE 2 macro