Lines Matching full:node
36 struct value_node *next; /* Pointer to next node, or NULL */
49 int add_aliases; /* Add aliases node to output */
59 int include_root; /* Include the root node and all properties */
116 struct value_node *node; in value_add() local
138 node = malloc(sizeof(*node)); in value_add()
139 if (!node) in value_add()
141 node->next = *headp; in value_add()
142 node->type = type; in value_add()
143 node->include = include; in value_add()
144 node->string = str; in value_add()
145 *headp = node; in value_add()
558 debug(" - supressed exc node\n"); in check_type_include()
580 * This function decides whether to include or exclude a node, property or
599 * If the node name does not tell us anything, check the in h_include()
608 /* If we still have no idea, check for properties in the node */ in h_include()
611 debug(" - checking node '%s'\n", in h_include()
681 /* No alias node found */ in fdtgrep_find_regions()
932 {"include-node-with-prop", a_argument, NULL, 'b'},
936 {"enter-node", no_argument, NULL, 'e'},
945 {"include-node", a_argument, NULL, 'n'},
946 {"exclude-node", a_argument, NULL, 'N'},
969 "Node/property/compatible string to include in grep",
970 "Node/property/compatible string to exclude in grep",
976 "Node to include in grep",
977 "Node to exclude in grep",
981 "Include root node and all properties",