Lines Matching defs:node
94 struct node *name_node(struct node *node, char *name) in name_node()
178 void add_property(struct node *node, struct property *prop) in add_property()
261 const char *get_unitname(struct node *node) in get_unitname()
269 struct property *get_property(struct node *node, const char *propname) in get_property()
287 struct node **node) in get_property_by_label()
313 struct node **node, struct property **prop) in get_marker_label()
340 struct node *get_subnode(struct node *node, const char *nodename) in get_subnode()
376 struct node *child, *node; in get_node_by_label() local
396 struct node *child, *node; in get_node_by_phandle() local
420 cell_t get_node_phandle(struct node *root, struct node *node) in get_node_phandle()
533 static void sort_properties(struct node *node) in sort_properties()
569 static void sort_subnodes(struct node *node) in sort_subnodes()
595 static void sort_node(struct node *node) in sort_node()