Searched refs:propstr (Results 1 – 1 of 1) sorted by relevance
820 const char *propstr = NULL; in of_unittest_changeset() local906 ret = of_property_read_string(parent, "prop-update", &propstr); in of_unittest_changeset()909 unittest(strcmp(propstr, "hello") == 0, "original value not in updated property after revert"); in of_unittest_changeset()