Searched refs:cdrunccb (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/cam/scsi/ |
| H A D | scsi_cd.c | 255 static int cdrunccb(union ccb *ccb, 825 cdrunccb(union ccb *ccb, int (*error_routine)(union ccb *ccb, in cdrunccb() function 2648 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdprevent() 2968 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdreadtoc() 3015 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdreadsubchannel() 3075 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdgetmode() 3210 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdsetmode() 3267 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdplay() 3312 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdplaymsf() 3355 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdplaytracks() [all …]
|