Home
last modified time | relevance | path

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

/scripts/dtc/
Dchecks.c41 struct check;
43 typedef void (*tree_check_fn)(struct check *c, struct node *dt);
44 typedef void (*node_check_fn)(struct check *c, struct node *dt, struct node *node);
45 typedef void (*prop_check_fn)(struct check *c, struct node *dt,
48 struct check { struct
58 struct check **prereq; argument
62 static struct check *nm##_prereqs[] = { __VA_ARGS__ }; \
63 static struct check nm = { \
102 static inline void check_msg(struct check *c, const char *fmt, ...) __attribute__((format (printf, …
104 static inline void check_msg(struct check *c, const char *fmt, ...) in check_msg()
[all …]
Dupdate-dtc-source.sh42 make check
Ddtc-parser.tab.c_shipped1062 is an error action. In that case, don't check for expected
/scripts/
DMakefile.headersinst34 check-file := $(installdir)/.check
115 __headerscheck: $(subdirs) $(check-file)
118 targets += $(check-file)
119 $(check-file): scripts/headers_check.pl $(output-files) FORCE
120 $(call if_changed,check)
DMakefile.gcc-plugins45 PHONY += gcc-plugins-check
46 gcc-plugins-check: FORCE
63 gcc-plugins: scripts_basic gcc-plugins-check
DMakefile32 hostprogs-y += unifdef docproc check-lc_ctype
40 build_check-lc_ctype: $(obj)/check-lc_ctype
D.gitignore11 check-lc_ctype
Dxz_wrap.sh23 exec xz --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
DKbuild.include41 # filechk is used to check if the content of a generated file is updated.
292 # string if equal. User may override this check using make KBUILD_NOCMDDEP=1
293 arg-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \
296 arg-check = $(if $(strip $(cmd_$@)),,1)
313 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
319 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \
359 # Will check if $(cmd_foo) or any of the prerequisites changed,
361 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
389 $(if $(arg-check), \
Dcheckpatch.pl32 my $check = 0;
192 'subjective!' => \$check,
193 'strict!' => \$check,
221 $check_orig = $check;
976 foreach my $check (@tree_check) {
977 if (! -e $root . '/' . $check) {
2004 if ($check && report("CHECK", $type, $msg)) {
2361 $check = 1;
2363 $check = $check_orig;
3360 my $check = 0;
[all …]
Dspelling.txt196 cehck||check
209 chcek||check
210 chck||check
DMakefile.lib415 xz --check=crc32 --lzma2=dict=1MiB) > $@ || \
Danalyze_suspend.py438 check = self.fgetVal('kprobe_events')
440 linesack = len(check.split('\n'))
453 check = self.fgetVal('kprobe_events')
457 linesack = len(check.split('\n'))
4261 check = False
4263 check = True
4264 if(not check):
4266 if(e == 'suspend_resume' and check):
DMakefile.build290 objtool_args = check
/scripts/coccinelle/free/
Difnullfree.cocci1 /// NULL check before some freeing functions is not needed.
4 /// "kfree(NULL) is safe this check is probably not required"
52 cocci.print_main("NULL check before that freeing function is not needed", p)
58 msg = "WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recu…
/scripts/kconfig/
DMakefile160 check-lxdialog := $(srctree)/$(src)/lxdialog/check-lxdialog.sh
164 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \
201 $(Q)$(CONFIG_SHELL) $(check-lxdialog) -check $(HOSTCC) $(HOST_EXTRACFLAGS) $(HOSTLOADLIBES_mconf)
206 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(HOSTCC) $(HOSTCFLAGS))
222 HOSTLOADLIBES_mconf = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))
Dzconf.tab.c_shipped1223 is an error action. In that case, don't check for expected
/scripts/kconfig/lxdialog/
Dcheck-lxdialog.sh47 check() { function
77 check
Dutil.c58 dlg.check.atr = A_BOLD; in set_mono_theme()
98 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
139 DLG_COLOR(check, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme()
218 init_one_color(&dlg.check); in init_dialog_colors()
Ddialog.h142 struct dialog_color check; member
Dchecklist.c47 : dlg.check.atr); in print_item()
/scripts/coccinelle/null/
Dkmerr.cocci2 /// NULL check. It only gives a report in the case where there is some
/scripts/mod/
Dmodpost.c1085 const struct sectioncheck *check = &sectioncheck[0]; in section_mismatch() local
1097 if (match(fromsec, check->fromsec)) { in section_mismatch()
1098 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
1099 return check; in section_mismatch()
1100 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
1101 return check; in section_mismatch()
1103 check++; in section_mismatch()
/scripts/genksyms/
Dparse.tab.c_shipped1260 is an error action. In that case, don't check for expected