Home
last modified time | relevance | path

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

/reactos/drivers/storage/ide/atapi/
H A Datapi.c1080 if (!(deviceExtension->DeviceFlags[Srb->TargetId] & DFLAGS_MEDIA_STATUS_ENABLED)){ in MapError()
1161 if (!(deviceExtension->DeviceFlags[Srb->TargetId] & DFLAGS_MEDIA_STATUS_ENABLED)){ in MapError()
5472 if (deviceExtension->DeviceFlags[Srb->TargetId] & DFLAGS_MEDIA_STATUS_ENABLED) { in IdeSendCommand()
5518 if (deviceExtension->DeviceFlags[Srb->TargetId] & DFLAGS_MEDIA_STATUS_ENABLED) { in IdeSendCommand()
5634 if (deviceExtension->DeviceFlags[Srb->TargetId] & DFLAGS_MEDIA_STATUS_ENABLED) { in IdeSendCommand()
5706 deviceExtension->DeviceFlags[Channel] |= DFLAGS_MEDIA_STATUS_ENABLED; in IdeMediaStatus()
5718 if ((deviceExtension->DeviceFlags[Channel] & DFLAGS_MEDIA_STATUS_ENABLED)) { in IdeMediaStatus()
5725 deviceExtension->DeviceFlags[Channel] &= ~DFLAGS_MEDIA_STATUS_ENABLED; in IdeMediaStatus()
H A Datapi.h47 #define DFLAGS_MEDIA_STATUS_ENABLED 0x0020 // Media status notification enabled macro
/reactos/drivers/storage/ide/uniata/
H A Did_ata.cpp3143 if (!(LunExt->DeviceFlags & DFLAGS_MEDIA_STATUS_ENABLED)){ in MapError()
3239 if (!(LunExt->DeviceFlags & DFLAGS_MEDIA_STATUS_ENABLED)){ in MapError()
8496 if (LunExt->DeviceFlags & DFLAGS_MEDIA_STATUS_ENABLED) {
8546 if (chan->lun[DeviceNumber]->DeviceFlags & DFLAGS_MEDIA_STATUS_ENABLED) {
8828 if (LunExt->DeviceFlags & DFLAGS_MEDIA_STATUS_ENABLED) {
9102 chan->lun[DeviceNumber]->DeviceFlags |= DFLAGS_MEDIA_STATUS_ENABLED;
9112 if ((chan->lun[DeviceNumber]->DeviceFlags & DFLAGS_MEDIA_STATUS_ENABLED)) {
9117 chan->lun[DeviceNumber]->DeviceFlags &= ~DFLAGS_MEDIA_STATUS_ENABLED;
H A Datapi.h243 #define DFLAGS_MEDIA_STATUS_ENABLED 0x0020 // Media status notification enabled macro