Home
last modified time | relevance | path

Searched refs:xpt_free_path (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/sys/cam/ata/
H A Data_pmp.c191 xpt_free_path(dpath); in pmpfreeze()
213 xpt_free_path(dpath); in pmprelease()
234 xpt_free_path(dpath); in pmponinvalidate()
451 xpt_free_path(dpath); in pmpstart()
767 xpt_free_path(dpath); in pmpdone()
791 xpt_free_path(dpath); in pmpdone()
839 xpt_free_path(dpath); in pmpdone()
845 xpt_free_path(dpath); in pmpdone()
H A Data_xpt.c1471 xpt_free_path(work_ccb->ccb_h.path); in ata_scan_bus()
1488 xpt_free_path(work_ccb->ccb_h.path); in ata_scan_bus()
1624 xpt_free_path(done_ccb->ccb_h.path); in axptscandone()
/freebsd/sys/dev/isci/
H A Disci_remote_device.c269 xpt_free_path(path); in isci_remote_device_freeze_lun_queue()
286 xpt_free_path(path); in isci_remote_device_release_lun_queue()
H A Disci.c213 xpt_free_path(controller->path); in isci_detach()
H A Disci_io_request.c195 xpt_free_path(path); in isci_io_request_complete()
/freebsd/sys/cam/
H A Dcam_xpt.h97 void xpt_free_path(struct cam_path *path);
H A Dcam_xpt.c483 xpt_free_path(ccb->ccb_h.path); in xptdoioctl()
514 xpt_free_path(ccb.ccb_h.path); in xptdoioctl()
846 xpt_free_path(ccb->ccb_h.path); in xpt_rescan()
947 xpt_free_path(path); in xpt_init()
3010 xpt_free_path(oldpath); in xpt_action_default()
3952 xpt_free_path(path); in xpt_bus_register()
3973 xpt_free_path(path); in xpt_bus_register()
3976 xpt_free_path(path); in xpt_bus_register()
3978 xpt_free_path(path); in xpt_bus_register()
4231 xpt_free_path(path); in xpt_async_process()
[all …]
H A Dcam_periph.c271 xpt_free_path(periph->path); in cam_periph_alloc()
318 xpt_free_path(periph->path); in cam_periph_alloc()
792 xpt_free_path(periph->path); in camperiphfree()
2081 xpt_free_path(newpath); in cam_periph_error()
2104 xpt_free_path(newpath); in cam_periph_error()
/freebsd/sys/cam/ctl/
H A Dscsi_ctl.c1632 xpt_free_path(path); in ctlfe_onoffline()
1666 xpt_free_path(path); in ctlfe_online()
1696 xpt_free_path(path); in ctlfe_online()
1727 xpt_free_path(path); in ctlfe_offline()
1762 xpt_free_path(path); in ctlfe_lun_enable()
1790 xpt_free_path(path); in ctlfe_lun_enable()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_cam.c156 xpt_free_path(tmppath); in os_remove_device()
684 xpt_free_path(ccb->ccb_h.path); in smartpqi_lunrescan_cb()
1343 xpt_free_path(softs->os_specific.path); in deregister_sim()
1385 xpt_free_path(tmppath); in os_rescan_target()
/freebsd/sys/dev/hptmv/
H A Dosbsd.h239 xpt_free_path(path); in hpt_get_periph()
/freebsd/sys/dev/nvme/
H A Dnvme_sim.c374 xpt_free_path(sc->s_path); in nvme_sim_controller_fail()
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_sim.c346 xpt_free_path(sc->path); in nvmf_destroy_sim()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_osm.c1322 xpt_free_path(path); in ahc_send_async()
1361 xpt_free_path(pdata->path_b); in ahc_platform_free()
1367 xpt_free_path(pdata->path); in ahc_platform_free()
H A Daic79xx_osm.c1262 xpt_free_path(path); in ahd_send_async()
1307 xpt_free_path(pdata->path); in ahd_platform_free()
/freebsd/sys/dev/firewire/
H A Dsbp_targ.c501 xpt_free_path(lstate->path); in sbp_targ_en_lun()
2008 xpt_free_path(sc->path); in sbp_targ_detach()
2016 xpt_free_path(lstate->path); in sbp_targ_detach()
2021 xpt_free_path(sc->black_hole->path); in sbp_targ_detach()
/freebsd/sys/dev/mmcnull/
H A Dmmcnull.c251 xpt_free_path(dpath); in mmcnull_intr_sdio_newintr()
/freebsd/tools/tools/vhba/mptest/
H A Dvhba_mptest.c425 xpt_free_path(tp); in vhba_timer()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c1880 xpt_free_path(tp); in probe_purge_old()
2051 xpt_free_path(path); in scsi_scan_bus()
2188 xpt_free_path(oldpath); in scsi_scan_bus()
2261 xpt_free_path(oldpath); in scsi_scan_bus()
2383 xpt_free_path(done_ccb->ccb_h.path); in xptscandone()
H A Dscsi_targ_bh.c224 xpt_free_path(new_path); in targbhasync()
H A Dscsi_enc_ses.c929 xpt_free_path(path); in ses_path_iter_devid_callback()
933 xpt_free_path(cdm.ccb_h.path); in ses_path_iter_devid_callback()
989 xpt_free_path(path); in ses_paths_iter()
/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c635 xpt_free_path(sc->vtscsi_path); in vtscsi_register_cam()
656 xpt_free_path(sc->vtscsi_path); in vtscsi_free_cam()
1736 xpt_free_path(path); in vtscsi_announce()
/freebsd/sys/dev/aac/
H A Daac_cam.c187 xpt_free_path(camsc->path); in aac_cam_detach()
/freebsd/sys/dev/mps/
H A Dmps_sas.c245 xpt_free_path(tm->cm_ccb->ccb_h.path); in mpssas_free_tm()
791 xpt_free_path(sassc->path); in mps_attach_sas()
839 xpt_free_path(sassc->path); in mps_detach_sas()
1041 xpt_free_path(path); in mpssas_announce_reset()
/freebsd/sys/powerpc/ps3/
H A Dps3cdrom.c318 xpt_free_path(sc->sc_path); in ps3cdrom_detach()

123