Searched refs:xpt_alloc_device (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/cam/ |
H A D | cam_xpt_internal.h | 202 struct cam_ed * xpt_alloc_device(struct cam_eb *bus,
|
H A D | cam_xpt.c | 4736 device = xpt_alloc_device(bus, target, lun_id); in xpt_alloc_device_default() 4756 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 D | nvme_xpt.c | 598 device = xpt_alloc_device(bus, target, lun_id); in nvme_alloc_device()
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_xpt.c | 191 device = xpt_alloc_device(bus, target, lun_id); in mmc_alloc_device()
|
/freebsd/sys/cam/ata/ |
H A D | ata_xpt.c | 1634 device = xpt_alloc_device(bus, target, lun_id); in ata_alloc_device()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_xpt.c | 2391 device = xpt_alloc_device(bus, target, lun_id); in scsi_alloc_device()
|