Lines Matching refs:enabled
1037 OSIntrMode enabled; in MB_Init() local
1048 enabled = OS_DisableInterrupts(); in MB_Init()
1127 (void)OS_RestoreInterrupts(enabled); in MB_Init()
1175 OSIntrMode enabled = OS_DisableInterrupts(); in MB_SetParentCommParam() local
1182 (void)OS_RestoreInterrupts(enabled); in MB_SetParentCommParam()
1191 (void)OS_RestoreInterrupts(enabled); in MB_SetParentCommParam()
1202 (void)OS_RestoreInterrupts(enabled); in MB_SetParentCommParam()
1210 OSIntrMode enabled = OS_DisableInterrupts(); in MB_SetParentCommSize() local
1216 (void)OS_RestoreInterrupts(enabled); in MB_SetParentCommSize()
1271 OSIntrMode enabled; in MBi_StartParentCore() local
1273 enabled = OS_DisableInterrupts(); in MBi_StartParentCore()
1322 (void)OS_RestoreInterrupts(enabled); in MBi_StartParentCore()
1348 OSIntrMode enabled; in MB_StartChild() local
1350 enabled = OS_DisableInterrupts(); in MB_StartChild()
1380 (void)OS_RestoreInterrupts(enabled); in MB_StartChild()
1405 OSIntrMode enabled = OS_DisableInterrupts(); in MBi_CommEnd() local
1429 (void)OS_RestoreInterrupts(enabled); in MBi_CommEnd()
1436 OSIntrMode enabled = OS_DisableInterrupts(); in MB_End() local
1445 (void)OS_RestoreInterrupts(enabled); in MB_End()
1450 OSIntrMode enabled = OS_DisableInterrupts(); in MB_EndToIdle() local
1459 (void)OS_RestoreInterrupts(enabled); in MB_EndToIdle()