Home
last modified time | relevance | path

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

12

/scripts/
A DMakefile.modinst22 $(call cmd,symlink)
28 $(call cmd,install_modorder)
39 $(call cmd,install)
123 $(call cmd,install)
124 $(call cmd,strip)
125 $(call cmd,sign)
132 $(call cmd,depmod)
141 $(call cmd,sign)
156 $(call cmd,gzip)
159 $(call cmd,xz)
[all …]
A Dtest_doc_build.py203 async def run(self, cmd, capture_output=False, check=False, argument
215 self.log("$ " + " ".join(cmd), verbose)
217 proc = await asyncio.create_subprocess_exec(cmd[0],
218 *cmd[1:],
233 cmd=" ".join(cmd),
244 ret = subprocess.CompletedProcess(args=cmd,
268 cmd = AsyncCommands(fp)
286 await cmd.run([python_bin, "-m", "venv", venv_dir],
335 cmd.log("deactivate", verbose=True)
393 cmd = AsyncCommands(fp)
[all …]
A Dver_linux59 function version(cmd, ver) {
60 cmd = cmd " 2>&1"
61 while (cmd | getline > 0) {
67 close(cmd)
A DMakefile.modfinal50 if_changed_except = $(if $(call newer_prereqs_except,$(2))$(cmd-check), \
51 $(cmd); \
52 printf '%s\n' 'savedcmd_$@ := $(make-cmd)' > $(dot-target).cmd, @:)
58 +$(if $(newer-prereqs),$(call cmd,btf_ko))
76 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
A Dget_maintainer.pl1576 my ($cmd) = @_;
1579 my $output = `$cmd`;
1587 my ($cmd) = @_;
1655 my ($cmd) = @_;
1683 my ($cmd) = @_;
1700 my $cmd;
1782 my $cmd;
2330 my $cmd;
2348 my $cmd;
2371 my $cmd;
[all …]
A DKbuild.include173 cmd-check = $(if $(strip $(savedcmd_$@)),,1)
176 # Replace >$< with >$$< to preserve $ when reloading the .cmd file
194 if-changed-cond = $(newer-prereqs)$(cmd-check)$(check-FORCE)
200 $(cmd); \
201 printf '%s\n' 'savedcmd_$@ := $(make-cmd)' > $(dot-target).cmd
207 $(cmd); \
208 $(objtree)/scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).cmd;\
224 # (5) - due to missing .cmd file
229 # (4) The command line stored in the file named dir/.target.cmd
232 # (5) No dir/.target.cmd file (used to store command line)
[all …]
A 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") {
A DMakefile.defconf16 $(call cmd,merge_fragments,$1,$2)
28 $(call cmd,merge_fragments,$1,$2,-Q)
A DMakefile.dtbinst23 $(call cmd,dtb_install)
31 $$(call cmd,dtb_install)
A DMakefile.lib203 …ep = $(if $(objtool-enabled), { echo ; echo '$@: $$(wildcard $(objtool))' ; } >> $(dot-target).cmd)
249 $(call cmd,checksrc)
250 $(call cmd,checkdoc)
251 $(call cmd,gen_objtooldep)
252 $(call cmd,gen_symversions_c)
253 $(call cmd,record_mcount)
254 $(call cmd,warn_shared_object)
262 $(call cmd,gen_objtooldep)
263 $(call cmd,gen_symversions_S)
264 $(call cmd,warn_shared_object)
[all …]
A DMakefile.vdsoinst20 $$(call cmd,install)
28 $$(call cmd,symlink)
A Dkernel-doc.pl295 my $cmd = $1;
297 if ($cmd eq "man") {
301 } elsif ($cmd eq "rst") {
305 } elsif ($cmd eq "none") {
322 } elsif ($cmd eq "export-file") {
325 } elsif ($cmd eq "v") {
327 } elsif ($cmd eq "Werror") {
329 } elsif ($cmd eq "Wreturn") {
331 } elsif ($cmd eq "Wshort-desc" or $cmd eq "Wshort-description") {
333 } elsif ($cmd eq "Wall") {
[all …]
A DMakefile.asm-headers74 $(if $(unwanted),$(call cmd,remove))
78 $(call cmd,wrap)
104 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
A 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)
A DMakefile.vmlinux_o68 $(call cmd,gen_objtooldep)
113 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
A DMakefile.headersinst73 $(call cmd,remove)
79 -include $(foreach f,$(existing-headers),$(dir $(f)).$(notdir $(f)).cmd)
A Dmake_fit.py239 cmd = inf.read()
241 if 'scripts/dtc/fdtoverlay' in cmd:
243 files = cmd.split()
A Dleaking_addresses.pl432 open my $cmd, '-|', 'dmesg';
433 while (<$cmd>) {
438 close $cmd;
A DMakefile.build235 $(cmd_gensymtypes_$1) >> $(dot-target).cmd; \
288 $(call cmd,force_checksrc)
350 $(call cmd,gen_objtooldep)
452 $(call cmd,asn1_compiler)
497 $(call cmd,gen_objtooldep)
578 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
A DMakefile.clean47 $(call cmd,clean)
A DMakefile.modpost155 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
A DMakefile.vmlinux131 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
/scripts/gdb/linux/
A Dsymbols.py33 cmd = self.gdb_command
36 cmd.module_files_updated = False
42 if module_name in cmd.loaded_modules:
45 cmd.load_all_symbols()
47 cmd.load_module_symbols(module)
/scripts/kconfig/
A 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()
/scripts/mod/
A Dsumversion.c306 char *cmd, *file, *line, *dir, *pos; in parse_source_files() local
310 cmd = xmalloc(strlen(objfile) + sizeof("..cmd")); in parse_source_files()
314 sprintf(cmd, "%.*s.%s.cmd", dirlen, objfile, base); in parse_source_files()
320 file = read_text_file(cmd); in parse_source_files()
383 free(cmd); in parse_source_files()

Completed in 20 milliseconds

12