Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/dtc/
H A Dchecks.c395 struct node *othernode = NULL; in check_duplicate_label() local
399 othernode = get_node_by_label(dt, label); in check_duplicate_label()
401 if (!othernode) in check_duplicate_label()
402 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
403 if (!othernode) in check_duplicate_label()
404 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
407 if (!othernode) in check_duplicate_label()
410 if ((othernode != node) || (otherprop != prop) || (othermark != mark)) in check_duplicate_label()
414 DESCLABEL_ARGS(othernode, otherprop, othermark)); in check_duplicate_label()
/openbmc/linux/scripts/dtc/
H A Dchecks.c442 struct node *othernode = NULL; in check_duplicate_label() local
446 othernode = get_node_by_label(dt, label); in check_duplicate_label()
448 if (!othernode) in check_duplicate_label()
449 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
450 if (!othernode) in check_duplicate_label()
451 othermark = get_marker_label(dt, label, &othernode, in check_duplicate_label()
454 if (!othernode) in check_duplicate_label()
457 if ((othernode != node) || (otherprop != prop) || (othermark != mark)) in check_duplicate_label()
461 DESCLABEL_ARGS(othernode, otherprop, othermark)); in check_duplicate_label()