Searched refs:_the_same_or_null (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/scsi/osd/ |
D | osd_uld.c | 262 static inline bool _the_same_or_null(const u8 *a1, unsigned a1_len, in _the_same_or_null() function 280 if (_the_same_or_null(oud->odi.systemid, oud->odi.systemid_len, in _match_odi() 282 _the_same_or_null(oud->odi.osdname, oud->odi.osdname_len, in _match_odi() 360 _the_same_or_null(oud->odi.systemid, oud->odi.systemid_len, in osduld_device_same() 363 _the_same_or_null(oud->odi.osdname, oud->odi.osdname_len, in osduld_device_same()
|