/scripts/gcc-plugins/ |
D | structleak_plugin.c | 83 static bool is_userspace_type(tree type) in is_userspace_type() 103 tree type = (tree)event_data; in finish_type() local 126 tree type; in initialize() local 191 tree type = TREE_TYPE(var); in structleak_execute() local
|
D | latent_entropy_plugin.c | 116 static tree tree_get_random_const(tree type) in tree_get_random_const() 133 tree type; in handle_latent_entropy_attribute() local 291 static tree create_var(tree type, const char *name) in create_var() 555 tree type, id; in latent_entropy_start_unit() local
|
D | randomize_layout_plugin.c | 78 tree type; in handle_randomize_layout_attr() local 261 static void shuffle(const_tree type, tree *newtree, unsigned long length) in shuffle() 325 static int relayout_struct(tree type) in relayout_struct() 464 static void randomize_type(tree type) in randomize_type() 490 tree lastval, lastidx, field, init, type, flexsize; in update_decl_size() local 536 tree type; in randomize_layout_finish_decl() local 563 tree type = (tree)event_data; in finish_type() local
|
/scripts/kconfig/ |
D | expr.c | 26 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() 34 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() 43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() 150 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() 596 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() 922 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 999 enum symbol_type type, in expr_parse_string()
|
D | menu.c | 112 void menu_set_type(int type) in menu_set_type() 128 static struct property *menu_add_prop(enum prop_type type, struct expr *expr, in menu_add_prop() 156 struct property *menu_add_prompt(enum prop_type type, char *prompt, in menu_add_prompt() 204 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 209 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 692 enum prop_type type; in menu_get_parent_menu() local
|
D | list.h | 19 #define container_of(ptr, type, member) ({ \ argument 40 #define list_entry(ptr, type, member) \ argument
|
D | qconf.cc | 94 int type; in updateMenu() local 214 enum symbol_type type = menu->sym->type; in init() local 396 enum prop_type type; in updateSelection() local 486 int type; in setValue() local 512 int type, oldexpr, newexpr; in changeValue() local 546 enum prop_type type; in setRootMenu() local 598 enum prop_type type; in updateMenuList() local 663 enum prop_type type; in updateMenuList() local 727 enum prop_type type; in keyPressEvent() local
|
D | symbol.c | 44 enum symbol_type type = sym->type; in sym_get_type() local 55 const char *sym_type_name(enum symbol_type type) in sym_type_name() 480 int type = sym_get_type(sym); in sym_tristate_within_range() local 1287 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name()
|
D | parser.y | 41 enum symbol_type type; member
|
D | expr.h | 43 enum expr_type type; member 91 enum symbol_type type; member 194 enum prop_type type; /* type of property */ member
|
D | conf.c | 88 enum symbol_type type = sym_get_type(sym); in conf_askvalue() local
|
D | mconf.c | 471 int type, tmp, doint = 2; in build_conf() local
|
D | nconf.c | 741 int type, tmp, doint = 2; in build_conf() local
|
/scripts/ |
D | asn1_compiler.c | 306 struct type *type; member 684 struct token *type; member 705 struct type { struct 715 static struct type *type_list; argument 734 const struct type *type = *ti; in type_finder() local 807 struct type *type; in parse() local 835 static struct element *alloc_elem(struct token *type) in alloc_elem()
|
D | kallsyms.c | 83 static bool is_ignored_symbol(const char *name, char type) in is_ignored_symbol() 200 char name[500], type; in read_symbol() local
|
D | recordmcount.c | 474 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) in MIPS64_r_info()
|
/scripts/genksyms/ |
D | genksyms.c | 185 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol() 309 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol() 315 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol() 698 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
|
D | parse.y | 46 enum symbol_type type) in record_compound()
|
D | genksyms.h | 36 enum symbol_type type; member
|
/scripts/dtc/ |
D | dtc-parser.y | 359 enum markertype type = TYPE_UINT32; variable
|
D | fdtget.c | 31 int type; /* data type (s/i/u/x or 0 for default) */ member
|
D | fdtput.c | 25 int type; /* data type (s/i/u/x or 0 for default) */ member
|
D | data.c | 227 struct data data_add_marker(struct data d, enum markertype type, char *ref) in data_add_marker()
|
D | util.c | 334 int utilfdt_decode_type(const char *fmt, int *type, int *size) in utilfdt_decode_type()
|
D | dtc.h | 107 enum markertype type; member
|