Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/
HDcam_xpt.h78 struct cam_periph * xpt_path_periph(struct cam_path *path);
HDcam_periph.c1431 periph = xpt_path_periph(ccb->ccb_h.path); in camperiphscsisenseerror()
1754 if (xpt_create_path(&newpath, xpt_path_periph(ccb->ccb_h.path), in cam_periph_error()
HDcam_xpt.c4226 xpt_path_periph(struct cam_path *path) in xpt_path_periph() function
/dragonfly/sys/bus/cam/scsi/
HDscsi_pass.c623 periph = xpt_path_periph(ccb->ccb_h.path); in passerror()
HDscsi_pt.c614 periph = xpt_path_periph(ccb->ccb_h.path); in pterror()
HDscsi_sg.c911 periph = xpt_path_periph(ccb->ccb_h.path); in sgerror()
HDscsi_da.c1641 softc = (struct da_softc *)xpt_path_periph(ccb->ccb_h.path)->softc; in cmd6workaround()
2033 periph = xpt_path_periph(ccb->ccb_h.path); in daerror()
HDscsi_cd.c1368 periph = xpt_path_periph(ccb->ccb_h.path); in cdrunccb()
3087 periph = xpt_path_periph(ccb->ccb_h.path); in cd6byteworkaround()
3234 periph = xpt_path_periph(ccb->ccb_h.path); in cderror()
HDscsi_ch.c673 periph = xpt_path_periph(ccb->ccb_h.path); in cherror()
HDscsi_ses.c490 periph = xpt_path_periph(ccb->ccb_h.path); in seserror()
HDscsi_sa.c2361 periph = xpt_path_periph(ccb->ccb_h.path); in saerror()
/dragonfly/sys/dev/disk/sbp/
HDsbp.c2298 name = xpt_path_periph(ccb->ccb_h.path)->periph_name; in sbp_action1()