Searched refs:OS_DELIVER_ARG_BUF_WRITABLE (Results 1 – 3 of 3) sorted by relevance
415 sBufferState = OS_DELIVER_ARG_BUF_ACCESSIBLE | OS_DELIVER_ARG_BUF_WRITABLE; in OS_InitDeliverArgInfo()441 if ( !(sBufferState & OS_DELIVER_ARG_BUF_WRITABLE) ) in OS_SetStringToDeliverArg()482 if ( !(sBufferState & OS_DELIVER_ARG_BUF_WRITABLE) ) in OS_SetBinaryToDeliverArg()519 if ( !(sBufferState & OS_DELIVER_ARG_BUF_WRITABLE) ) in OS_ConvertStringToDeliverArg()882 if ( !(sBufferState & OS_DELIVER_ARG_BUF_WRITABLE) ) in OS_SetSysParamToDeliverArg()
120 OSi_SetDeliverArgState( OS_DELIVER_ARG_BUF_ACCESSIBLE | OS_DELIVER_ARG_BUF_WRITABLE ); in OSi_JumpToMachineSetting()
252 #define OS_DELIVER_ARG_BUF_WRITABLE 2 macro