Home
last modified time | relevance | path

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

/reactos/sdk/lib/drivers/wdf/kmdf/src/core/
H A Dfxbugcheckcallback.cpp342 ULONG logSize; in FxpBugCheckCallback() local
379 logSize = ((PWDF_IFR_HEADER) fxDriverGlobals->WdfLogHeader)->Size + in FxpBugCheckCallback()
382 ASSERT(FxIFRMinLogSize <= logSize && logSize <= FxIFRMaxLogSize); in FxpBugCheckCallback()
387 if (logSize > dumpData->MaximumAllowed) { in FxpBugCheckCallback()
422 dumpData->OutBufferLength = logSize; in FxpBugCheckCallback()
/reactos/drivers/storage/class/disk/
H A Ddiskwmi.c389 ULONG logSize, bufferSize; in DiskReadSmartLog() local
393 logSize = SectorCount * SMART_LOG_SECTOR_SIZE; in DiskReadSmartLog()
394 …= sizeof(SRB_IO_CONTROL) + max( sizeof(SENDCMDINPARAMS), sizeof(SENDCMDOUTPARAMS) - 1 + logSize ); in DiskReadSmartLog()
417 logSize); in DiskReadSmartLog()
439 ULONG logSize, bufferSize; in DiskWriteSmartLog() local
443 logSize = SectorCount * SMART_LOG_SECTOR_SIZE; in DiskWriteSmartLog()
445 logSize; in DiskWriteSmartLog()
457 logSize); in DiskWriteSmartLog()