Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/os/ARM9/src/
Dos_argument.c415 sBufferState = OS_DELIVER_ARG_BUF_ACCESSIBLE | OS_DELIVER_ARG_BUF_WRITABLE; in OS_InitDeliverArgInfo()
441 if ( !(sBufferState & OS_DELIVER_ARG_BUF_WRITABLE) ) in OS_SetStringToDeliverArg()
482 if ( !(sBufferState & OS_DELIVER_ARG_BUF_WRITABLE) ) in OS_SetBinaryToDeliverArg()
519 if ( !(sBufferState & OS_DELIVER_ARG_BUF_WRITABLE) ) in OS_ConvertStringToDeliverArg()
882 if ( !(sBufferState & OS_DELIVER_ARG_BUF_WRITABLE) ) in OS_SetSysParamToDeliverArg()
/TwlSDK-5.4/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.4/include/nitro/os/ARM9/
Dargument.h252 #define OS_DELIVER_ARG_BUF_WRITABLE 2 macro