Searched refs:othermark (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/scripts/dtc/ |
H A D | checks.c | 397 struct marker *othermark = NULL; in check_duplicate_label() local 404 othermark = get_marker_label(dt, label, &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 D | checks.c | 444 struct marker *othermark = NULL; in check_duplicate_label() local 451 othermark = get_marker_label(dt, label, &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()
|