Searched refs:OS_DELIVER_ARG_BUF_ACCESSIBLE (Results 1 – 3 of 3) sorted by relevance
415 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 …]
120 OSi_SetDeliverArgState( OS_DELIVER_ARG_BUF_ACCESSIBLE | OS_DELIVER_ARG_BUF_WRITABLE ); in OSi_JumpToMachineSetting()
251 #define OS_DELIVER_ARG_BUF_ACCESSIBLE 1 macro