Searched refs:propcmp (Results 1 – 1 of 1) sorted by relevance
471 #define propcmp(p1, p2) (((p1)->length == (p2)->length) && \ macro483 unittest(new && propcmp(&p1, new), "empty property didn't copy correctly\n"); in of_unittest_property_copy()489 unittest(new && propcmp(&p2, new), "non-empty property didn't copy correctly\n"); in of_unittest_property_copy()