Home
last modified time | relevance | path

Searched refs:cmd (Results 1 – 25 of 29) sorted by relevance

12

/scripts/
DMakefile.modinst22 $(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 …]
Dver_linux61 function version(cmd, ver) {
62 cmd = cmd " 2>&1"
63 while (cmd | getline > 0) {
69 close(cmd)
Dget_maintainer.pl1564 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 …]
DMakefile.modfinal62 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)
DKbuild.include153 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 …]
Dget_feat.pl44 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") {
DMakefile.build133 $(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 …]
DMakefile.defconf16 $(call cmd,merge_fragments,$1,$2)
28 $(call cmd,merge_fragments,$1,$2,-Q)
Dkernel-doc298 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 …]
DMakefile.dtbinst23 $(call cmd,dtb_install)
31 $$(call cmd,dtb_install)
DMakefile.vdsoinst20 $$(call cmd,install)
28 $$(call cmd,symlink)
Dget_abi.pl57 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") {
DMakefile.asm-headers74 $(if $(unwanted),$(call cmd,remove))
78 $(call cmd,wrap)
104 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
DMakefile.package54 $(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)
DMakefile.vmlinux_o61 $(call cmd,gen_objtooldep)
106 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
DMakefile.headersinst73 $(call cmd,remove)
79 -include $(foreach f,$(existing-headers),$(dir $(f)).$(notdir $(f)).cmd)
Dmake_fit.py239 cmd = inf.read()
241 if 'scripts/dtc/fdtoverlay' in cmd:
243 files = cmd.split()
Dleaking_addresses.pl432 open my $cmd, '-|', 'dmesg';
433 while (<$cmd>) {
438 close $cmd;
DMakefile.clean47 $(call cmd,clean)
DMakefile.vmlinux82 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
Dsphinx-pre-install262 my $cmd = shift;
265 open IN, "$cmd --version 2>&1 |";
/scripts/gdb/linux/
Dsymbols.py31 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/
Dpreprocess.c150 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()
DMakefile112 $(call cmd,merge_fragments)
234 $(call cmd,conf_cfg)
/scripts/mod/
Dsumversion.c306 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()

12