Lines Matching full:drive
76 #define CMD_SENSE_DRV_STATUS 0x12 /* Sense logical drive status */
78 #define CMD_GET_PHYS_DRV_INFO 0x15 /* Identify physical drive */
79 #define CMD_BLINK_DRV_LEDS 0x16 /* Blink drive tray LEDs */
80 #define CMD_SENSE_DRV_LEDS 0x17 /* Sense Blinking drive tray LEDs */
81 #define CMD_GET_LOG_DRV_EXT 0x18 /* Identify logical drive, Extended */
96 #define CMD_LABEL_LOG_DRV 0x57 /* Label logical drive */
109 #define CMD_SENSE_DRV_ERR_LOG 0xa6 /* Sense drive error log */
120 /* logical drive parameter table */
143 * Identify Logical Drive
148 struct ida_drive_param dp; /* logical drive parameter table */
156 * Identify Logical Drive, Extended
161 struct ida_drive_param dp; /* logical drive parameter table */
165 u_int32_t ld_id; /* Logical drive identifier */
166 u_int8_t ld_label[64]; /* Logical drive label */
180 u_int32_t dp_map; /* Drive present bit map */
181 u_int32_t ed_map; /* External drive bit map */
200 u_int16_t big_dp_map[8]; /* Big drive present bit map */
201 u_int16_t big_ed_map[8]; /* Big external drive bit map */
214 * Sense logical drive status
246 * Identify Physical Drive
254 u_int8_t drv_model[40]; /* drive model */
255 u_int8_t drv_serial[40]; /* drive serial number */
256 u_int8_t drv_fwrev[8]; /* drive firmware revision */
260 u_int8_t pd_flags; /* physical drive flags */
269 u_int8_t mpd_flags; /* more physical drive flags */
277 #define MPDF_DRIVE_WCE 0x80 /* Drive WCE set on spinup */
279 u_int8_t ympd_flags; /* yet more physical drive flags */
291 * Blink Drive Tray LEDs
294 * Sense Blinking Drive Tray LEDs
305 * Label Logical Drive
308 u_int32_t ld_id; /* Logical drive identifier */
309 u_int8_t ld_label[64]; /* Logical drive label */