Home
last modified time | relevance | path

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

12

/scripts/dtc/
A Dchecks.c27 struct check;
31 struct check { struct
39 struct check **prereq; argument
44 static struct check nm_ = { \
169 struct check *prq = c->prereq[i]; in run_check()
1516 static void check_gpios_property(struct check *c, in check_gpios_property()
1598 static void check_interrupt_map(struct check *c, in check_interrupt_map()
1915 static struct check *check_table[] = {
2027 struct check *cc = check_table[i]; in disable_warning_error()
2053 struct check *c = check_table[i]; in parse_checks_option()
[all …]
A Dupdate-dtc-source.sh51 make check
/scripts/coccinelle/free/
A 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."
A Difnulldev_put.cocci3 /// 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/
A DMakefile.kasan17 check-args = $(foreach arg,$(2),$(call $(1),$(arg)))
97 CFLAGS_KASAN += $(call check-args, cc-param, $(kasan_params))
101 RUSTFLAGS_KASAN += $(call check-args, rustc-param, $(kasan_params))
A Dtest_doc_build.py203 async def run(self, cmd, capture_output=False, check=False, argument
231 if check and proc.returncode > 0:
287 verbose=args.verbose, check=True)
297 await cmd.run([pip, "install"] + reqs, check=True, verbose=args.verbose)
300 result = await cmd.run([pip, "freeze"], verbose=False, check=True)
319 await cmd.run(["make", "cleandocs"], env=env, check=True)
333 await cmd.run(make, env=env, check=True, verbose=True)
A DKbuild.include85 # 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), \
A DMakefile.dtbs68 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…
A Dcheck-uapi.sh11 $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)
A DMakefile.package12 .tmp_HEAD: check-git FORCE
15 PHONY += check-git
16 check-git:
17 @if ! $(srctree)/scripts/check-git; then \
132 --no-check-builddeps) \
A Dxz_wrap.sh162 exec $XZ --check=crc32 --threads=1 $BCJ --lzma2=$LZMA2OPTS,dict=128MiB
A DMakefile.modfinal50 if_changed_except = $(if $(call newer_prereqs_except,$(2))$(cmd-check), \
A DMakefile.modinst151 cmd_xz = $(XZ) --check=crc32 --lzma2=dict=1MiB -f $<
A Dbpf_doc.py456 capture_output=True, check=True)
461 cwd=linuxRoot, capture_output=True, check=True)
473 capture_output=True, check=True)
A Dcheckpatch.pl40 my $check = 0;
327 'strict!' => \$check,
399 $check_orig = $check;
2912 $check = 1;
4401 my $check = 0;
4408 $check = 1;
4416 $check = 0;
4427 $check = 0;
4452 $check = 0;
5310 if ($check) {
[all …]
A DKconfig.include39 # check if $(CC) and $(LD) exist
/scripts/gendwarfksyms/
A Ddwarf.c306 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()
741 check(process_type(state, cache, &placeholder)); in DEFINE_PROCESS_STRUCTURE_TYPE()
826 check(process_type(state, NULL, &child)); in process_cached()
984 check(process_func(state, cache, die)); in process_symbol()
[all …]
A Dkabi.c194 check(elf_end(elf)); in kabi_read_rules()
246 check(elf_end(elf)); in kabi_read_rules()
A Dgendwarfksyms.c181 check(fclose(symfile)); in main()
A Dgendwarfksyms.h75 #define check(expr) __check(expr, __res) macro
/scripts/coccinelle/null/
A Dkmerr.cocci3 /// NULL check. It only gives a report in the case where there is some
/scripts/kconfig/lxdialog/
A Dutil.c32 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()
A Ddialog.h103 struct dialog_color check; member
A Dchecklist.c34 : dlg.check.atr); in print_item()
/scripts/mod/
A Dmodpost.c882 const struct sectioncheck *check = &sectioncheck[i]; in section_mismatch() local
884 if (match(fromsec, check->fromsec)) { in section_mismatch()
885 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
886 return check; in section_mismatch()
887 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
888 return check; in section_mismatch()

Completed in 63 milliseconds

12