Searched refs:LogEntrySize (Results 1 – 1 of 1) sorted by relevance
532 ULONG LogEntrySize; in IoAllocateErrorLogEntry() local569 LogEntrySize = sizeof(ERROR_LOG_ENTRY) + EntrySize; in IoAllocateErrorLogEntry()573 if (IopTotalLogSize + LogEntrySize > IOP_MAXIMUM_LOG_SIZE) return NULL; in IoAllocateErrorLogEntry()577 LogEntrySize, in IoAllocateErrorLogEntry()586 InterlockedExchangeAdd(&IopTotalLogSize, LogEntrySize); in IoAllocateErrorLogEntry()589 RtlZeroMemory(LogEntry, LogEntrySize); in IoAllocateErrorLogEntry()591 LogEntry->Size = LogEntrySize; in IoAllocateErrorLogEntry()