/scripts/dtc/ |
D | checks.c | 41 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 …]
|
D | update-dtc-source.sh | 42 make check
|
D | dtc-parser.tab.c_shipped | 1062 is an error action. In that case, don't check for expected
|
/scripts/ |
D | Makefile.headersinst | 34 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)
|
D | Makefile.gcc-plugins | 45 PHONY += gcc-plugins-check 46 gcc-plugins-check: FORCE 63 gcc-plugins: scripts_basic gcc-plugins-check
|
D | Makefile | 32 hostprogs-y += unifdef docproc check-lc_ctype 40 build_check-lc_ctype: $(obj)/check-lc_ctype
|
D | .gitignore | 11 check-lc_ctype
|
D | xz_wrap.sh | 23 exec xz --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
|
D | Kbuild.include | 41 # 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), \
|
D | checkpatch.pl | 32 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 …]
|
D | spelling.txt | 196 cehck||check 209 chcek||check 210 chck||check
|
D | Makefile.lib | 415 xz --check=crc32 --lzma2=dict=1MiB) > $@ || \
|
D | analyze_suspend.py | 438 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):
|
D | Makefile.build | 290 objtool_args = check
|
/scripts/coccinelle/free/ |
D | ifnullfree.cocci | 1 /// 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/ |
D | Makefile | 160 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))
|
D | zconf.tab.c_shipped | 1223 is an error action. In that case, don't check for expected
|
/scripts/kconfig/lxdialog/ |
D | check-lxdialog.sh | 47 check() { function 77 check
|
D | util.c | 58 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()
|
D | dialog.h | 142 struct dialog_color check; member
|
D | checklist.c | 47 : dlg.check.atr); in print_item()
|
/scripts/coccinelle/null/ |
D | kmerr.cocci | 2 /// NULL check. It only gives a report in the case where there is some
|
/scripts/mod/ |
D | modpost.c | 1085 const struct sectioncheck *check = §ioncheck[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/ |
D | parse.tab.c_shipped | 1260 is an error action. In that case, don't check for expected
|