Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_physical.c69 if (strlen(ua) < SCSI_WWN_UA_STRLEN) in smrt_phys_lookup_by_ua()
77 if (strncmp(wwnstr, ua, SCSI_WWN_UA_STRLEN) != 0) in smrt_phys_lookup_by_ua()
85 if (ua[SCSI_WWN_UA_STRLEN] != '\0' && in smrt_phys_lookup_by_ua()
86 ua[SCSI_WWN_UA_STRLEN] != ',') { in smrt_phys_lookup_by_ua()
/illumos-gate/usr/src/uts/common/sys/scsi/
H A Dscsi_address.h183 #define SCSI_WWN_UA_STRLEN 17 macro