Searched refs:err_act (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp96 status_t usb_disk_request_sense(device_lun *lun, err_act *action);
98 status_t usb_disk_test_unit_ready(device_lun *lun, err_act *action = NULL);
204 usb_disk_reset_recovery(disk_device *device, err_act *_action)
355 bool directionIn, err_act *_action)
433 bool directionIn, err_act *_action)
573 bool directionIn, err_act *_action = NULL)
588 bool directionIn, err_act *_action = NULL)
626 err_act action = err_act_ok;
640 usb_disk_request_sense(device_lun *lun, err_act *_action)
667 err_act actio
[all...]
/haiku/headers/private/drivers/
H A Dscsi_periph.h38 } err_act; typedef in typeref:enum:__anon1
43 uint32 action : 8; // err_act code
H A Dscsi_sense.h23 } err_act; typedef in typeref:enum:__anon1
30 err_act action;
59 err_act action;
764 scsi_get_sense_key_info(uint8 key, const char **label, err_act *action, status_t *error)
781 scsi_get_sense_asc_info(uint16 asc_asq, const char **label, err_act *action, status_t *error)

Completed in 92 milliseconds