Home
last modified time | relevance | path

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

/qemu/hw/ide/
H A Datapi.c1071 bool loej = buf[4] & 2; /* load on start, eject on !start */ in cmd_start_stop_unit() local
1080 if (loej) { in cmd_start_stop_unit()
/qemu/hw/scsi/
H A Dscsi-disk.c1480 bool loej = req->cmd.buf[4] & 2; /* load on start, eject on !start */ in scsi_disk_emulate_start_stop() local
1488 if ((s->features & (1 << SCSI_DISK_F_REMOVABLE)) && loej) { in scsi_disk_emulate_start_stop()