Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/mfiutil/
HDmfi_show.c559 if (list->addr[i].scsi_dev_type != 0) in show_drives()
581 if (list->addr[i].scsi_dev_type != 0) in show_drives()
740 if (plist->addr[i].scsi_dev_type != 0) in show_progress()
HDmfi_patrol.c165 if (list->addr[i].scsi_dev_type != 0) in show_patrol()
HDmfi_drive.c210 if (list->addr[i].scsi_dev_type != 0) in mfi_lookup_drive()
/NextBSD/usr.sbin/camdd/
HDcamdd.c262 int scsi_dev_type; member
1278 int scsi_dev_type; in camdd_probe_pass() local
1282 scsi_dev_type = SID_TYPE(&cam_dev->inq_data); in camdd_probe_pass()
1291 switch (scsi_dev_type) { in camdd_probe_pass()
1299 errx(1, "Unsupported SCSI device type %d", scsi_dev_type); in camdd_probe_pass()
1410 pass_dev->scsi_dev_type = scsi_dev_type; in camdd_probe_pass()
/NextBSD/sys/dev/mfi/
HDmfireg.h1120 uint8_t scsi_dev_type; member
1155 uint8_t scsi_dev_type; /* 0 = disk */ member