| /scripts/kconfig/ |
| A D | expr.c | 19 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local 312 if (e) switch (e->type) { in expr_eliminate_yn() 327 *e = *(e->right.expr); in expr_eliminate_yn() 343 *e = *(e->left.expr); in expr_eliminate_yn() 356 *e = *(e->right.expr); in expr_eliminate_yn() 372 *e = *(e->left.expr); in expr_eliminate_yn() 667 expr_eliminate_dups1(e->type, &e, &e); in expr_eliminate_dups() 674 e = expr_eliminate_yn(e); in expr_eliminate_dups() 760 e = expr_transform(e); in expr_transform() 793 e = expr_transform(e); in expr_transform() [all …]
|
| A D | expr.h | 51 #define expr_list_for_each_sym(l, e, s) \ argument 52 for (e = (l); e && (s = e->right.sym); e = e->left.expr) 301 void expr_free(struct expr *e); 303 tristate expr_calc_value(struct expr *e); 304 struct expr *expr_trans_bool(struct expr *e); 306 struct expr *expr_transform(struct expr *e); 311 void expr_fprint(struct expr *e, FILE *out); 317 static inline int expr_is_yes(struct expr *e) in expr_is_yes() argument 319 return !e || (e->type == E_SYMBOL && e->left.sym == &symbol_yes); in expr_is_yes() 322 static inline int expr_is_no(struct expr *e) in expr_is_no() argument [all …]
|
| A D | preprocess.c | 43 struct env *e; in env_add() local 45 e = xmalloc(sizeof(*e)); in env_add() 46 e->name = xstrdup(name); in env_add() 54 list_del(&e->node); in env_del() 55 free(e->name); in env_del() 56 free(e->value); in env_del() 57 free(e); in env_del() 63 struct env *e; in env_expand() local 89 struct env *e, *tmp; in env_write_dep() local 92 fprintf(f, "ifneq \"$(%s)\" \"%s\"\n", e->name, e->value); in env_write_dep() [all …]
|
| A D | qconf.h | 55 void keyPressEvent(QKeyEvent *e); 56 void mousePressEvent(QMouseEvent *e); 57 void mouseReleaseEvent(QMouseEvent *e); 58 void mouseMoveEvent(QMouseEvent *e); 59 void mouseDoubleClickEvent(QMouseEvent *e); 60 void focusInEvent(QFocusEvent *e); 61 void contextMenuEvent(QContextMenuEvent *e); 202 void keyPressEvent(QKeyEvent *e); 264 void contextMenuEvent(QContextMenuEvent *e); 315 void closeEvent(QCloseEvent *e);
|
| A D | symbol.c | 246 struct expr *e; in sym_choice_default() local 272 struct expr *e; in sym_calc_choice() local 325 struct expr *e; in sym_calc_value() local 514 struct expr *e; in sym_set_tristate_value() local 519 for (e = prop->expr; e; e = e->left.expr) { in sym_set_tristate_value() 520 if (e->right.sym->visible != no) in sym_set_tristate_value() 1132 if (!e) in sym_check_expr_deps() 1134 switch (e->type) { in sym_check_expr_deps() 1149 sym = sym_check_deps(e->left.sym); in sym_check_expr_deps() 1154 return sym_check_deps(e->left.sym); in sym_check_expr_deps() [all …]
|
| A D | menu.c | 81 static struct expr *rewrite_m(struct expr *e) in rewrite_m() argument 83 if (!e) in rewrite_m() 84 return e; in rewrite_m() 86 switch (e->type) { in rewrite_m() 88 e->left.expr = rewrite_m(e->left.expr); in rewrite_m() 92 e->left.expr = rewrite_m(e->left.expr); in rewrite_m() 93 e->right.expr = rewrite_m(e->right.expr); in rewrite_m() 97 if (e->left.sym == &symbol_mod) in rewrite_m() 98 return expr_alloc_and(e, expr_alloc_symbol(modules_sym)); in rewrite_m() 103 return e; in rewrite_m()
|
| A D | qconf.cc | 286 switch (e->key()) { in keyPressEvent() 298 e->accept(); in keyPressEvent() 770 QPoint p = e->pos(); in mouseReleaseEvent() 860 Parent::focusInEvent(e); in focusInEvent() 903 e->accept(); in contextMenuEvent() 905 e->ignore(); in contextMenuEvent() 1713 e->accept(); in closeEvent() 1724 e->accept(); in closeEvent() 1726 e->ignore(); in closeEvent() 1729 e->accept(); in closeEvent() [all …]
|
| A D | lkc_proto.h | 66 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int …
|
| A D | confdata.c | 1127 struct expr *e; in randomize_choice_values() local 1142 expr_list_for_each_sym(prop->expr, e, sym) in randomize_choice_values() 1152 expr_list_for_each_sym(prop->expr, e, sym) { in randomize_choice_values() 1175 struct expr *e; in set_all_choice_values() local 1182 expr_list_for_each_sym(prop->expr, e, sym) { in set_all_choice_values()
|
| /scripts/dtc/ |
| A D | flattree.c | 62 struct data *dtbuf = e; in bin_emit_cell() 69 struct data *dtbuf = e; in bin_emit_string() 80 struct data *dtbuf = e; in bin_emit_align() 87 struct data *dtbuf = e; in bin_emit_data() 140 FILE *f = e; in asm_emit_cell() 149 FILE *f = e; in asm_emit_string() 159 FILE *f = e; in asm_emit_align() 166 FILE *f = e; in asm_emit_data() 188 FILE *f = e; in asm_emit_beginnode() 201 FILE *f = e; in asm_emit_endnode() [all …]
|
| A D | dtc-lexer.l | 170 char *e; variable 174 yylval.integer = strtoull(yytext, &e, 0); 176 if (*e && e[strspn(e, "UL")]) {
|
| A D | README | 36 method. Help is available using the Python help command, e.g.:
|
| /scripts/ |
| A D | documentation-file-ref-check | 63 next if (grep -e, glob("$f")); 126 next if (grep -e, glob("$ref $fulref")); 132 next if (grep -e, glob("$path/$ref $path/../$ref $path/$fulref"));
|
| A D | Kbuild.include | 64 $(Q)set -e; \ 85 $(shell set -e; \ 98 try-run = $(shell set -e; \ 228 cmd = @set -e; $(echo-cmd) $(cmd_$(1)) 265 @set -e; \ 322 # delete partially updated (i.e. corrupted) files on error
|
| A D | checkpatch.pl | 1105 return 0 if (!$tree || !(-e "$root/scripts/get_maintainer.pl")); 1117 …return 1 if (!$tree || which("python3") eq "" || !(-x "$root/scripts/spdxcheck.py") || !(-e "$gitr… 1135 if (-e "$gitroot") { 1163 if (-e "$gitroot") { 1186 return 0 if ((which("git") eq "") || !(-e "$gitroot")); 1196 return ($id, $desc) if ((which("git") eq "") || !(-e "$gitroot")); 1236 die "$P: No git repository found\n" if ($git && !-e "$gitroot"); 1349 if (! -e $root . '/' . $check) { 1466 if (-e "$path/$bin") { 1478 if (-e "$path/$conf") { [all …]
|
| A D | get_maintainer.pl | 1131 && (-e "${lk_path}MAINTAINERS") 1471 if (-e "$path/$bin") { 1483 if (-e "$path/$conf") {
|
| /scripts/kconfig/tests/ |
| A D | conftest.py | 232 lambda s, e: getattr(s, attr).find(e) >= 0, 236 return self._read_and_compare(lambda s, e: getattr(s, attr) == e,
|
| /scripts/dtc/libfdt/ |
| A D | fdt_overlay.c | 699 const char *s, *e; in overlay_symbol_update() local 735 e = path + path_len; in overlay_symbol_update() 753 if ((e - s) > len && (memcmp(s, "/__overlay__/", len) == 0)) { in overlay_symbol_update() 756 rel_path_len = e - rel_path; in overlay_symbol_update() 757 } else if ((e - s) == len in overlay_symbol_update()
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 309 name: Name of the required subnode, e.g. 'subnode@1' 325 path: Path to the required node, e.g. '/node@3/subnode@1' 346 FdtException on error (e.g. nodeoffset is invalid) 388 prop_offset: Offset of property (e.g. from first_property_offset()) 395 FdtException on error (e.g. invalid prop_offset or device 418 FdtError if any error occurs (e.g. the property is not found) 485 e.g. with something like: 496 (e.g. -NOTFOUND).
|