Home
last modified time | relevance | path

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

/reactos/drivers/storage/class/classpnp/
H A Dretry.c45 BOOLEAN shouldRetry = FALSE; in InterpretTransferPacketError() local
132 if (shouldRetry) { in InterpretTransferPacketError()
155 if (shouldRetry) in InterpretTransferPacketError()
177 if (shouldRetry) { in InterpretTransferPacketError()
218 if (shouldRetry) in InterpretTransferPacketError()
249 if (shouldRetry) { in InterpretTransferPacketError()
267 if (shouldRetry) in InterpretTransferPacketError()
315 if (shouldRetry) { in InterpretTransferPacketError()
333 if (shouldRetry) in InterpretTransferPacketError()
354 if (shouldRetry) { in InterpretTransferPacketError()
[all …]
H A Dxferpkt.c1029 BOOLEAN shouldRetry; in TransferPktComplete() local
1056 shouldRetry = InterpretTransferPacketError(pkt); in TransferPktComplete()
1072 NT_ASSERT(!shouldRetry); in TransferPktComplete()
1088 if (shouldRetry && (pkt->NumRetries > 0)){ in TransferPktComplete()
1090 } else if (shouldRetry && (pkt->RetryHistory != NULL)){ in TransferPktComplete()
/reactos/drivers/storage/class/cdrom/
H A Dscratch.c680 BOOLEAN shouldRetry = TRUE; in ScratchBuffer_ReadWriteCompletionRoutine() local
683 shouldRetry = RequestSenseInfoInterpretForScratchBuffer(deviceExtension, in ScratchBuffer_ReadWriteCompletionRoutine()
688 if (shouldRetry) in ScratchBuffer_ReadWriteCompletionRoutine()
1418 BOOLEAN shouldRetry = TRUE; in _IRQL_requires_max_() local
1424 while (shouldRetry) in _IRQL_requires_max_()
1443 shouldRetry = FALSE; in _IRQL_requires_max_()
1448 shouldRetry = RequestSenseInfoInterpretForScratchBuffer(DeviceExtension, in _IRQL_requires_max_()
1452 if (shouldRetry) in _IRQL_requires_max_()
H A Dpnppower.c327 BOOLEAN shouldRetry = TRUE; in RequestIssueShutdownFlush() local
358 shouldRetry = RequestSenseInfoInterpretForScratchBuffer(DeviceExtension, in RequestIssueShutdownFlush()
362 UNREFERENCED_PARAMETER(shouldRetry); //defensive coding, avoid PREFAST warning. in RequestIssueShutdownFlush()
H A Daacs.c123 BOOLEAN shouldRetry = TRUE; in _IRQL_requires_max_() local
144 if (shouldRetry) in _IRQL_requires_max_()
208 shouldRetry = TRUE; in _IRQL_requires_max_()
235 shouldRetry = FALSE; in _IRQL_requires_max_()
308 shouldRetry = TRUE; in _IRQL_requires_max_()
H A Dcommon.c3591 BOOLEAN shouldRetry = TRUE; in _IRQL_requires_max_() local
3675 while (shouldRetry) in _IRQL_requires_max_()
3744 shouldRetry = RequestSenseInfoInterpret(DeviceExtension, in _IRQL_requires_max_()
3751 if (shouldRetry && (DeviceExtension->PowerContext.RetryCount-- == 0)) in _IRQL_requires_max_()
3753 shouldRetry = FALSE; in _IRQL_requires_max_()
3759 shouldRetry = FALSE; in _IRQL_requires_max_()
3766 shouldRetry = FALSE; in _IRQL_requires_max_()
3769 if (shouldRetry) in _IRQL_requires_max_()
3778 shouldRetry = FALSE; in _IRQL_requires_max_()
H A Dioctl.c6001 BOOLEAN shouldRetry = TRUE; in _IRQL_requires_max_() local
6012 while (shouldRetry) in _IRQL_requires_max_()
6020 shouldRetry = FALSE; in _IRQL_requires_max_()
6029 shouldRetry = RequestPostWorkMcnRequest(DeviceExtension); in _IRQL_requires_max_()
6033 shouldRetry = FALSE; in _IRQL_requires_max_()
7263 BOOLEAN shouldRetry = TRUE; in _IRQL_requires_max_() local
7271 while (shouldRetry) in _IRQL_requires_max_()
7363 shouldRetry = FALSE; in _IRQL_requires_max_()
7368 shouldRetry = RequestSenseInfoInterpretForScratchBuffer(DeviceExtension, in _IRQL_requires_max_()
7372 if (shouldRetry) in _IRQL_requires_max_()