| /scripts/ |
| D | Makefile.modinst | 22 $(call cmd,symlink) 28 $(call cmd,install_modorder) 39 $(call cmd,install) 127 $(call cmd,install) 128 $(call cmd,strip) 129 $(call cmd,sign) 133 $(call cmd,install) 144 $(call cmd,depmod) 153 $(call cmd,sign) 168 $(call cmd,gzip) [all …]
|
| D | ver_linux | 61 function version(cmd, ver) { 62 cmd = cmd " 2>&1" 63 while (cmd | getline > 0) { 69 close(cmd)
|
| D | get_maintainer.pl | 1564 my ($cmd) = @_; 1567 my $output = `$cmd`; 1575 my ($cmd) = @_; 1578 my $output = `$cmd`; 1604 my ($cmd, $file) = @_; 1611 @lines = &{$VCS_cmds{"execute_cmd"}}($cmd); 1643 my ($cmd) = @_; 1646 @lines = &{$VCS_cmds{"execute_cmd"}}($cmd); 1671 my ($cmd) = @_; 1675 @lines = &{$VCS_cmds{"execute_cmd"}}($cmd); [all …]
|
| D | Makefile.modfinal | 62 if_changed_except = $(if $(call newer_prereqs_except,$(2))$(cmd-check), \ 63 $(cmd); \ 64 printf '%s\n' 'savedcmd_$@ := $(make-cmd)' > $(dot-target).cmd, @:) 70 +$(if $(newer-prereqs),$(call cmd,btf_ko)) 88 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
| D | Kbuild.include | 153 cmd = @$(if $(cmd_$(1)),set -e; $($(quiet)log_print) $(delete-on-interrupt) $(cmd_$(1)),:) 166 # If the target does not exist, the *.cmd file should not be included so 169 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(savedcmd_$@))), \ 173 cmd-check = $(if $(strip $(savedcmd_$@)),,1) 176 # Replace >$< with >$$< to preserve $ when reloading the .cmd file 178 # Replace >#< with >$(pound)< to avoid starting a comment in the .cmd file 182 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1))))) 187 # empty even if the target does not exist. cmd-check saves this corner case. 194 if-changed-cond = $(newer-prereqs)$(cmd-check)$(check-FORCE) 200 $(cmd); \ [all …]
|
| D | get_feat.pl | 44 my ($cmd, $arg) = @ARGV; 46 pod2usage(2) if ($cmd ne "current" && $cmd ne "rest" && $cmd ne "validate" 47 && $cmd ne "ls" && $cmd ne "list"); 514 if ($cmd eq "current") { 519 if ($cmd eq "ls" or $cmd eq "list") { 530 if ($cmd ne "validate") {
|
| D | Makefile.build | 133 $(call cmd,cc_symtypes_c) 173 >> $(dot-target).cmd; \ 223 $(call cmd,checksrc) 224 $(call cmd,checkdoc) 225 $(call cmd,gen_objtooldep) 226 $(call cmd,gen_symversions_c) 227 $(call cmd,record_mcount) 228 $(call cmd,warn_shared_object) 233 $(call cmd,gen_objtooldep) 234 $(call cmd,gen_symversions_S) [all …]
|
| D | Makefile.defconf | 16 $(call cmd,merge_fragments,$1,$2) 28 $(call cmd,merge_fragments,$1,$2,-Q)
|
| D | kernel-doc | 298 my $cmd = $1; 300 if ($cmd eq "man") { 304 } elsif ($cmd eq "rst") { 308 } elsif ($cmd eq "none") { 310 } elsif ($cmd eq "module") { # not needed for XML, inherits from calling document 312 } elsif ($cmd eq "function") { # to only output specific functions 316 } elsif ($cmd eq "nosymbol") { # Exclude specific symbols 319 } elsif ($cmd eq "export") { # only exported symbols 322 } elsif ($cmd eq "internal") { # only non-exported symbols 325 } elsif ($cmd eq "export-file") { [all …]
|
| D | Makefile.dtbinst | 23 $(call cmd,dtb_install) 31 $$(call cmd,dtb_install)
|
| D | Makefile.vdsoinst | 20 $$(call cmd,install) 28 $$(call cmd,symlink)
|
| D | get_abi.pl | 57 my ($cmd, $arg) = @ARGV; 59 pod2usage(2) if ($cmd ne "search" && $cmd ne "rest" && $cmd ne "validate" && $cmd ne "undefined"); 60 pod2usage(2) if ($cmd eq "search" && !$arg); 948 if ($cmd eq "undefined" || $cmd eq "search") { 961 if ($cmd eq "undefined") { 963 } elsif ($cmd eq "search") { 966 if ($cmd eq "rest") {
|
| D | Makefile.asm-headers | 74 $(if $(unwanted),$(call cmd,remove)) 78 $(call cmd,wrap) 104 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
| D | Makefile.package | 54 $(call cmd,mkspec) 103 $(call cmd,debianize) 179 $(call cmd,tar) 199 $(call cmd,copy) 208 $(call cmd,perf_version_file) 264 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
| D | Makefile.vmlinux_o | 61 $(call cmd,gen_objtooldep) 106 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
| D | Makefile.headersinst | 73 $(call cmd,remove) 79 -include $(foreach f,$(existing-headers),$(dir $(f)).$(notdir $(f)).cmd)
|
| D | make_fit.py | 239 cmd = inf.read() 241 if 'scripts/dtc/fdtoverlay' in cmd: 243 files = cmd.split()
|
| D | leaking_addresses.pl | 432 open my $cmd, '-|', 'dmesg'; 433 while (<$cmd>) { 438 close $cmd;
|
| D | Makefile.clean | 47 $(call cmd,clean)
|
| D | Makefile.vmlinux | 82 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
| D | sphinx-pre-install | 262 my $cmd = shift; 265 open IN, "$cmd --version 2>&1 |";
|
| /scripts/gdb/linux/ |
| D | symbols.py | 31 cmd = self.gdb_command 34 cmd.module_files_updated = False 43 if module_name in cmd.loaded_modules: 46 cmd.load_all_symbols() 48 cmd.load_module_symbols(module)
|
| /scripts/kconfig/ |
| D | preprocess.c | 150 char *cmd; in do_shell() local 154 cmd = argv[0]; in do_shell() 156 p = popen(cmd, "r"); in do_shell() 158 perror(cmd); in do_shell() 179 perror(cmd); in do_shell()
|
| D | Makefile | 112 $(call cmd,merge_fragments) 234 $(call cmd,conf_cfg)
|
| /scripts/mod/ |
| D | sumversion.c | 306 char *cmd, *file, *line, *dir, *pos; in parse_source_files() local 310 cmd = xmalloc(strlen(objfile) + sizeof("..cmd")); in parse_source_files() 316 sprintf(cmd, "%.*s.%s.cmd", dirlen, objfile, base); in parse_source_files() 319 sprintf(cmd, ".%s.cmd", objfile); in parse_source_files() 325 file = read_text_file(cmd); in parse_source_files() 388 free(cmd); in parse_source_files()
|