/scripts/kconfig/ |
D | expr.c | 16 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local 24 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() local 32 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() local 41 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp() local 64 struct expr *e; in expr_copy() local 99 void expr_free(struct expr *e) in expr_free() 231 struct expr *expr_eliminate_yn(struct expr *e) in expr_eliminate_yn() 317 struct expr *expr_trans_bool(struct expr *e) in expr_trans_bool() 612 struct expr *expr_eliminate_dups(struct expr *e) in expr_eliminate_dups() 636 struct expr *expr_transform(struct expr *e) in expr_transform() [all …]
|
D | symbol.c | 239 struct expr *e; in sym_choice_default() local 265 struct expr *e; in sym_calc_choice() local 297 struct expr *e; in sym_calc_value() local 369 struct expr *e; in sym_calc_value() local 511 struct expr *e; in sym_set_tristate_value() local 1153 static struct symbol *sym_check_expr_deps(struct expr *e) in sym_check_expr_deps() 1222 struct expr *e; in sym_check_choice_deps() local
|
D | qconf.cc | 316 void ConfigLineEdit::keyPressEvent(QKeyEvent* e) in keyPressEvent() 717 void ConfigList::contentsMousePressEvent(QMouseEvent* e) in contentsMousePressEvent() 724 void ConfigList::contentsMouseReleaseEvent(QMouseEvent* e) in contentsMouseReleaseEvent() 779 void ConfigList::contentsMouseMoveEvent(QMouseEvent* e) in contentsMouseMoveEvent() 786 void ConfigList::contentsMouseDoubleClickEvent(QMouseEvent* e) in contentsMouseDoubleClickEvent() 813 void ConfigList::focusInEvent(QFocusEvent *e) in focusInEvent() 827 void ConfigList::contextMenuEvent(QContextMenuEvent *e) in contextMenuEvent() 1183 void ConfigInfoView::contentsContextMenuEvent(QContextMenuEvent *e) in contentsContextMenuEvent() 1641 void ConfigMainWindow::closeEvent(QCloseEvent* e) in closeEvent()
|
D | util.c | 38 struct expr *e; in file_write_dep() local
|
D | expr.h | 49 #define expr_list_for_each_sym(l, e, s) \ argument 227 static inline int expr_is_yes(struct expr *e) in expr_is_yes() 232 static inline int expr_is_no(struct expr *e) in expr_is_no()
|
D | confdata.c | 1052 struct expr *e; in randomize_choice_values() local 1100 struct expr *e; in set_all_choice_values() local
|
D | menu.c | 82 static struct expr *menu_check_dep(struct expr *e) in menu_check_dep()
|
/scripts/dtc/ |
D | flattree.c | 60 static void bin_emit_cell(void *e, cell_t val) in bin_emit_cell() 67 static void bin_emit_string(void *e, char *str, int len) in bin_emit_string() 78 static void bin_emit_align(void *e, int a) in bin_emit_align() 85 static void bin_emit_data(void *e, struct data d) in bin_emit_data() 92 static void bin_emit_beginnode(void *e, struct label *labels) in bin_emit_beginnode() 97 static void bin_emit_endnode(void *e, struct label *labels) in bin_emit_endnode() 102 static void bin_emit_property(void *e, struct label *labels) in bin_emit_property() 138 static void asm_emit_cell(void *e, cell_t val) in asm_emit_cell() 147 static void asm_emit_string(void *e, char *str, int len) in asm_emit_string() 165 static void asm_emit_align(void *e, int a) in asm_emit_align() [all …]
|
D | dtc-parser.y | 491 char *e; in eval_literal() local
|
D | checks.c | 61 #define CHECK_ENTRY(nm, tfn, nfn, pfn, d, w, e, ...) \ argument
|
/scripts/genksyms/ |
D | parse.y | 49 struct string_list *b = *pb, *e = *pe; in remove_list() local
|
D | genksyms.c | 341 void free_list(struct string_list *s, struct string_list *e) in free_list() 513 struct string_list **e, **b; in print_list() local 543 struct string_list **e, **b; in expand_and_crc_sym() local
|
/scripts/ |
D | asn1_compiler.c | 803 struct element *e = calloc(1, sizeof(*e)); in alloc_elem() local 1224 struct element *e; in render() local 1324 struct element *e, *ce; in render_out_of_line_list() local 1369 static void render_element(FILE *out, struct element *e, struct element *tag) in render_element()
|
D | docproc.c | 216 char *e; in find_export_symbols() local
|
/scripts/mod/ |
D | modpost.c | 1837 const char *e = is_vmlinux(m) ?"":".ko"; in check_for_gpl_usage() local 1862 const char *e = is_vmlinux(m) ?"":".ko"; in check_for_unused() local
|