| /scripts/dtc/ |
| D | checks.c | 62 struct node *node, in check_msg() 120 #define FAIL(c, dti, node, ...) \ argument 127 #define FAIL_PROP(c, dti, node, prop, ...) \ argument 135 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props() 201 struct node *node) in check_always_fail() 208 struct node *node) in check_is_string() 226 struct node *node) in check_is_string_list() 255 struct node *node) in check_is_cell() 277 struct node *node) in check_duplicate_node_names() 291 struct node *node) in check_duplicate_property_names() [all …]
|
| D | livetree.c | 119 struct node *name_node(struct node *node, const char *name) in name_node() 128 struct node *omit_node_if_unused(struct node *node) in omit_node_if_unused() 135 struct node *reference_node(struct node *node) in reference_node() 231 struct node *node; in add_orphan_node() local 267 void add_property(struct node *node, struct property *prop) in add_property() 280 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name() 315 struct node *node = parent->children; in delete_node_by_name() local 326 void delete_node(struct node *node) in delete_node() 339 void append_to_property(struct node *node, in append_to_property() 417 const char *get_unitname(struct node *node) in get_unitname() [all …]
|
| D | dtc.h | 217 struct node { struct 221 struct node *children; argument 223 struct node *parent; argument 224 struct node *next_sibling; argument 226 char *fullpath; 227 int basenamelen; 229 cell_t phandle; 230 int addr_cells, size_cells; 232 struct label *labels; 233 const struct bus_type *bus; [all …]
|
| D | fdtget.c | 108 static int list_properties(const void *blob, int node) in list_properties() 136 static int list_subnodes(const void *blob, int node) in list_subnodes() 193 int node, const char *property) in show_data_for_item() 241 int i, node; in do_fdtget() local
|
| D | fdtput.c | 123 int node; in store_key_value() local 154 int node, offset = 0; in create_paths() local 194 int node = 0; in create_node() local
|
| D | dtc-parser.y | 47 struct node *node; member
|
| D | srcpos.c | 132 struct search_path *node; in fopen_any_on_path() local 219 struct search_path *node; in srcfile_add_search_path() local
|
| /scripts/gdb/linux/ |
| D | rbtree.py | 13 def inorder(node): argument 57 def rb_parent(node): argument 62 def rb_empty_node(node): argument 66 def rb_next(node): argument 89 def rb_prev(node): argument 161 def invoke(self, node): argument 181 def invoke(self, node): argument
|
| D | radixtree.py | 20 def is_internal_node(node): argument 24 def entry_to_node(node): argument 30 def node_maxindex(node): argument
|
| D | mapletree.py | 109 def mte_safe_root(node): argument 130 def ma_dead_node(node): argument 170 def ma_pivots(node, t): argument 181 def ma_slots(node, tp): argument
|
| /scripts/gcc-plugins/ |
| D | gcc-common.h | 103 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node)) argument 104 #define DECL_NAME_LENGTH(node) IDENTIFIER_LENGTH(DECL_NAME(node)) argument 105 #define TYPE_NAME_POINTER(node) IDENTIFIER_POINTER(TYPE_NAME(node)) argument 106 #define TYPE_NAME_LENGTH(node) IDENTIFIER_LENGTH(TYPE_NAME(node)) argument 168 #define varpool_mark_needed_node(node) argument 174 #define NODE_SYMBOL(node) (node) argument 175 #define NODE_DECL(node) (node)->decl argument 176 #define cgraph_node_name(node) (node)->name() argument 177 #define NODE_IMPLICIT_ALIAS(node) (node)->cpp_implicit_alias argument 214 #define debug_cgraph_node(node) (node)->debug() argument [all …]
|
| D | stackleak_plugin.c | 58 cgraph_node_ptr node; in add_stack_tracking_gcall() local 91 varpool_node_ptr node; in get_current_stack_pointer_decl() local 436 static inline bool string_equal(tree node, const char *string, int length) in string_equal() 447 #define STRING_EQUAL(node, str) string_equal(node, str, strlen(str)) argument
|
| D | randomize_layout_plugin.c | 22 #define ORIG_TYPE_NAME(node) \ argument 54 static tree handle_randomize_layout_attr(tree *node, tree name, tree args, int flags, bool *no_add_… in handle_randomize_layout_attr() 100 static tree handle_randomize_considered_attr(tree *node, tree name, tree args, int flags, bool *no_… in handle_randomize_considered_attr() 110 static tree handle_randomize_performed_attr(tree *node, tree name, tree args, int flags, bool *no_a… in handle_randomize_performed_attr() 391 static int is_pure_ops_struct(const_tree node) in is_pure_ops_struct() 614 struct varpool_node *node; in check_global_variables() local
|
| D | latent_entropy_plugin.c | 128 static tree handle_latent_entropy_attribute(tree *node, tree name, in handle_latent_entropy_attribute() 479 varpool_node_ptr node; in create_latent_entropy_decl() local
|
| D | structleak_plugin.c | 53 static tree handle_user_attribute(tree *node, tree name, tree args, int flags, bool *no_add_attrs) in handle_user_attribute()
|
| /scripts/include/ |
| D | hashtable.h | 41 #define hash_add(table, node, key) \ argument 48 static inline void hash_del(struct hlist_node *node) in hash_del()
|
| /scripts/kconfig/ |
| D | util.c | 20 struct hlist_node node; member
|
| D | preprocess.c | 43 struct list_head node; member 240 struct list_head node; member
|
| D | expr.h | 48 struct hlist_node node; member 91 struct hlist_node node; member
|
| D | gconf.c | 1125 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row) in set_node() 1164 GtkTreeIter *node = parents[indent]; in place_node() local
|
| /scripts/genksyms/ |
| D | parse.y | 29 struct string_list *node = *p; in remove_node() local
|
| D | genksyms.c | 328 void free_node(struct string_list *node) in free_node() 372 struct string_list *copy_node(struct string_list *node) in copy_node() 416 struct string_list node = { in read_node() local
|
| /scripts/dtc/libfdt/ |
| D | fdt_overlay.c | 101 static int overlay_phandle_add_offset(void *fdt, int node, in overlay_phandle_add_offset() 137 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles() 511 static int overlay_adjust_local_conflicting_phandle(void *fdto, int node, in overlay_adjust_local_conflicting_phandle() 770 void *fdto, int node) in overlay_apply_node()
|
| D | libfdt.h | 239 #define fdt_for_each_subnode(node, fdt, parent) \ argument 653 #define fdt_for_each_property_offset(property, fdt, node) \ argument
|
| /scripts/kconfig/lxdialog/ |
| D | dialog.h | 142 struct dialog_item node; member
|