| /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() 135 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props() 155 static bool run_check(struct check *c, struct dt_info *dti) in run_check() 169 struct check *prq = c->prereq[i]; in run_check() [all …]
|
| D | update-dtc-source.sh | 51 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."
|
| D | ifnulldev_put.cocci | 3 /// NULL check before dev_{put, hold} functions is not needed. 48 cocci.print_main("NULL check before dev_{put, hold} functions is not needed", p) 54 msg = "WARNING: NULL check before dev_{put, hold} functions is not needed."
|
| /scripts/ |
| D | Makefile.kasan | 17 check-args = $(foreach arg,$(2),$(call $(1),$(arg))) 101 CFLAGS_KASAN += $(call check-args, cc-param, $(kasan_params)) 105 RUSTFLAGS_KASAN += $(call check-args, rustc-param, $(kasan_params))
|
| D | Kbuild.include | 85 # filechk is used to check if the content of a generated file is updated. 98 $(check-FORCE) 165 # string if equal. User may override this check using make KBUILD_NOCMDDEP=1 169 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(savedcmd_$@))), \ 173 cmd-check = $(if $(strip $(savedcmd_$@)),,1) 187 # empty even if the target does not exist. cmd-check saves this corner case. 192 check-FORCE = $(if $(filter FORCE, $^),,$(warning FORCE prerequisite is missing)) 194 if-changed-cond = $(newer-prereqs)$(cmd-check)$(check-FORCE) 212 # Will check if $(cmd_foo) or any of the prerequisites changed, 240 $(if $(cmd-check), \
|
| D | Makefile.dtbs | 68 dtb-check-enabled = $(if $(filter %.dtb, $@),y) 71 quiet_dtb_check_tag = $(if $(dtb-check-enabled),[C], ) 72 cmd_dtb_check = $(if $(dtb-check-enabled),; $(DT_CHECKER) $(DT_CHECKER_FLAGS) -u $(srctree)/$(DT_BI…
|
| D | check-uapi.sh | 11 $name - check for UAPI header stability across Git commits 13 By default, the script will check to make sure the latest commit (or current 15 check against additional commit ranges with the -b and -p options. 17 The script will not check UAPI headers for architectures other than the one 38 ARCH Target architecture for the UAPI check (default is host arch)
|
| D | Makefile.package | 12 .tmp_HEAD: check-git FORCE 15 PHONY += check-git 16 check-git: 17 @if ! $(srctree)/scripts/check-git; then \ 132 --no-check-builddeps) \
|
| D | xz_wrap.sh | 162 exec $XZ --check=crc32 --threads=1 $BCJ --lzma2=$LZMA2OPTS,dict=128MiB
|
| D | Makefile.modfinal | 62 if_changed_except = $(if $(call newer_prereqs_except,$(2))$(cmd-check), \
|
| D | bpf_doc.py | 413 capture_output=True, check=True) 418 cwd=linuxRoot, capture_output=True, check=True) 430 capture_output=True, check=True)
|
| D | Makefile.modinst | 163 cmd_xz = $(XZ) --check=crc32 --lzma2=dict=1MiB -f $<
|
| D | checkpatch.pl | 40 my $check = 0; 307 'subjective!' => \$check, 308 'strict!' => \$check, 380 $check_orig = $check; 1386 foreach my $check (@tree_check) { 1387 if (! -e $root . '/' . $check) { 2492 if ($check && report("CHECK", $type, $msg)) { 2900 $check = 1; 2902 $check = $check_orig; 4390 my $check = 0; [all …]
|
| D | Kconfig.include | 39 # check if $(CC) and $(LD) exist
|
| /scripts/gendwarfksyms/ |
| D | dwarf.c | 306 check(process_type(state, cache, &type)); in process_type_attr() 416 check(process_die_container(state, cache, die, process_type, in process_array_type() 432 check(process_die_container(state, cache, die, process_type, in __process_subroutine_type() 454 check(process_die_container(state, cache, die, process_type, in process_variant_type() 467 check(process_die_container(state, cache, die, process_type, in process_variant_part_type() 674 return check(process_type(state, cache, die)); in ___process_structure_type() 676 return check(process_type(state, cache, die)); in ___process_structure_type() 706 check(process_die_container(state, cache, die, process_func, in __process_structure_type() 741 check(process_type(state, cache, &placeholder)); in DEFINE_PROCESS_STRUCTURE_TYPE() 826 check(process_type(state, NULL, &child)); in process_cached() [all …]
|
| D | kabi.c | 194 check(elf_end(elf)); in kabi_read_rules() 246 check(elf_end(elf)); in kabi_read_rules()
|
| D | gendwarfksyms.c | 181 check(fclose(symfile)); in main()
|
| D | gendwarfksyms.h | 75 #define check(expr) __check(expr, __res) macro
|
| D | symbols.c | 281 check(elf_end(elf)); in elf_for_each_global()
|
| /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 | 32 dlg.check.atr = A_BOLD; in set_mono_theme() 68 DLG_COLOR(check, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme() 104 DLG_COLOR(check, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() 178 init_one_color(&dlg.check); in init_dialog_colors()
|
| D | dialog.h | 103 struct dialog_color check; member
|
| D | checklist.c | 34 : dlg.check.atr); in print_item()
|
| /scripts/mod/ |
| D | modpost.c | 892 const struct sectioncheck *check = §ioncheck[i]; in section_mismatch() local 894 if (match(fromsec, check->fromsec)) { in section_mismatch() 895 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch() 896 return check; in section_mismatch() 897 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch() 898 return check; in section_mismatch()
|