Searched refs:cam_periph_getccb (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_cd.c | 2180 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 …]
|
| HD | scsi_ch.c | 909 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()
|
| HD | scsi_sa.c | 2874 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 …]
|
| HD | scsi_enc.c | 581 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()
|
| HD | scsi_sg.c | 556 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in sgioctl()
|
| HD | scsi_da.c | 1363 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()
|
| HD | scsi_pass.c | 1811 ccb = cam_periph_getccb(periph, priority); in passdoioctl()
|
| HD | scsi_enc_ses.c | 1175 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in ses_set_timed_completion()
|
| /NextBSD/sys/cam/ |
| HD | cam_periph.h | 167 union ccb *cam_periph_getccb(struct cam_periph *periph,
|
| HD | cam_periph.c | 1001 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cam_periph_ioctl()
|
| HD | cam_xpt.c | 4524 cam_periph_getccb(struct cam_periph *periph, u_int32_t priority) in cam_periph_getccb() function
|
| /NextBSD/sys/cam/ata/ |
| HD | ata_da.c | 685 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()
|