Searched refs:START_STOP (Results 1 – 4 of 4) sorted by relevance
/external/toybox/toys/other/ |
D | eject.c | 35 { START_STOP, 0, 0, 0, 1, 0 }, //start the motor in remove_scsi() 36 { START_STOP, 0, 0, 0, 2, 0 } //eject the media in remove_scsi()
|
/external/kernel-headers/original/scsi/ |
D | scsi_proto.h | 39 #define START_STOP 0x1b macro
|
/external/kernel-headers/modified/scsi/ |
D | scsi_proto.h | 39 #define START_STOP 0x1b macro
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 192 #define START_STOP 0x1b macro 4497 START_STOP, /* Command */ in do_start_stop()
|