Home
last modified time | relevance | path

Searched refs:BUFFER_FLAG_NONE (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c360 if( (_hsl->pSystemState->bufFlags != BUFFER_FLAG_NONE) || in bufferWriteThread()
376 if(_hsl->pSystemState->dumpFlag != BUFFER_FLAG_NONE) in bufferWriteThread()
481 _hsl->pSystemState->dumpFlag = BUFFER_FLAG_NONE; in bufferWriteThread()
734 _hsl->pSystemState->bufFlags = BUFFER_FLAG_NONE; in initBufferMemory()
736 _hsl->pSystemState->dumpFlag = BUFFER_FLAG_NONE; // no dump at the beginning in initBufferMemory()
1092 if(_hsl->pSystemState->dumpFlag != BUFFER_FLAG_NONE) in bufferProcessCommand()
1138 _hsl->pSystemState->bufFlags = BUFFER_FLAG_NONE; in bufferProcessCommand()
1139 _hsl->pSystemState->dumpFlag = BUFFER_FLAG_NONE; in bufferProcessCommand()
H A Dfrhsl_ringbuffer.h196 #define BUFFER_FLAG_NONE 0x0000 macro