of_node
of_tree_mkprop(struct of_node *node, prop_dictionary_t propdict,
static struct of_node *
of_tree_mknode(struct of_node *parent)
struct of_node *newnode;
of_tree_fill(prop_dictionary_t dict, struct of_node *node)
static struct of_node *
of_tree_walk(struct of_node *node,
struct of_node *(*fn)(struct of_node *, const void *),
struct of_node *child, *match;
static struct of_node *
of_match_by_nodeid(struct of_node *node, const void *ctx)
static struct of_node *
of_match_by_parentid(struct of_node *node, const void *ctx)
struct of_node *child;
struct of_node *child;
struct of_node *node, *match;
struct of_node *node;
TAILQ_ENTRY(of_node) of_sibling;
TAILQ_HEAD(,of_node) of_children;
struct of_node *of_parent;
struct of_node of_root;