Home
last modified time | relevance | path

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

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