Searched refs:ejectflag (Results 1 – 1 of 1) sorted by relevance
109 int cdrom_eject(ide_drive_t *drive, int ejectflag) in cdrom_eject() argument116 if ((drive->atapi_flags & IDE_AFLAG_NO_EJECT) && !ejectflag) in cdrom_eject()120 if ((drive->atapi_flags & IDE_AFLAG_DOOR_LOCKED) && ejectflag) in cdrom_eject()124 if (ejectflag && (cdi->mask & CDC_CLOSE_TRAY)) in cdrom_eject()130 cmd[4] = loej | (ejectflag != 0); in cdrom_eject()