Lines Matching refs:sBufferState

51 static u32                  sBufferState = OS_DELIVER_ARG_BUF_INVALID;  variable
421 sBufferState = OS_DELIVER_ARG_BUF_ACCESSIBLE | OS_DELIVER_ARG_BUF_WRITABLE; in OS_InitDeliverArgInfo()
447 if ( !(sBufferState & OS_DELIVER_ARG_BUF_WRITABLE) ) in OS_SetStringToDeliverArg()
488 if ( !(sBufferState & OS_DELIVER_ARG_BUF_WRITABLE) ) in OS_SetBinaryToDeliverArg()
525 if ( !(sBufferState & OS_DELIVER_ARG_BUF_WRITABLE) ) in OS_ConvertStringToDeliverArg()
584 if ( !(sBufferState & OS_DELIVER_ARG_BUF_ACCESSIBLE) ) in OS_EncodeDeliverArg()
610 sBufferState = OS_DELIVER_ARG_BUF_INVALID; in OS_EncodeDeliverArg()
660 sBufferState = OS_DELIVER_ARG_BUF_ACCESSIBLE; in OS_DecodeDeliverArg()
680 return sBufferState; in OS_GetDeliverArgState()
698 sBufferState = state; in OSi_SetDeliverArgState()
712 sBufferState = OS_DELIVER_ARG_BUF_INVALID; in OS_SetDeliverArgStateInvalid()
727 if ( !(sBufferState & OS_DELIVER_ARG_BUF_ACCESSIBLE) ) in OS_GetBinarySizeFromDeliverArg()
754 if ( !(sBufferState & OS_DELIVER_ARG_BUF_ACCESSIBLE) ) in OS_GetBinaryFromDeliverArg()
793 return (sBufferState & OS_DELIVER_ARG_BUF_ACCESSIBLE)? sBufferPtr->header.titleId: 0; in OS_GetTitleIdFromDeliverArg()
808 return (sBufferState & OS_DELIVER_ARG_BUF_ACCESSIBLE)? *(u32*)(&sBufferPtr->header.titleId): 0; in OS_GetGameCodeFromDeliverArg()
823 return (u16)((sBufferState & OS_DELIVER_ARG_BUF_ACCESSIBLE)? sBufferPtr->header.makerCode: 0); in OS_GetMakerCodeFromDeliverArg()
888 if ( !(sBufferState & OS_DELIVER_ARG_BUF_WRITABLE) ) in OS_SetSysParamToDeliverArg()
908 if ( !(sBufferState & OS_DELIVER_ARG_BUF_ACCESSIBLE) ) in OS_GetSysParamFromDeliverArg()
929 if ( sBufferPtr && sBufferState == OS_DELIVER_ARG_BUF_ACCESSIBLE ) in OS_GetDeliverArgc()
952 if ( sBufferPtr && sBufferState == OS_DELIVER_ARG_BUF_ACCESSIBLE ) in OS_GetDeliverArgv()