Searched refs:OSDeliverArgInfo (Results 1 – 4 of 4) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/os/ARM9/src/ |
| D | os_argument.c | 52 static OSDeliverArgInfo* sBufferPtr = NULL; 410 void OS_InitDeliverArgInfo( OSDeliverArgInfo* info, int binSize ) in OS_InitDeliverArgInfo() 601 …rPtr->header.crc = SVC_GetCRC16( OSi_INIVALUE, (const void*)sBufferPtr, sizeof(OSDeliverArgInfo) ); in OS_EncodeDeliverArg() 604 MI_CpuCopy8( sBufferPtr, (void*)HW_PARAM_DELIVER_ARG, sizeof(OSDeliverArgInfo) ); in OS_EncodeDeliverArg() 607 MI_CpuClear8( sBufferPtr, sizeof(OSDeliverArgInfo) ); in OS_EncodeDeliverArg() 641 MI_CpuCopy8( (void*)HW_PARAM_DELIVER_ARG, sBufferPtr, sizeof(OSDeliverArgInfo) ); in OS_DecodeDeliverArg() 647 …rPtr->header.crc = SVC_GetCRC16( OSi_INIVALUE, (const void*)sBufferPtr, sizeof(OSDeliverArgInfo) ); in OS_DecodeDeliverArg() 650 MI_CpuClear8( sBufferPtr, sizeof(OSDeliverArgInfo) ); in OS_DecodeDeliverArg() 839 OSDeliverArgInfo* p = (OSDeliverArgInfo*)HW_PARAM_DELIVER_ARG; in OS_IsValidDeliverArg() 857 OSDeliverArgInfo* p = (OSDeliverArgInfo*)HW_PARAM_DELIVER_ARG; in OS_IsDeliverArgEncoded()
|
| /TwlSDK-5.1.0/include/nitro/os/ARM9/ |
| D | argument.h | 264 } OSDeliverArgInfo; typedef 289 void OS_InitDeliverArgInfo( OSDeliverArgInfo* info, int binSize );
|
| /TwlSDK-5.1.0/build/libraries/os/ARM9.TWL/src/ |
| D | os_msJump.c | 115 OSDeliverArgInfo argInfo; in OSi_JumpToMachineSetting()
|
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_application_jump.c | 67 OSDeliverArgInfo deliverArgInfo; in OSi_InitPrevTitleId() 115 OSDeliverArgInfo deliverArgInfo; in OS_SetLauncherParamAndResetHardware()
|