Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/os/ARM9/src/
Dos_argument.c46 static OSDeliverArgInfo* sBufferPtr = NULL;
404 void OS_InitDeliverArgInfo( OSDeliverArgInfo* info, int binSize ) in OS_InitDeliverArgInfo()
595 …rPtr->header.crc = SVC_GetCRC16( OSi_INIVALUE, (const void*)sBufferPtr, sizeof(OSDeliverArgInfo) ); in OS_EncodeDeliverArg()
598 MI_CpuCopy8( sBufferPtr, (void*)HW_PARAM_DELIVER_ARG, sizeof(OSDeliverArgInfo) ); in OS_EncodeDeliverArg()
601 MI_CpuClear8( sBufferPtr, sizeof(OSDeliverArgInfo) ); in OS_EncodeDeliverArg()
635 MI_CpuCopy8( (void*)HW_PARAM_DELIVER_ARG, sBufferPtr, sizeof(OSDeliverArgInfo) ); in OS_DecodeDeliverArg()
641 …rPtr->header.crc = SVC_GetCRC16( OSi_INIVALUE, (const void*)sBufferPtr, sizeof(OSDeliverArgInfo) ); in OS_DecodeDeliverArg()
644 MI_CpuClear8( sBufferPtr, sizeof(OSDeliverArgInfo) ); in OS_DecodeDeliverArg()
833 OSDeliverArgInfo* p = (OSDeliverArgInfo*)HW_PARAM_DELIVER_ARG; in OS_IsValidDeliverArg()
851 OSDeliverArgInfo* p = (OSDeliverArgInfo*)HW_PARAM_DELIVER_ARG; in OS_IsDeliverArgEncoded()
/TwlSDK-5.5/include/nitro/os/ARM9/
Dargument.h247 } OSDeliverArgInfo; typedef
272 void OS_InitDeliverArgInfo( OSDeliverArgInfo* info, int binSize );
/TwlSDK-5.5/build/libraries/os/ARM9.TWL/src/
Dos_msJump.c115 OSDeliverArgInfo argInfo; in OSi_JumpToMachineSetting()
/TwlSDK-5.5/build/libraries/os/common/src/
Dos_application_jump.c128 OSDeliverArgInfo deliverArgInfo; in OSi_InitPrevTitleId()
191 OSDeliverArgInfo deliverArgInfo; in OS_SetLauncherParamAndResetHardware()