Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c1366 int loej, start; in do_start_stop() local
1379 loej = common->cmnd[4] & 0x02; in do_start_stop()
1401 if (!loej) in do_start_stop()
/openbmc/qemu/hw/scsi/
H A Dscsi-disk.c1497 bool loej = req->cmd.buf[4] & 2; /* load on start, eject on !start */ in scsi_disk_emulate_start_stop() local
1505 if ((s->features & (1 << SCSI_DISK_F_REMOVABLE)) && loej) { in scsi_disk_emulate_start_stop()