Home
last modified time | relevance | path

Searched refs:xpt_path_path_id (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/bus/cam/
H A Dcam_xpt.h74 path_id_t xpt_path_path_id(struct cam_path *path);
H A Dcam_periph.c205 path_id = xpt_path_path_id(path); in cam_periph_alloc()
1755 xpt_path_path_id(ccb->ccb_h.path), in cam_periph_error()
H A Dcam_xpt.c4190 xpt_path_path_id(struct cam_path *path) in xpt_path_path_id() function
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_sg.c467 busno = xpt_path_path_id(periph->path); in sgioctl()
592 id.channel = xpt_path_path_id(periph->path); in sgioctl()
H A Dscsi_targ_bh.c185 bus_path_id = xpt_path_path_id(path); in targbhasync()
/dragonfly/sys/dev/raid/mps/
H A Dmps_sas.c2984 if (xpt_path_path_id(path) != sassc->sim->path_id)
3151 xpt_path_path_id(ccb->ccb_h.path); in mpssas_check_eedp()
/dragonfly/sys/dev/raid/mpr/
H A Dmpr_sas.c3488 if (xpt_path_path_id(path) != sassc->sim->path_id) in mprsas_async()
3576 if (xpt_path_path_id(path) != sc->sassc->sim->path_id) in mprsas_async()
/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.c1065 …status = xpt_create_path(&tptr->owner, NULL, xpt_path_path_id(path), xpt_path_target_id(path), lun… in create_lun_state()
1091 …ISP_GET_PC_ADDR(isp, xpt_path_path_id(tptr->owner), lun_hash[LUN_HASH_FUNC(xpt_path_lun_id(tptr->o… in destroy_lun_state()