Home
last modified time | relevance | path

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

/linux/scripts/dtc/
H A Dchecks.c451 struct node *othernode = NULL; in check_duplicate_label() local
455 othernode = get_node_by_label(dt, label); in check_duplicate_label()
457 if (!othernode) in check_duplicate_label()
458 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
459 if (!othernode) in check_duplicate_label()
460 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
463 if (!othernode) in check_duplicate_label()
466 if ((othernode != node) || (otherprop != prop) || (othermark != mark)) in check_duplicate_label()
470 DESCLABEL_ARGS(othernode, otherprop, othermark)); in check_duplicate_label()