Home
last modified time | relevance | path

Searched defs:node (Results 1 – 17 of 17) sorted by relevance

/scripts/dtc/
Dchecks.c99 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props()
157 struct node *node) in check_always_fail()
164 struct node *node) in check_is_string()
183 struct node *node) in check_is_cell()
206 struct node *node) in check_duplicate_node_names()
221 struct node *node) in check_duplicate_property_names()
244 struct node *node) in check_node_name_chars()
255 struct node *node) in check_node_name_chars_strict()
266 struct node *node) in check_node_name_format()
275 struct node *node) in check_unit_address_vs_reg()
[all …]
Dlivetree.c128 struct node *name_node(struct node *node, char *name) in name_node()
227 void add_property(struct node *node, struct property *prop) in add_property()
240 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name()
275 struct node *node = parent->children; in delete_node_by_name() local
286 void delete_node(struct node *node) in delete_node()
299 void append_to_property(struct node *node, in append_to_property()
374 const char *get_unitname(struct node *node) in get_unitname()
382 struct property *get_property(struct node *node, const char *propname) in get_property()
400 struct node **node) in get_property_by_label()
426 struct node **node, struct property **prop) in get_marker_label()
[all …]
Ddtc.h152 struct node { struct
156 struct node *children; argument
158 struct node *parent; argument
159 struct node *next_sibling; argument
161 char *fullpath;
162 int basenamelen;
164 cell_t phandle;
165 int addr_cells, size_cells;
167 struct label *labels;
168 const struct bus_type *bus;
Dfdtget.c122 static int list_properties(const void *blob, int node) in list_properties()
150 static int list_subnodes(const void *blob, int node) in list_subnodes()
207 int node, const char *property) in show_data_for_item()
255 int i, node; in do_fdtget() local
Dfdtput.c137 int node; in store_key_value() local
168 int node, offset = 0; in create_paths() local
208 int node = 0; in create_node() local
Dsrcpos.c101 struct search_path *node; in fopen_any_on_path() local
185 struct search_path *node; in srcfile_add_search_path() local
Ddtc-parser.y52 struct node *node; member
Dflattree.c749 struct node *node; in unflatten_tree() local
/scripts/gcc-plugins/
Dgcc-common.h160 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node)) argument
161 #define DECL_NAME_LENGTH(node) IDENTIFIER_LENGTH(DECL_NAME(node)) argument
162 #define TYPE_NAME_POINTER(node) IDENTIFIER_POINTER(TYPE_NAME(node)) argument
163 #define TYPE_NAME_LENGTH(node) IDENTIFIER_LENGTH(TYPE_NAME(node)) argument
310 struct cgraph_node *node = cgraph_get_node(decl); in cgraph_get_create_node() local
315 static inline bool cgraph_function_with_gimple_body_p(struct cgraph_node *node) in cgraph_function_with_gimple_body_p()
322 struct cgraph_node *node; in cgraph_first_function_with_gimple_body() local
330 static inline struct cgraph_node *cgraph_next_function_with_gimple_body(struct cgraph_node *node) in cgraph_next_function_with_gimple_body()
338 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
354 #define FOR_EACH_FUNCTION_WITH_GIMPLE_BODY(node) \ argument
[all …]
Drandomize_layout_plugin.c26 #define ORIG_TYPE_NAME(node) \ argument
76 static tree handle_randomize_layout_attr(tree *node, tree name, tree args, int flags, bool *no_add_… in handle_randomize_layout_attr()
119 static tree handle_randomize_considered_attr(tree *node, tree name, tree args, int flags, bool *no_… in handle_randomize_considered_attr()
129 static tree handle_randomize_performed_attr(tree *node, tree name, tree args, int flags, bool *no_a… in handle_randomize_performed_attr()
433 static int is_pure_ops_struct(const_tree node) in is_pure_ops_struct()
662 struct varpool_node *node; in check_global_variables() local
Dlatent_entropy_plugin.c122 static tree handle_latent_entropy_attribute(tree *node, tree name, in handle_latent_entropy_attribute()
485 varpool_node_ptr node; in create_latent_entropy_decl() local
Dstructleak_plugin.c48 static tree handle_user_attribute(tree *node, tree name, tree args, int flags, bool *no_add_attrs) in handle_user_attribute()
/scripts/genksyms/
Dparse.y41 struct string_list *node = *p; in remove_node() local
Dgenksyms.c335 void free_node(struct string_list *node) in free_node()
379 struct string_list *copy_node(struct string_list *node) in copy_node()
423 struct string_list node = { in read_node() local
/scripts/dtc/libfdt/
Dlibfdt.h207 #define fdt_for_each_subnode(node, fdt, parent) \ argument
514 #define fdt_for_each_property_offset(property, fdt, node) \ argument
/scripts/kconfig/lxdialog/
Ddialog.h181 struct dialog_item node; member
/scripts/kconfig/
Dgconf.c1162 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row) in set_node()
1201 GtkTreeIter *node = parents[indent]; in place_node() local