Home
last modified time | relevance | path

Searched refs:OS_DELIVER_ARG_BUF_ACCESSIBLE (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()
578 if ( !(sBufferState & OS_DELIVER_ARG_BUF_ACCESSIBLE) ) in OS_EncodeDeliverArg()
654 sBufferState = OS_DELIVER_ARG_BUF_ACCESSIBLE; in OS_DecodeDeliverArg()
721 if ( !(sBufferState & OS_DELIVER_ARG_BUF_ACCESSIBLE) ) in OS_GetBinarySizeFromDeliverArg()
748 if ( !(sBufferState & OS_DELIVER_ARG_BUF_ACCESSIBLE) ) in OS_GetBinaryFromDeliverArg()
787 return (sBufferState & OS_DELIVER_ARG_BUF_ACCESSIBLE)? sBufferPtr->header.titleId: 0; in OS_GetTitleIdFromDeliverArg()
802 return (sBufferState & OS_DELIVER_ARG_BUF_ACCESSIBLE)? *(u32*)(&sBufferPtr->header.titleId): 0; in OS_GetGameCodeFromDeliverArg()
817 return (u16)((sBufferState & OS_DELIVER_ARG_BUF_ACCESSIBLE)? sBufferPtr->header.makerCode: 0); in OS_GetMakerCodeFromDeliverArg()
902 if ( !(sBufferState & OS_DELIVER_ARG_BUF_ACCESSIBLE) ) in OS_GetSysParamFromDeliverArg()
923 if ( sBufferPtr && sBufferState == OS_DELIVER_ARG_BUF_ACCESSIBLE ) in OS_GetDeliverArgc()
[all …]
/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.h251 #define OS_DELIVER_ARG_BUF_ACCESSIBLE 1 macro