Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_impldefs.h1183 ((b) == DEVID_SCSI3_VPD_EUI) ? 'x' : \
1198 (((c) == 'x') || ((c) == 'X')) ? DEVID_SCSI3_VPD_EUI : \
1212 ((b) == DEVID_SCSI3_VPD_EUI) || \
1221 ((b) == DEVID_SCSI3_VPD_EUI) || \
H A Ddditypes.h166 #define DEVID_SCSI3_VPD_EUI 7 macro
/illumos-gate/usr/src/common/devid/
H A Ddevid_scsi.c795 *id_type = DEVID_SCSI3_VPD_EUI; in encode_scsi3_page83()