Searched refs:SCSI_WWN_UA_STRLEN (Results 1 – 2 of 2) sorted by relevance
69 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()
183 #define SCSI_WWN_UA_STRLEN 17 macro