Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c3661 int dtype_device; in scsi_hba_ident_nodename_compatible_get() local
3873 dtype_device = inq->inq_dtype & DTYPE_MASK; in scsi_hba_ident_nodename_compatible_get()
3875 (dtype_device == DTYPE_WORM) || in scsi_hba_ident_nodename_compatible_get()
3876 (dtype_device == DTYPE_RODIRECT) || in scsi_hba_ident_nodename_compatible_get()
3877 (dtype_device == DTYPE_OPTICAL))) in scsi_hba_ident_nodename_compatible_get()
3882 (dtype_device == DTYPE_PROCESSOR) && in scsi_hba_ident_nodename_compatible_get()
3987 dtype_node, dtype_device, vid, pid); in scsi_hba_ident_nodename_compatible_get()
4024 if ((dtype_device != dtype_node) && *gf) { in scsi_hba_ident_nodename_compatible_get()
4027 dtype_node, dtype_device, gf); in scsi_hba_ident_nodename_compatible_get()
4034 if (dtype_device != dtype_node) { in scsi_hba_ident_nodename_compatible_get()
[all …]