Searched refs:OSDeliverArgInfo (Results 1 – 4 of 4) sorted by relevance
| /TwlSDK-5.5/build/libraries/os/ARM9/src/ |
| D | os_argument.c | 46 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/ |
| D | argument.h | 247 } OSDeliverArgInfo; typedef 272 void OS_InitDeliverArgInfo( OSDeliverArgInfo* info, int binSize );
|
| /TwlSDK-5.5/build/libraries/os/ARM9.TWL/src/ |
| D | os_msJump.c | 115 OSDeliverArgInfo argInfo; in OSi_JumpToMachineSetting()
|
| /TwlSDK-5.5/build/libraries/os/common/src/ |
| D | os_application_jump.c | 128 OSDeliverArgInfo deliverArgInfo; in OSi_InitPrevTitleId() 191 OSDeliverArgInfo deliverArgInfo; in OS_SetLauncherParamAndResetHardware()
|