Home
last modified time | relevance | path

Searched refs:check (Results 1 – 15 of 15) sorted by relevance

/scripts/dtc/
Dchecks.c27 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 …]
Dupdate-dtc-source.sh50 make check
/scripts/coccinelle/free/
Difnullfree.cocci2 /// 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/
Dxz_wrap.sh23 exec $XZ --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
DKbuild.include47 # 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), \
Dcheckpatch.pl39 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 …]
DMakefile.lib247 $(if $(CONFIG_UNWINDER_ORC),orc generate,check) \
480 cmd_xzmisc = cat $(real-prereqs) | $(XZ) --check=crc32 --lzma2=dict=1MiB > $@
DKconfig.include38 # check if $(CC) and $(LD) exist
Dspelling.txt271 cehck||check
286 chcek||check
287 chck||check
/scripts/coccinelle/null/
Dkmerr.cocci3 /// NULL check. It only gives a report in the case where there is some
/scripts/kconfig/lxdialog/
Dutil.c45 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()
Ddialog.h123 struct dialog_color check; member
Dchecklist.c34 : dlg.check.atr); in print_item()
/scripts/mod/
Dmodpost.c1140 const struct sectioncheck *check = &sectioncheck[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/
Darray_size_dup.cocci8 /// perform arithmetic overflow check. Thus, if we use an opencoded expression