Home
last modified time | relevance | path

Searched refs:cam_periph_getccb (Results 1 – 12 of 12) sorted by relevance

/NextBSD/sys/cam/scsi/
HDscsi_cd.c2180 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdprevent()
2360 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdsize()
2636 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdreadtoc()
2683 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdreadsubchannel()
2735 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdgetmode()
2834 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdsetmode()
2926 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdplay()
2983 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdplaymsf()
3029 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdplaytracks()
3071 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdpause()
[all …]
HDscsi_ch.c909 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chmove()
968 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chexchange()
1018 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chposition()
1240 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chgetelemstatus()
1438 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chielem()
1522 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chsetvoltag()
1560 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chgetparams()
HDscsi_sa.c2874 ccb = cam_periph_getccb(periph, 1); in samount()
2901 ccb = cam_periph_getccb(periph, 1); in samount()
3568 ccb = cam_periph_getccb(periph, 1); in sagetparams()
4006 ccb = cam_periph_getccb(periph, 1); in sasetprot()
4118 ccb = cam_periph_getccb(periph, 1); in sasetparams()
4590 ccb = cam_periph_getccb(periph, 1); in saprevent()
4616 ccb = cam_periph_getccb(periph, 1); in sarewind()
4647 ccb = cam_periph_getccb(periph, 1); in saspace()
4724 ccb = cam_periph_getccb(periph, 1); in sawritefilemarks()
4792 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in sagetpos()
[all …]
HDscsi_enc.c581 ccb = cam_periph_getccb(enc->periph, CAM_PRIORITY_NORMAL); in enc_runcmd()
765 ccb = cam_periph_getccb(enc->periph, CAM_PRIORITY_NORMAL); in enc_fsm_step()
HDscsi_sg.c556 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in sgioctl()
HDscsi_da.c1363 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in daclose()
3705 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in daprevent()
3896 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in dashutdown()
HDscsi_pass.c1811 ccb = cam_periph_getccb(periph, priority); in passdoioctl()
HDscsi_enc_ses.c1175 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in ses_set_timed_completion()
/NextBSD/sys/cam/
HDcam_periph.h167 union ccb *cam_periph_getccb(struct cam_periph *periph,
HDcam_periph.c1001 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cam_periph_ioctl()
HDcam_xpt.c4524 cam_periph_getccb(struct cam_periph *periph, u_int32_t priority) in cam_periph_getccb() function
/NextBSD/sys/cam/ata/
HData_da.c685 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in adaclose()
2000 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in adaflush()
2049 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in adaspindown()