Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c439 #define SD_TOUPPER(C) (((C) >= 'a' && (C) <= 'z') ? (C) - 'a' + 'A' : (C)) macro
4029 (SD_TOUPPER(*p1) != SD_TOUPPER(*p2))) { in sd_blank_cmp()
4033 (SD_TOUPPER(*p1) == SD_TOUPPER(*p2))) { in sd_blank_cmp()