Home
last modified time | relevance | path

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

/NextBSD/sys/cam/
HDcam_xpt_internal.h171 struct cam_ed * xpt_alloc_device(struct cam_eb *bus,
HDcam_xpt.c4649 device = xpt_alloc_device(bus, target, lun_id); in xpt_alloc_device_default()
4669 xpt_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id) in xpt_alloc_device() function
/NextBSD/sys/cam/ata/
HData_xpt.c1574 device = xpt_alloc_device(bus, target, lun_id); in ata_alloc_device()
/NextBSD/sys/cam/scsi/
HDscsi_xpt.c2362 device = xpt_alloc_device(bus, target, lun_id); in scsi_alloc_device()