Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/devid/
H A Ddevid.c140 if ((i_id1_type == DEVID_SCSI3_WWN) || in ddi_devid_compare()
141 (i_id2_type == DEVID_SCSI3_WWN)) { in ddi_devid_compare()
148 i_id1_type = DEVID_SCSI3_WWN; in ddi_devid_compare()
151 i_id2_type = DEVID_SCSI3_WWN; in ddi_devid_compare()
H A Ddevid_smp.c188 usewwn: raw_id_type = DEVID_SCSI3_WWN; in ddi_devid_smp_encode()
H A Ddevid_scsi.c73 #define IS_DEVID_GUID_TYPE(type) ((type == DEVID_SCSI3_WWN) || \
786 *id_type = DEVID_SCSI3_WWN; in encode_scsi3_page83()
/illumos-gate/usr/src/uts/common/sys/
H A Ddditypes.h160 #define DEVID_SCSI3_WWN 1 macro
H A Dddi_impldefs.h1181 ((b) == DEVID_SCSI3_WWN) ? 'w' : \
1196 (((c) == 'w') || ((c) == 'W')) ? DEVID_SCSI3_WWN : \
1211 ((b) == DEVID_SCSI3_WWN) || \
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c7789 case DEVID_SCSI3_WWN: in ddi_devid_init()