Home
last modified time | relevance | path

Searched refs:DTYPE_SCSI (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/raid/mlx/
H A Dmlx_disk.c105 info.d_type = DTYPE_SCSI; /* optional */ in mlxd_open()
279 info.d_type = DTYPE_SCSI; /* optional */ in mlxd_attach()
/dragonfly/sys/dev/raid/ida/
H A Dida_disk.c116 info.d_type = DTYPE_SCSI; in idad_open()
292 info.d_type = DTYPE_SCSI; in idad_attach()
/dragonfly/sys/sys/
H A Ddtype.h44 #define DTYPE_SCSI 4 /* SCSI */ macro
/dragonfly/sys/dev/raid/amr/
H A Damr_disk.c265 info.d_type = DTYPE_SCSI; /* mandatory */ in amrd_attach()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_da.c546 info.d_type = DTYPE_SCSI; in daopen()
1822 info.d_type = DTYPE_SCSI; in dadone()
2145 info.d_type = DTYPE_SCSI; in dacheckmedia()
H A Dscsi_cd.c1696 info.d_type = DTYPE_SCSI; in cddone()
2839 info.d_type = DTYPE_SCSI; in cdcheckmedia()
/dragonfly/stand/boot/pc32/boot2/
H A Dboot2.c591 if (d->d_type == DTYPE_SCSI) in dskprobe()
/dragonfly/stand/boot/pc32/libi386/
H A Dbiosdisk.c1382 if ((od->od_flags & BD_LABELOK) && (od->od_disklabel.d_type == DTYPE_SCSI)) { in bd_getdev()