Home
last modified time | relevance | path

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

/reactos/drivers/storage/class/cdrom/
H A Dscratch.c80 if (DeviceExtension->ScratchContext.ScratchSense != NULL) in _IRQL_requires_max_()
82 ExFreePool(DeviceExtension->ScratchContext.ScratchSense); in _IRQL_requires_max_()
83 DeviceExtension->ScratchContext.ScratchSense = NULL; in _IRQL_requires_max_()
261 DeviceExtension->ScratchContext.ScratchSense = ExAllocatePoolWithTag(NonPagedPoolNx, in _IRQL_requires_max_()
265 if (DeviceExtension->ScratchContext.ScratchSense == NULL) in _IRQL_requires_max_()
369 NT_ASSERT(DeviceExtension->ScratchContext.ScratchSense != NULL); in ScratchBuffer_ResetItems()
421 RtlZeroMemory(DeviceExtension->ScratchContext.ScratchSense, sizeof(SENSE_DATA)); in ScratchBuffer_ResetItems()
880 srb->SenseInfoBuffer = DeviceExtension->ScratchContext.ScratchSense; in _IRQL_requires_max_()
1282 srb->SenseInfoBuffer = DeviceExtension->ScratchContext.ScratchSense; in ScratchBuffer_SetupReadWriteSrb()
H A Dcdrom.h305 PSENSE_DATA ScratchSense; member