Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/dtc/
Dchecks.c443 struct node *othernode = NULL; in check_duplicate_label() local
447 othernode = get_node_by_label(dt, label); in check_duplicate_label()
449 if (!othernode) in check_duplicate_label()
450 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
451 if (!othernode) in check_duplicate_label()
452 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
455 if (!othernode) in check_duplicate_label()
458 if ((othernode != node) || (otherprop != prop) || (othermark != mark)) in check_duplicate_label()
462 DESCLABEL_ARGS(othernode, otherprop, othermark)); in check_duplicate_label()