Home
last modified time | relevance | path

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

/reactos/drivers/storage/class/classpnp/
H A Dutils.c5165 ULONG logEntrySize = sizeof(IO_ERROR_LOG_PACKET); in _IRQL_requires_() local
5205 logEntrySize = min(logEntrySize, ERROR_LOG_MAXIMUM_SIZE); in _IRQL_requires_()
5206 logEntrySize = min(logEntrySize, MAXUCHAR); in _IRQL_requires_()
5391 logEntrySize = min(logEntrySize, ERROR_LOG_MAXIMUM_SIZE); in ClasspLogSystemEventWithDeviceNumber()
5392 logEntrySize = min(logEntrySize, MAXUCHAR); in ClasspLogSystemEventWithDeviceNumber()
5397 RtlZeroMemory(errorLogEntry, logEntrySize); in ClasspLogSystemEventWithDeviceNumber()
5799 ULONG logEntrySize; in _IRQL_requires_() local
5876 logEntrySize = logEntrySize + stringsBufferLength; in _IRQL_requires_()
5878 if (logEntrySize > ERROR_LOG_MAXIMUM_SIZE) { in _IRQL_requires_()
5896 logEntrySize = ERROR_LOG_MAXIMUM_SIZE; in _IRQL_requires_()
[all …]