/scripts/kconfig/ |
D | expr.c | 22 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() 30 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() 39 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() 130 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() 504 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() 556 static void expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups2() 848 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2) in expr_extract_eq() 877 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
|
D | menu.c | 112 void menu_set_type(int type) in menu_set_type() 127 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *d… in menu_add_prop() 164 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() 175 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 180 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 487 enum prop_type type; in menu_get_parent_menu() 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() 464 int type = sym_get_type(sym); in sym_tristate_within_range() local 1226 struct property *prop_alloc(enum prop_type type, struct symbol *sym) in prop_alloc() 1256 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name()
|
D | qconf.cc | 120 int type; in updateMenu() local 426 enum prop_type type; in updateSelection() local 487 int type; in setValue() local 513 int type, oldexpr, newexpr; in changeValue() local 553 enum prop_type type; in setRootMenu() local 601 enum prop_type type; in updateMenuList() local 662 enum prop_type type; in keyPressEvent() local
|
D | expr.h | 40 enum expr_type type; member 77 enum symbol_type type; member 138 enum prop_type type; /* type of property */ member
|
D | conf.c | 84 enum symbol_type type = sym_get_type(sym); in conf_askvalue() local
|
D | lkc.h | 24 #define P(name,type,arg) extern type name arg argument
|
D | mconf.c | 344 int type, tmp, doint = 2; in build_conf() local
|
D | nconf.c | 737 int type, tmp, doint = 2; in build_conf() local
|
/scripts/genksyms/ |
D | genksyms.c | 198 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol() 322 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol() 328 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol() 706 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 | data.c | 292 struct data data_add_marker(struct data d, enum markertype type, char *ref) in data_add_marker()
|
D | dtc.h | 78 enum markertype type; member
|
/scripts/ |
D | recordmcount.c | 279 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) in MIPS64_r_info()
|
D | docproc.c | 250 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()
|
/scripts/mod/ |
D | file2alias.c | 88 #define ADD_TO_DEVTABLE(device_id, type, function) \ argument
|