Searched refs:check (Results 1 – 14 of 14) sorted by relevance
| /scripts/dtc/ |
| A D | checks.c | 41 struct check; 45 struct check { struct 53 struct check **prereq; argument 57 static struct check *nm_##_prereqs[] = { __VA_ARGS__ }; \ 58 static struct check nm_ = { \ 140 struct check *prq = c->prereq[i]; in run_check() 1278 static void check_gpios_property(struct check *c, in check_gpios_property() 1552 static struct check *check_table[] = { 1639 struct check *cc = check_table[i]; in disable_warning_error() 1665 struct check *c = check_table[i]; in parse_checks_option() [all …]
|
| A D | update-dtc-source.sh | 50 make check
|
| A D | README | 41 If you add new features, please check code coverage: 92 Test files are kept in the tests/ directory. Use 'make check' to build and run
|
| /scripts/coccinelle/free/ |
| A D | ifnullfree.cocci | 2 /// NULL check before some freeing functions is not needed. 5 /// "kfree(NULL) is safe this check is probably not required" 50 cocci.print_main("NULL check before that freeing function is not needed", p) 56 msg = "WARNING: NULL check before some freeing functions is not needed."
|
| /scripts/ |
| A D | Kbuild.include | 50 # filechk is used to check if the content of a generated file is updated. 243 # string if equal. User may override this check using make KBUILD_NOCMDDEP=1 244 arg-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \ 247 arg-check = $(if $(strip $(cmd_$@)),,1) 264 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \ 270 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)),$(cmd_and_fixdep),@:) 278 # Will check if $(cmd_foo) or any of the prerequisites changed, 280 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check)),$(rule_$(1)),@:) 306 $(if $(arg-check), \
|
| A D | checkpatch.pl | 39 my $check = 0; 305 'strict!' => \$check, 378 $check_orig = $check; 2982 $check = 1; 4390 my $check = 0; 4397 $check = 1; 4405 $check = 0; 4416 $check = 0; 4441 $check = 0; 5299 if ($check) { [all …]
|
| A D | Makefile.xpl | 247 spl/boot.bin: zynqmp-check-pmufw 248 zynqmp-check-pmufw: FORCE
|
| A D | Makefile.build | 233 objtool_args = $(if $(CONFIG_UNWINDER_ORC),orc generate,check)
|
| A D | spelling.txt | 309 cehck||check 324 chcek||check 325 chck||check
|
| /scripts/coccinelle/null/ |
| A D | kmerr.cocci | 2 /// NULL check. It only gives a report in the case where there is some
|
| /scripts/kconfig/lxdialog/ |
| A D | util.c | 45 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()
|
| A D | dialog.h | 123 struct dialog_color check; member
|
| A D | checklist.c | 34 : dlg.check.atr); in print_item()
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 87 This is used to check for errors returned by libfdt C functions. 107 This is used to check for a NULL return value from certain libfdt C 308 parentoffset: Offset of the parent node to check 340 nodeoffset: Offset of node to check 354 nodeoffset: Offset to the node to check 430 nodeoffset: Node offset to check 454 nodeoffset: Node offset to check
|
Completed in 29 milliseconds