Searched refs:xpt_path_path_id (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/cam/ata/ |
H A D | ata_pmp.c | 186 xpt_path_path_id(periph->path), in pmpfreeze() 208 xpt_path_path_id(periph->path), in pmprelease() 231 xpt_path_path_id(periph->path), in pmponinvalidate() 442 xpt_path_path_id(periph->path), in pmpstart() 753 xpt_path_path_id(periph->path), in pmpdone() 827 xpt_path_path_id(periph->path), in pmpdone()
|
/freebsd/sys/cam/ |
H A D | cam_xpt.h | 108 path_id_t xpt_path_path_id(struct cam_path *path);
|
H A D | cam_periph.c | 245 path_id = xpt_path_path_id(path); in cam_periph_alloc() 2060 xpt_path_path_id(ccb->ccb_h.path), in cam_periph_error() 2079 xpt_path_path_id(ccb->ccb_h.path), in cam_periph_error()
|
H A D | cam_xpt.c | 3790 xpt_path_path_id(struct cam_path *path) in xpt_path_path_id() function
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_enc.c | 234 path_id = xpt_path_path_id(path); in enc_async() 248 if (xpt_path_path_id(periph->path) != path_id && in enc_async()
|
H A D | scsi_targ_bh.c | 184 bus_path_id = xpt_path_path_id(path); in targbhasync()
|
H A D | scsi_sg.c | 620 id->channel = xpt_path_path_id(periph->path); in sgioctl()
|
H A D | scsi_enc_ses.c | 896 device_pattern->path_id = xpt_path_path_id(enc->periph->path); in ses_path_iter_devid_callback()
|
H A D | scsi_xpt.c | 1875 if (xpt_create_path(&tp, NULL, xpt_path_path_id(path), in probe_purge_old()
|
/freebsd/sys/cam/ctl/ |
H A D | scsi_ctl.c | 275 if (softc->path_id == xpt_path_path_id(path)) in ctlfeasync() 305 __func__, xpt_path_path_id(path)); in ctlfeasync() 412 xpt_path_path_id(path), dev_chg->target, in ctlfeasync() 418 xpt_path_path_id(path)); in ctlfeasync()
|
/freebsd/sys/dev/firewire/ |
H A D | sbp_targ.c | 454 xpt_path_path_id(ccb->ccb_h.path), in sbp_targ_en_lun()
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | fsl_sata.c | 717 xpt_path_path_id(ch->path), i, 0) == CAM_REQ_CMP) { in fsl_sata_notify_events()
|
/freebsd/sys/dev/siis/ |
H A D | siis.c | 797 xpt_path_path_id(ch->path), i, 0) == CAM_REQ_CMP) { in siis_notify_events()
|
/freebsd/sys/dev/mvs/ |
H A D | mvs.c | 639 xpt_path_path_id(ch->path), d, 0) == CAM_REQ_CMP) { in mvs_notify_events()
|
/freebsd/sys/dev/ahci/ |
H A D | ahci.c | 1294 xpt_path_path_id(ch->path), i, 0) == CAM_REQ_CMP) { in ahci_notify_events()
|
/freebsd/sys/dev/pms/freebsd/driver/ini/src/ |
H A D | agtiapi.c | 1785 pathID = xpt_path_path_id( ccb->ccb_h.path ); in agtiapi_cam_action()
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.c | 9944 xpt_path_path_id(ccb->ccb_h.path), in ahd_handle_en_lun()
|