Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/osd/
Dosd_uld.c262 static inline bool _the_same_or_null(const u8 *a1, unsigned a1_len, in _the_same_or_null() argument
268 if (a1_len != a2_len) in _the_same_or_null()
271 return 0 == memcmp(a1, a2, a1_len); in _the_same_or_null()