Home
last modified time | relevance | path

Searched refs:CAM_RETRY_SELTO (Results 1 – 10 of 10) sorted by relevance

/NextBSD/sys/cam/scsi/
HDscsi_ch.c654 error = cherror(done_ccb, CAM_RETRY_SELTO, in chdone()
922 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/CAM_RETRY_SELTO, in chmove()
985 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/CAM_RETRY_SELTO, in chexchange()
1031 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/ CAM_RETRY_SELTO, in chposition()
1273 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/ CAM_RETRY_SELTO, in chgetelemstatus()
1341 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/ CAM_RETRY_SELTO, in chgetelemstatus()
1447 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/ CAM_RETRY_SELTO, in chielem()
1534 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/ CAM_RETRY_SELTO, in chsetvoltag()
1598 error = cam_periph_runccb(ccb, cherror, /*cam_flags*/ CAM_RETRY_SELTO, in chgetparams()
1611 /*cam_flags*/ CAM_RETRY_SELTO, in chgetparams()
[all …]
HDscsi_cd.c1003 error = cderror(done_ccb, CAM_RETRY_SELTO, sf); in cddone()
1082 (error = cderror(done_ccb, CAM_RETRY_SELTO, in cddone()
1228 if (cderror(done_ccb, CAM_RETRY_SELTO, in cddone()
2190 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdprevent()
2376 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdsize()
2663 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdreadtoc()
2710 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdreadsubchannel()
2771 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdgetmode()
2906 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdsetmode()
2964 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdplay()
[all …]
HDscsi_enc_internal.h206 #define ENC_CFLAGS CAM_RETRY_SELTO
HDscsi_da.c2973 error = daerror(done_ccb, CAM_RETRY_SELTO, sf); in dadone()
3177 error = daerror(done_ccb, CAM_RETRY_SELTO, in dadone()
3351 error = daerror(done_ccb, CAM_RETRY_SELTO, in dadone()
3420 error = daerror(done_ccb, CAM_RETRY_SELTO, in dadone()
3474 error = daerror(done_ccb, CAM_RETRY_SELTO, in dadone()
3537 error = daerror(done_ccb, CAM_RETRY_SELTO, in dadone()
3564 if (daerror(done_ccb, CAM_RETRY_SELTO, in dadone()
3715 error = cam_periph_runccb(ccb, daerror, CAM_RETRY_SELTO, in daprevent()
HDscsi_pt.c502 error = pterror(done_ccb, CAM_RETRY_SELTO, sf); in ptdone()
HDscsi_pass.c916 error = passerror(done_ccb, CAM_RETRY_SELTO, in passdone()
2200 cam_periph_runccb(ccb, passerror, /* cam_flags */ CAM_RETRY_SELTO, in passsendccb()
HDscsi_sg.c915 CAM_RETRY_SELTO, in sgsendccb()
HDscsi_sa.c2967 error = cam_periph_runccb(ccb, saerror, CAM_RETRY_SELTO, in samount()
2984 error = cam_periph_runccb(ccb, saerror, CAM_RETRY_SELTO, in samount()
/NextBSD/sys/cam/
HDcam.h115 CAM_RETRY_SELTO = 0x02 /* Retry Selection Timeouts */ enumerator
HDcam_periph.c1650 if ((camflags & CAM_RETRY_SELTO) != 0) { in cam_periph_error()