Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/of/
Dunittest.c467 #define propcmp(p1, p2) (((p1)->length == (p2)->length) && \ macro
479 unittest(new && propcmp(&p1, new), "empty property didn't copy correctly\n"); in of_unittest_property_copy()
485 unittest(new && propcmp(&p2, new), "non-empty property didn't copy correctly\n"); in of_unittest_property_copy()