Searched refs:MAX_LOG_REL_ERRORS (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Dpulseaudio.c36 #define MAX_LOG_REL_ERRORS 32 macro
153 if (pPulse->cErrors < MAX_LOG_REL_ERRORS)
194 pPulse->cErrors = MAX_LOG_REL_ERRORS;
230 if (pPulse->cErrors < MAX_LOG_REL_ERRORS)
457 if (pPulse->cErrors < MAX_LOG_REL_ERRORS)
613 if (pPulse->cErrors < MAX_LOG_REL_ERRORS)
/vbox/src/VBox/Devices/Storage/
H A DDrvSCSI.cpp39 #define MAX_LOG_REL_ERRORS 1024 macro
145 && pThis->cErrors++ < MAX_LOG_REL_ERRORS)
198 && pThis->cErrors++ < MAX_LOG_REL_ERRORS)
222 && pThis->cErrors++ < MAX_LOG_REL_ERRORS)
291 if (pThis->cErrors < MAX_LOG_REL_ERRORS)
349 && pThis->cErrors++ < MAX_LOG_REL_ERRORS)
366 && pThis->cErrors++ < MAX_LOG_REL_ERRORS)
403 && pThis->cErrors++ < MAX_LOG_REL_ERRORS)
H A DDevATA.cpp93 #define MAX_LOG_REL_ERRORS 1024 macro
265 * this value against MAX_LOG_REL_ERRORS in places likely to cause floods
1663 if (s->cErrors++ < MAX_LOG_REL_ERRORS)
1701 if (s->cErrors++ < MAX_LOG_REL_ERRORS)
1932 if (s->cErrors++ < MAX_LOG_REL_ERRORS)
2052 if (s->cErrors++ < MAX_LOG_REL_ERRORS)
2127 if (s->cErrors++ < MAX_LOG_REL_ERRORS)
2172 && s->cErrors++ < MAX_LOG_REL_ERRORS)
2225 if (s->cErrors < MAX_LOG_REL_ERRORS)
3957 if (s->cErrors++ < MAX_LOG_REL_ERRORS)
[all...]
H A DDevAHCI.cpp102 #define MAX_LOG_REL_ERRORS 1024 macro
3986 if (pAhciPort->cErrors++ < MAX_LOG_REL_ERRORS)
4092 && pAhciPort->cErrors++ < MAX_LOG_REL_ERRORS)
4139 if (pAhciPort->cErrors < MAX_LOG_REL_ERRORS)
6014 if (pAhciPort->cErrors++ < MAX_LOG_REL_ERRORS)
6130 if (pAhciPort->cErrors++ < MAX_LOG_REL_ERRORS)
/vbox/src/VBox/Storage/
H A DISCSI.cpp46 #define MAX_LOG_REL_ERRORS 1024 macro
692 if (pImage->cLogRelErrors++ < MAX_LOG_REL_ERRORS)

Completed in 79 milliseconds