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

/linux-4.1.27/scripts/dtc/
H A Dchecks.c318 struct node *othernode = NULL; check_duplicate_label() local
322 othernode = get_node_by_label(dt, label); check_duplicate_label()
324 if (!othernode) check_duplicate_label()
325 otherprop = get_property_by_label(dt, label, &othernode); check_duplicate_label()
326 if (!othernode) check_duplicate_label()
327 othermark = get_marker_label(dt, label, &othernode, check_duplicate_label()
330 if (!othernode) check_duplicate_label()
333 if ((othernode != node) || (otherprop != prop) || (othermark != mark)) check_duplicate_label()
337 DESCLABEL_ARGS(othernode, otherprop, othermark)); check_duplicate_label()

Completed in 55 milliseconds