| /scripts/kconfig/ |
| D | expr.c | 25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() 33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() 42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() 141 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() 519 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() 808 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 886 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, char *prompt, struct expr *expr, struct … in menu_add_prop() 178 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() 189 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 194 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 523 enum prop_type type; in menu_get_parent_menu() local
|
| D | list.h | 18 #define container_of(ptr, type, member) ({ \ argument 39 #define list_entry(ptr, type, member) \ argument
|
| D | qconf.cc | 110 int type; in updateMenu() local 401 enum prop_type type; in updateSelection() local 469 int type; in setValue() local 495 int type, oldexpr, newexpr; in changeValue() local 532 enum prop_type type; in setRootMenu() local 584 enum prop_type type; in updateMenuList() local 649 enum prop_type type; in updateMenuList() local 713 enum prop_type type; in keyPressEvent() local
|
| D | symbol.c | 65 enum symbol_type type = sym->type; in sym_get_type() local 76 const char *sym_type_name(enum symbol_type type) in sym_type_name() 489 int type = sym_get_type(sym); in sym_tristate_within_range() local 1308 struct property *prop_alloc(enum prop_type type, struct symbol *sym) in prop_alloc() 1338 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name()
|
| D | expr.h | 43 enum expr_type type; member 80 enum symbol_type type; member 147 enum prop_type type; /* type of property */ member
|
| D | conf.c | 87 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 | 738 int type, tmp, doint = 2; in build_conf() local
|
| /scripts/ |
| D | asn1_compiler.c | 310 struct type *type; member 688 struct token *type; member 709 struct type { struct 719 static struct type *type_list; argument 738 const struct type *type = *ti; in type_finder() local 811 struct type *type; in parse() local 839 static struct element *alloc_elem(struct token *type) in alloc_elem()
|
| D | recordmcount.c | 404 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) in MIPS64_r_info()
|
| D | docproc.c | 264 static void docfunctions(char * filename, char * type) in docfunctions()
|
| D | recordmcount.h | 135 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) in fn_ELF_R_INFO()
|
| D | analyze_suspend.py | 1147 type = '' variable in FTraceLine
|
| /scripts/gcc-plugins/ |
| D | latent_entropy_plugin.c | 110 static tree tree_get_random_const(tree type) in tree_get_random_const() 127 tree type; in handle_latent_entropy_attribute() local 292 static tree create_var(tree type, const char *name) in create_var() 556 tree type, id; in latent_entropy_start_unit() local
|
| /scripts/genksyms/ |
| D | genksyms.c | 197 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol() 321 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol() 327 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol() 707 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
|
| D | parse.y | 58 enum symbol_type type) in record_compound()
|
| D | genksyms.h | 47 enum symbol_type type; member
|
| /scripts/dtc/ |
| D | fdtget.c | 45 int type; /* data type (s/i/u/x or 0 for default) */ member
|
| D | fdtput.c | 39 int type; /* data type (s/i/u/x or 0 for default) */ member
|
| D | data.c | 240 struct data data_add_marker(struct data d, enum markertype type, char *ref) in data_add_marker()
|
| D | util.c | 310 int utilfdt_decode_type(const char *fmt, int *type, int *size) in utilfdt_decode_type()
|
| D | dtc.h | 78 enum markertype type; member
|
| /scripts/mod/ |
| D | file2alias.c | 106 #define ADD_TO_DEVTABLE(device_id, type, function) \ argument
|