Home
last modified time | relevance | path

Searched refs:scsi_dev_type (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/usr.sbin/mfiutil/
H A Dmfi_show.c561 if (list->addr[i].scsi_dev_type != 0) in show_drives()
583 if (list->addr[i].scsi_dev_type != 0) in show_drives()
742 if (plist->addr[i].scsi_dev_type != 0) in show_progress()
H A Dmfi_patrol.c167 if (list->addr[i].scsi_dev_type != 0) in show_patrol()
H A Dmfi_drive.c212 if (list->addr[i].scsi_dev_type != 0) in mfi_lookup_drive()
/freebsd-12.1/usr.sbin/camdd/
H A Dcamdd.c262 int scsi_dev_type; member
1404 int scsi_dev_type; in camdd_probe_pass() local
1420 scsi_dev_type = SID_TYPE(&cam_dev->inq_data); in camdd_probe_pass()
1427 switch (scsi_dev_type) { in camdd_probe_pass()
1436 errx(1, "Unsupported SCSI device type %d", scsi_dev_type); in camdd_probe_pass()
1479 pass_dev->scsi_dev_type = scsi_dev_type; in camdd_probe_pass()
/freebsd-12.1/sys/dev/mfi/
H A Dmfireg.h1122 uint8_t scsi_dev_type; member
1157 uint8_t scsi_dev_type; /* 0 = disk */ member