Searched refs:cherror (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_ch.c | 187 static int cherror(union ccb *ccb, uint32_t cam_flags, 647 error = cherror(done_ccb, CAM_RETRY_SELTO, in chdone() 732 cherror(union ccb *ccb, uint32_t cam_flags, uint32_t sense_flags) in cherror() function 849 error = cam_periph_ioctl(periph, cmd, addr, cherror); in chioctl() 902 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/CAM_RETRY_SELTO, in chmove() 965 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/CAM_RETRY_SELTO, in chexchange() 1011 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/ CAM_RETRY_SELTO, in chposition() 1253 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/ CAM_RETRY_SELTO, in chgetelemstatus() 1321 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/ CAM_RETRY_SELTO, in chgetelemstatus() 1427 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/ CAM_RETRY_SELTO, in chielem() [all …]
|