Home
last modified time | relevance | path

Searched refs:xpt_alloc_device (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/cam/
H A Dcam_xpt_internal.h202 struct cam_ed * xpt_alloc_device(struct cam_eb *bus,
H A Dcam_xpt.c4738 device = xpt_alloc_device(bus, target, lun_id); in xpt_alloc_device_default()
4758 xpt_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id) in xpt_alloc_device() function
/freebsd/sys/cam/nvme/
H A Dnvme_xpt.c598 device = xpt_alloc_device(bus, target, lun_id); in nvme_alloc_device()
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c191 device = xpt_alloc_device(bus, target, lun_id); in mmc_alloc_device()
/freebsd/sys/cam/ata/
H A Data_xpt.c1634 device = xpt_alloc_device(bus, target, lun_id); in ata_alloc_device()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c2393 device = xpt_alloc_device(bus, target, lun_id); in scsi_alloc_device()