Home
last modified time | relevance | path

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

/reactos/drivers/storage/class/cdrom/
H A Dsense.c2078 ERROR_LOG_CONTEXT logContext; variable
2090 logContext.ErrorCode = -1;
2102 logContext.LogError = TRUE;
2103 logContext.UniqueErrorValue = 301;
2104 logContext.ErrorCode = IO_WARNING_PAGING_FAILURE;
2122 logContext.LogError = FALSE;
2213logContext.BadSector = (logContext.BadSector << 8) | senseBuffer->Information[index];
2225 … if (!(logContext.BadSector >= readSector && logContext.BadSector < (readSector + index)))
2227 logContext.BadSector = readSector;
2251 &logContext);
[all …]