Searched refs:cdrunccb (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_cd.c | 252 static int cdrunccb(union ccb *ccb, 813 cdrunccb(union ccb *ccb, int (*error_routine)(union ccb *ccb, in cdrunccb() function 2638 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdprevent() 2964 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdreadtoc() 3011 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdreadsubchannel() 3071 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdgetmode() 3206 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdsetmode() 3263 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdplay() 3308 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdplaymsf() 3351 error = cdrunccb(ccb, cderror, /*cam_flags*/CAM_RETRY_SELTO, in cdplaytracks() [all …]
|