Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c3656 int dtype_device; in scsi_hba_ident_nodename_compatible_get() local
3868 dtype_device = inq->inq_dtype & DTYPE_MASK; in scsi_hba_ident_nodename_compatible_get()
3870 (dtype_device == DTYPE_WORM) || in scsi_hba_ident_nodename_compatible_get()
3871 (dtype_device == DTYPE_RODIRECT) || in scsi_hba_ident_nodename_compatible_get()
3872 (dtype_device == DTYPE_OPTICAL))) in scsi_hba_ident_nodename_compatible_get()
3877 (dtype_device == DTYPE_PROCESSOR) && in scsi_hba_ident_nodename_compatible_get()
3929 if ((dtype_device != dtype_node) && *gf && *vid && *pid && *rev) { in scsi_hba_ident_nodename_compatible_get()
3932 dtype_node, dtype_device, gf, vid, pid, rev); in scsi_hba_ident_nodename_compatible_get()
3939 if ((dtype_device != dtype_node) && *vid && *pid && *rev) { in scsi_hba_ident_nodename_compatible_get()
3942 dtype_node, dtype_device, vid, pid, rev); in scsi_hba_ident_nodename_compatible_get()
[all …]