Home
last modified time | relevance | path

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

/reactos/drivers/storage/class/cdrom/
H A Dsense.c1446 IO_ERROR_LOG_PACKET staticErrLogEntry = {0}; in SenseInfoLogError() local
1516 staticErrLogEntry.FinalStatus = STATUS_SUCCESS; in SenseInfoLogError()
1521 staticErrLogEntry.FinalStatus = *Status; in SenseInfoLogError()
1545 staticErrLogEntry.ErrorCode = STATUS_IO_DEVICE_ERROR; in SenseInfoLogError()
1549 staticErrLogEntry.ErrorCode = LogContext->ErrorCode; in SenseInfoLogError()
1555 staticErrLogEntry.SequenceNumber = 0; in SenseInfoLogError()
1556 staticErrLogEntry.MajorFunctionCode = MajorFunctionCode; in SenseInfoLogError()
1557 staticErrLogEntry.IoControlCode = IoControlCode; in SenseInfoLogError()
1558 staticErrLogEntry.RetryCount = (UCHAR)RetriedCount; in SenseInfoLogError()
1559 staticErrLogEntry.UniqueErrorValue = LogContext->UniqueErrorValue; in SenseInfoLogError()
[all …]
/reactos/drivers/storage/class/classpnp/
H A Dclass.c6289 IO_ERROR_LOG_PACKET staticErrLogEntry = {0}; variable
6394 staticErrLogEntry.FinalStatus = STATUS_SUCCESS;
6397 staticErrLogEntry.FinalStatus = *Status;
6422 staticErrLogEntry.ErrorCode = STATUS_IO_DEVICE_ERROR;
6424 staticErrLogEntry.ErrorCode = logStatus;
6432 staticErrLogEntry.SequenceNumber = 0;
6433 staticErrLogEntry.MajorFunctionCode = MajorFunctionCode;
6434 staticErrLogEntry.IoControlCode = IoDeviceCode;
6435 staticErrLogEntry.RetryCount = (UCHAR) RetryCount;
6436 staticErrLogEntry.UniqueErrorValue = uniqueId;
[all …]