othernode 419 scripts/dtc/checks.c struct node *othernode = NULL; othernode 423 scripts/dtc/checks.c othernode = get_node_by_label(dt, label); othernode 425 scripts/dtc/checks.c if (!othernode) othernode 426 scripts/dtc/checks.c otherprop = get_property_by_label(dt, label, &othernode); othernode 427 scripts/dtc/checks.c if (!othernode) othernode 428 scripts/dtc/checks.c othermark = get_marker_label(dt, label, &othernode, othernode 431 scripts/dtc/checks.c if (!othernode) othernode 434 scripts/dtc/checks.c if ((othernode != node) || (otherprop != prop) || (othermark != mark)) othernode 438 scripts/dtc/checks.c DESCLABEL_ARGS(othernode, otherprop, othermark));