Home
last modified time | relevance | path

Searched refs:enabled (Results 1 – 4 of 4) sorted by relevance

/RevoEX-3.1/build/demos/netdemo/src/
Dcrypto.c130 BOOL enabled; in OSReport() local
144 enabled = OSDisableInterrupts(); in OSReport()
168 (void)OSRestoreInterrupts(enabled); in OSReport()
Ddigest.c153 BOOL enabled; in OSReport() local
167 enabled = OSDisableInterrupts(); in OSReport()
191 (void)OSRestoreInterrupts(enabled); in OSReport()
/RevoEX-3.1/build/libraries/mpds/src/
Dmpdssystem.c714 BOOL enabled; in ReceiveCallback_Parent() local
716 enabled = OSDisableInterrupts(); in ReceiveCallback_Parent()
727 (void)OSRestoreInterrupts(enabled); in ReceiveCallback_Parent()
806 BOOL enabled; in ReceiveData() local
846 enabled = OSDisableInterrupts(); in ReceiveData()
853 (void)OSRestoreInterrupts(enabled); in ReceiveData()
869 BOOL enabled; in SendDataSet() local
871 enabled = OSDisableInterrupts(); in SendDataSet()
909 (void)OSRestoreInterrupts(enabled); in SendDataSet()
922 (void)OSRestoreInterrupts(enabled); in SendDataSet()
/RevoEX-3.1/include/revolution/
Dmp.h632 BOOL MPSwitchBufferAddrCheck( BOOL enabled );