Home
last modified time | relevance | path

Searched refs:GESN_MEDIA (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/scsi/
H A Dconstants.h250 #define GESN_MEDIA 4 macro
/openbmc/qemu/hw/ide/
H A Datapi.c665 gesn_event_header->supported_events = 1 << GESN_MEDIA; in cmd_get_event_status_notification()
679 if (gesn_cdb->class & (1 << GESN_MEDIA)) { in cmd_get_event_status_notification()
680 gesn_event_header->notification_class |= GESN_MEDIA; in cmd_get_event_status_notification()
/openbmc/qemu/hw/scsi/
H A Dscsi-disk.c1082 outbuf[3] = 1 << GESN_MEDIA; /* supported events */ in scsi_get_event_status_notification()
1083 if (notification_class_request & (1 << GESN_MEDIA)) { in scsi_get_event_status_notification()
1084 outbuf[2] = GESN_MEDIA; in scsi_get_event_status_notification()