Home
last modified time | relevance | path

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

/u-boot/scripts/dtc/
A Dchecks.c400 struct node *othernode = NULL; in check_duplicate_label() local
404 othernode = get_node_by_label(dt, label); in check_duplicate_label()
406 if (!othernode) in check_duplicate_label()
407 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
408 if (!othernode) in check_duplicate_label()
409 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
412 if (!othernode) in check_duplicate_label()
415 if ((othernode != node) || (otherprop != prop) || (othermark != mark)) in check_duplicate_label()
419 DESCLABEL_ARGS(othernode, otherprop, othermark)); in check_duplicate_label()

Completed in 6 milliseconds