Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/dtc/
H A Dchecks.c361 struct node *othernode = NULL; in check_duplicate_label() local
365 othernode = get_node_by_label(dt, label); in check_duplicate_label()
367 if (!othernode) in check_duplicate_label()
368 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
369 if (!othernode) in check_duplicate_label()
370 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
373 if (!othernode) in check_duplicate_label()
376 if ((othernode != node) || (otherprop != prop) || (othermark != mark)) in check_duplicate_label()
380 DESCLABEL_ARGS(othernode, otherprop, othermark)); in check_duplicate_label()