Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dchecks.c293 struct property *otherprop = NULL; in check_duplicate_label() local
299 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
302 &otherprop); in check_duplicate_label()
307 if ((othernode != node) || (otherprop != prop) || (othermark != mark)) in check_duplicate_label()
311 DESCLABEL_ARGS(othernode, otherprop, othermark)); in check_duplicate_label()