Home
last modified time | relevance | path

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

/drivers/nvme/host/
Dcore.c2750 size_t matchlen; in string_matches() local
2755 matchlen = strlen(match); in string_matches()
2756 WARN_ON_ONCE(matchlen > len); in string_matches()
2758 if (memcmp(idstr, match, matchlen)) in string_matches()
2761 for (; matchlen < len; matchlen++) in string_matches()
2762 if (idstr[matchlen] != ' ') in string_matches()
/drivers/scsi/
Dscsi_transport_fc.c87 table[i].matchlen) == 0) { \
189 int matchlen; member