/scripts/ |
A D | Makefile.modinst | 22 $(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 D | test_doc_build.py | 203 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 D | ver_linux | 59 function version(cmd, ver) { 60 cmd = cmd " 2>&1" 61 while (cmd | getline > 0) { 67 close(cmd)
|
A D | Makefile.modfinal | 50 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 D | get_maintainer.pl | 1576 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 D | Kbuild.include | 173 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 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") {
|
A D | Makefile.defconf | 16 $(call cmd,merge_fragments,$1,$2) 28 $(call cmd,merge_fragments,$1,$2,-Q)
|
A D | Makefile.dtbinst | 23 $(call cmd,dtb_install) 31 $$(call cmd,dtb_install)
|
A D | Makefile.lib | 203 …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 D | Makefile.vdsoinst | 20 $$(call cmd,install) 28 $$(call cmd,symlink)
|
A D | kernel-doc.pl | 295 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 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)
|
A 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)
|
A D | Makefile.vmlinux_o | 68 $(call cmd,gen_objtooldep) 113 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
A D | Makefile.headersinst | 73 $(call cmd,remove) 79 -include $(foreach f,$(existing-headers),$(dir $(f)).$(notdir $(f)).cmd)
|
A D | make_fit.py | 239 cmd = inf.read() 241 if 'scripts/dtc/fdtoverlay' in cmd: 243 files = cmd.split()
|
A D | leaking_addresses.pl | 432 open my $cmd, '-|', 'dmesg'; 433 while (<$cmd>) { 438 close $cmd;
|
A D | Makefile.build | 235 $(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 D | Makefile.clean | 47 $(call cmd,clean)
|
A D | Makefile.modpost | 155 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
A D | Makefile.vmlinux | 131 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
/scripts/gdb/linux/ |
A D | symbols.py | 33 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 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()
|
/scripts/mod/ |
A 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() 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()
|