Home
last modified time | relevance | path

Searched refs:xpt_path_periph (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/cam/
H A Dcam_xpt.h112 struct cam_periph *xpt_path_periph(struct cam_path *path);
H A Dcam_periph.c1620 periph = xpt_path_periph(ccb->ccb_h.path); in camperiphscsistatuserror()
1661 periph = xpt_path_periph(ccb->ccb_h.path); in camperiphscsisenseerror()
1880 periph = xpt_path_periph(ccb->ccb_h.path); in cam_periph_error()
2127 periph = xpt_path_periph(ccb->ccb_h.path); in cam_periph_devctl_notify()
H A Dcam_xpt.c3850 xpt_path_periph(struct cam_path *path) in xpt_path_periph() function
/freebsd/sys/cam/scsi/
H A Dscsi_cd.c462 if (xpt_path_periph(ccb->ccb_h.path) != periph && in cdasync()
822 periph = xpt_path_periph(ccb->ccb_h.path); in cdrunccb()
2713 periph = xpt_path_periph(ccb->ccb_h.path); in cd6byteworkaround()
2860 periph = xpt_path_periph(ccb->ccb_h.path); in cderror()
H A Dscsi_da.c2223 if (xpt_path_periph(ccb->ccb_h.path) != periph && in daasync()
4414 softc = (struct da_softc *)xpt_path_periph(ccb->ccb_h.path)->softc; in cmd6workaround()
6250 periph = xpt_path_periph(ccb->ccb_h.path); in daerror()
H A Dscsi_sa.c3682 periph = xpt_path_periph(ccb->ccb_h.path); in saerror()
/freebsd/sys/cam/ctl/
H A Dscsi_ctl.c1915 periph = xpt_path_periph(ccb->ccb_h.path); in ctlfe_datamove()
1935 periph = xpt_path_periph(ccb->ccb_h.path); in ctlfe_done()
/freebsd/sys/cam/nvme/
H A Dnvme_da.c1378 periph = xpt_path_periph(ccb->ccb_h.path); in ndaerror()
/freebsd/sys/cam/ata/
H A Data_da.c3486 periph = xpt_path_periph(ccb->ccb_h.path); in adaerror()
/freebsd/sys/dev/firewire/
H A Dsbp.c2392 name = xpt_path_periph(ccb->ccb_h.path)->periph_name; in sbp_action()