Searched refs:check (Results 1 – 15 of 15) sorted by relevance
/scripts/dtc/ |
D | checks.c | 27 struct check; 29 typedef void (*check_fn)(struct check *c, struct dt_info *dti, struct node *node); 31 struct check { struct 39 struct check **prereq; argument 43 static struct check *nm_##_prereqs[] = { __VA_ARGS__ }; \ 44 static struct check nm_ = { \ 61 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg() 134 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props() 146 static bool run_check(struct check *c, struct dt_info *dti) in run_check() 160 struct check *prq = c->prereq[i]; in run_check() [all …]
|
D | update-dtc-source.sh | 50 make check
|
/scripts/coccinelle/free/ |
D | ifnullfree.cocci | 2 /// NULL check before some freeing functions is not needed. 5 /// "kfree(NULL) is safe this check is probably not required" 60 cocci.print_main("NULL check before that freeing function is not needed", p) 66 msg = "WARNING: NULL check before some freeing functions is not needed."
|
/scripts/ |
D | xz_wrap.sh | 23 exec $XZ --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
|
D | Kbuild.include | 47 # filechk is used to check if the content of a generated file is updated. 132 # string if equal. User may override this check using make KBUILD_NOCMDDEP=1 133 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \ 136 cmd-check = $(if $(strip $(cmd_$@)),,1) 155 if_changed = $(if $(newer-prereqs)$(cmd-check), \ 160 if_changed_dep = $(if $(newer-prereqs)$(cmd-check),$(cmd_and_fixdep),@:) 168 # Will check if $(cmd_foo) or any of the prerequisites changed, 170 if_changed_rule = $(if $(newer-prereqs)$(cmd-check),$(rule_$(1)),@:) 196 $(if $(cmd-check), \
|
D | checkpatch.pl | 39 my $check = 0; 304 'subjective!' => \$check, 305 'strict!' => \$check, 377 $check_orig = $check; 1381 foreach my $check (@tree_check) { 1382 if (! -e $root . '/' . $check) { 2487 if ($check && report("CHECK", $type, $msg)) { 2892 $check = 1; 2894 $check = $check_orig; 4386 my $check = 0; [all …]
|
D | Makefile.lib | 247 $(if $(CONFIG_UNWINDER_ORC),orc generate,check) \ 480 cmd_xzmisc = cat $(real-prereqs) | $(XZ) --check=crc32 --lzma2=dict=1MiB > $@
|
D | Kconfig.include | 38 # check if $(CC) and $(LD) exist
|
D | spelling.txt | 271 cehck||check 286 chcek||check 287 chck||check
|
/scripts/coccinelle/null/ |
D | kmerr.cocci | 3 /// NULL check. It only gives a report in the case where there is some
|
/scripts/kconfig/lxdialog/ |
D | util.c | 45 dlg.check.atr = A_BOLD; in set_mono_theme() 85 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 126 DLG_COLOR(check, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 205 init_one_color(&dlg.check); in init_dialog_colors()
|
D | dialog.h | 123 struct dialog_color check; member
|
D | checklist.c | 34 : dlg.check.atr); in print_item()
|
/scripts/mod/ |
D | modpost.c | 1140 const struct sectioncheck *check = §ioncheck[0]; in section_mismatch() local 1152 if (match(fromsec, check->fromsec)) { in section_mismatch() 1153 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch() 1154 return check; in section_mismatch() 1155 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch() 1156 return check; in section_mismatch() 1158 check++; in section_mismatch()
|
/scripts/coccinelle/misc/ |
D | array_size_dup.cocci | 8 /// perform arithmetic overflow check. Thus, if we use an opencoded expression
|