scsi_periph_handle_info
typedef struct scsi_periph_handle_info *scsi_periph_handle;
periph_handle_cookie periph_handle, scsi_periph_handle_info **res_handle)
scsi_periph_handle_info *handle;
handle = (scsi_periph_handle_info *)malloc(sizeof(*handle));
periph_handle_close(scsi_periph_handle_info *handle)
periph_handle_free(scsi_periph_handle_info *handle)
periph_ioctl(scsi_periph_handle_info *handle, int op, void *buffer,
periph_get_media_status(scsi_periph_handle_info *handle)
scsi_periph_handle_info *handle;
status_t periph_ioctl(scsi_periph_handle_info *handle, int op,
struct scsi_periph_handle_info *handles;
struct scsi_periph_handle_info *next, *prev;
status_t periph_get_media_status(scsi_periph_handle_info *handle);
scsi_periph_handle_info **res_handle);
status_t periph_handle_close(scsi_periph_handle_info *handle);
status_t periph_handle_free(scsi_periph_handle_info *handle);