Lines Matching refs:logContext
2078 ERROR_LOG_CONTEXT logContext; variable
2089 RtlZeroMemory(&logContext, sizeof(ERROR_LOG_CONTEXT));
2090 logContext.ErrorCode = -1;
2102 logContext.LogError = TRUE;
2103 logContext.UniqueErrorValue = 301;
2104 logContext.ErrorCode = IO_WARNING_PAGING_FAILURE;
2122 logContext.LogError = FALSE;
2189 &logContext);
2199 &logContext);
2213 … logContext.BadSector = (logContext.BadSector << 8) | senseBuffer->Information[index];
2225 … if (!(logContext.BadSector >= readSector && logContext.BadSector < (readSector + index)))
2227 logContext.BadSector = readSector;
2251 &logContext);
2295 &logContext);