Home
last modified time | relevance | path

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

/reactos/drivers/storage/class/cdrom/
H A Dsense.c1638 PCDROM_ERROR_LOG_DATA errlogData; in SenseInfoLogError() local
1643 errlogData = (PCDROM_ERROR_LOG_DATA)errorLogEntry->DumpData; in SenseInfoLogError()
1646 *errlogData = staticErrLogData; in SenseInfoLogError()
1651 RtlCopyMemory(&errlogData->SenseData, senseBuffer, senseBufferSize); in SenseInfoLogError()
/reactos/drivers/storage/class/classpnp/
H A Dclass.c6580 PCLASS_ERROR_LOG_DATA errlogData; variable
6584 errlogData = (PCLASS_ERROR_LOG_DATA)errorLogEntry->DumpData;
6587 *errlogData = staticErrLogData;
6593 RtlCopyMemory(&errlogData->SenseData, senseBuffer, senseBufferSize);