Searched refs:run (Results 1 – 7 of 7) sorted by relevance
/scripts/ |
D | Kbuild.include | 89 # try-run 90 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) 93 try-run = $(shell set -e; \ 106 as-option = $(call try-run,\ 112 as-instr = $(call try-run,\ 117 __cc-option = $(call try-run,\ 128 cc-option-yn = $(call try-run,\ 133 cc-disable-warning = $(call try-run,\ 142 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))
|
D | bpf_helpers_doc.py | 143 def run(self): member in HeaderParser 600 headerParser.run()
|
D | dev-needs.sh | 10 This script needs to be run on the target device once it has booted to a
|
D | Makefile.lib | 311 dtc-option = $(call try-run, $(DTC) $1 -v,$1)
|
/scripts/clang-tools/ |
D | run-clang-tools.py | 54 p = subprocess.run(["clang-tidy", "-p", args.path, checks, entry["file"]],
|
/scripts/dtc/ |
D | dtx_diff | 52 If this script is not run from the root of the linux source tree, 316 If \${KBUILD_OUTPUT} is a relative path, then '-s SRCDIR', -S, or run
|
/scripts/package/ |
D | builddeb | 205 test -d $debhookdir/$script.d && run-parts --arg="$version" --arg="/$installed_image_path" $debhook…
|