ReactOS 0.4.16-dev-13-ge2fc578
|
#include <cdrom.h>
PCDROM_DEVICE_EXTENSION _CDROM_REQUEST_CONTEXT::DeviceExtension |
Definition at line 631 of file cdrom.h.
Referenced by DeviceEvtIoInCallerContext(), RequestHandleReadWrite(), ScratchBuffer_ReadWriteEvtRequestCancel(), and ScratchBuffer_ReadWriteTimerRoutine().
WDFREQUEST _CDROM_REQUEST_CONTEXT::OriginalRequest |
Definition at line 633 of file cdrom.h.
Referenced by _IRQL_requires_max_(), RequestHandleReadWrite(), RequestSetSentTime(), ScratchBuffer_PerformNextReadWrite(), ScratchBuffer_ReadWriteCompletionRoutine(), ScratchBuffer_SendSrb(), ScratchBuffer_SetupReadWriteSrb(), SenseInfoInterpret(), and SenseInfoRequestGetInformation().
KSPIN_LOCK _CDROM_REQUEST_CONTEXT::ReadWriteCancelSpinLock |
Definition at line 662 of file cdrom.h.
Referenced by ScratchBuffer_ReadWriteCompletionRoutine(), ScratchBuffer_ReadWriteEvtRequestCancel(), and ScratchBuffer_ReadWriteTimerRoutine().
KDPC _CDROM_REQUEST_CONTEXT::ReadWriteDpc |
Definition at line 664 of file cdrom.h.
Referenced by ScratchBuffer_ReadWriteCompletionRoutine().
BOOLEAN _CDROM_REQUEST_CONTEXT::ReadWriteIsCompleted |
Definition at line 665 of file cdrom.h.
Referenced by RequestHandleReadWrite(), ScratchBuffer_ReadWriteCompletionRoutine(), ScratchBuffer_ReadWriteEvtRequestCancel(), and ScratchBuffer_ReadWriteTimerRoutine().
BOOLEAN _CDROM_REQUEST_CONTEXT::ReadWriteRetryInitialized |
Definition at line 666 of file cdrom.h.
Referenced by RequestHandleReadWrite(), and ScratchBuffer_ReadWriteCompletionRoutine().
KTIMER _CDROM_REQUEST_CONTEXT::ReadWriteTimer |
Definition at line 663 of file cdrom.h.
Referenced by ScratchBuffer_ReadWriteCompletionRoutine(), and ScratchBuffer_ReadWriteEvtRequestCancel().
PSYNC_HANDLER _CDROM_REQUEST_CONTEXT::SyncCallback |
Definition at line 645 of file cdrom.h.
Referenced by RequestSetContextFields(), and RequestSynchronizeProcessWithSerialQueue().
PKEVENT _CDROM_REQUEST_CONTEXT::SyncEvent |
Definition at line 644 of file cdrom.h.
Referenced by RequestEvtCleanup(), RequestSetContextFields(), RequestSynchronizeProcessWithSerialQueue(), SequentialQueueEvtCanceledOnQueue(), and SequentialQueueEvtIoDeviceControl().
BOOLEAN _CDROM_REQUEST_CONTEXT::SyncRequired |
Definition at line 643 of file cdrom.h.
Referenced by RequestEvtCleanup(), RequestSetContextFields(), SequentialQueueEvtCanceledOnQueue(), and SequentialQueueEvtIoDeviceControl().
LARGE_INTEGER _CDROM_REQUEST_CONTEXT::TimeReceived |
Definition at line 635 of file cdrom.h.
Referenced by RequestSetReceivedTime().
LARGE_INTEGER _CDROM_REQUEST_CONTEXT::TimeSentDownFirstTime |
Definition at line 636 of file cdrom.h.
Referenced by RequestClearSendTime(), RequestSetSentTime(), and SenseInfoRequestGetInformation().
LARGE_INTEGER _CDROM_REQUEST_CONTEXT::TimeSentDownLasttTime |
Definition at line 637 of file cdrom.h.
Referenced by RequestClearSendTime(), and RequestSetSentTime().