Searched refs:cam_periph_getccb (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_cd.c | 2628 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdprevent() 2948 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdreadtoc() 2984 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdreadsubchannel() 3035 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdgetmode() 3134 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdsetmode() 3225 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdplay() 3282 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdplaymsf() 3327 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdplaytracks() 3369 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdpause() 3406 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdstartunit() [all …]
|
H A D | scsi_ch.c | 889 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chmove() 948 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chexchange() 998 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chposition() 1220 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chgetelemstatus() 1418 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chielem() 1502 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chsetvoltag() 1540 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chgetparams()
|
H A D | scsi_sa.c | 3195 ccb = cam_periph_getccb(periph, 1); in samount() 3224 ccb = cam_periph_getccb(periph, 1); in samount() 3894 ccb = cam_periph_getccb(periph, 1); in sagetparams() 4333 ccb = cam_periph_getccb(periph, 1); in sasetprot() 4446 ccb = cam_periph_getccb(periph, 1); in sasetparams() 4930 ccb = cam_periph_getccb(periph, 1); in saprevent() 4956 ccb = cam_periph_getccb(periph, 1); in sarewind() 4987 ccb = cam_periph_getccb(periph, 1); in saspace() 5064 ccb = cam_periph_getccb(periph, 1); in sawritefilemarks() 5132 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in sagetpos() [all …]
|
H A D | scsi_enc.c | 600 ccb = cam_periph_getccb(enc->periph, CAM_PRIORITY_NORMAL); in enc_runcmd() 778 ccb = cam_periph_getccb(enc->periph, CAM_PRIORITY_NORMAL); in enc_fsm_step()
|
H A D | scsi_sg.c | 546 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in sgioctl()
|
H A D | scsi_da.c | 1848 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in daclose() 6162 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in daprevent() 6371 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in dashutdown()
|
H A D | scsi_pass.c | 1803 ccb = cam_periph_getccb(periph, priority); in passdoioctl()
|
H A D | scsi_enc_ses.c | 1212 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in ses_set_timed_completion()
|
/freebsd/sys/cam/ |
H A D | cam_periph.h | 185 union ccb *cam_periph_getccb(struct cam_periph *periph,
|
H A D | cam_periph.c | 1126 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cam_periph_ioctl()
|
H A D | cam_xpt.c | 4611 cam_periph_getccb(struct cam_periph *periph, uint32_t priority) in cam_periph_getccb() function
|
/freebsd/sys/cam/nvme/ |
H A D | nvme_da.c | 335 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in ndaclose() 1345 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in ndaflush()
|
/freebsd/sys/cam/ata/ |
H A D | ata_da.c | 1026 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in adaclose() 3603 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in adaflush()
|