/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | srcu_lockdep.sh | 23 PATH=${RCUTORTURE}/bin:$PATH; export PATH
|
H A D | kvm-again.sh | 50 PATH=${RCUTORTURE}/bin:$PATH; export PATH
|
H A D | kvm.sh | 28 PATH=${RCUTORTURE}/bin:$PATH; export PATH 395 PATH="$PATH"; export PATH
|
H A D | kvm-remote.sh | 23 PATH=${RCUTORTURE}/bin:$PATH; export PATH 236 ssh -o BatchMode=yes "$i" "cd \"$resdir/$ds\"; touch remote.run; PATH=\"$T/bin:$PATH\" nohup kvm-remote-$curbatch.sh > kvm-remote-$curbatch.sh.out 2>&1 &" 1>&2
|
H A D | torture.sh | 17 PATH=${RCUTORTURE}/bin:$PATH; export PATH
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm.sh | 26 PATH=${KVM}/bin:$PATH; export PATH 342 PATH="$PATH"; export PATH
|
/kernel/linux/build/ |
H A D | kernel.mk | 44 PATH := $(CLANG_HOST_TOOLCHAIN):$(PATH) macro 65 PATH="$(BOOT_IMAGE_PATH):$$PATH" \
|
/kernel/linux/linux-5.10/include/sound/sof/ |
H A D | ext_manifest.h | 28 #define SOF_EXT_MAN_BUILD_VERSION(MAJOR, MINOR, PATH) ((uint32_t)( \ 31 (PATH)))
|
/kernel/linux/linux-6.6/include/sound/sof/ |
H A D | ext_manifest.h | 28 #define SOF_EXT_MAN_BUILD_VERSION(MAJOR, MINOR, PATH) ((uint32_t)( \ 31 (PATH)))
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | unicast_extensions.sh | 33 # nettest can be run from PATH or from same directory as this selftest 35 PATH=$PWD:$PATH
|
/kernel/linux/linux-5.10/Documentation/ |
H A D | Makefile | 39 $(warning The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed and in PATH, or set the SPHINXBUILD make variable to point to the full path of the '$(SPHINXBUILD)' executable.) 103 $(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to produce PDF output.)
|
/kernel/linux/linux-6.6/Documentation/ |
H A D | Makefile | 41 $(warning The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed and in PATH, or set the SPHINXBUILD make variable to point to the full path of the '$(SPHINXBUILD)' executable.) 133 $(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to produce PDF output.)
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
H A D | vmtest.sh | 113 # alpine (used in post-container requires the PATH to have /bin 114 export PATH=$PATH:/bin
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | open_flags.c | 59 P_FLAG(PATH); in open__scnprintf_flags()
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | open_flags.c | 59 P_FLAG(PATH); in open__scnprintf_flags()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | sphinx-pre-install | 147 foreach(split(/:/, $ENV{PATH})) { 159 foreach my $dir (split(/:/, $ENV{PATH})) { 163 foreach my $dir (split(/:/, $ENV{PATH})) { 346 my @path = split ":", $ENV{PATH};
|
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | order-list-attributes.c | 117 [PATH] = ACPI_TYPE_STRING, 186 case PATH: in hp_populate_ordered_list_elements_from_package()
|
H A D | enum-attributes.c | 112 [PATH] = ACPI_TYPE_STRING, 176 case PATH: in hp_populate_enumeration_elements_from_package()
|
H A D | int-attributes.c | 126 [PATH] = ACPI_TYPE_STRING, 194 case PATH: in hp_populate_integer_elements_from_package()
|
H A D | string-attributes.c | 117 [PATH] = ACPI_TYPE_STRING, 184 case PATH: in hp_populate_string_elements_from_package()
|
H A D | passwdobj-attributes.c | 207 [PATH] = ACPI_TYPE_STRING, 275 case PATH: in hp_populate_password_elements_from_package()
|
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/ |
H A D | Makefile | 15 echo "Ensure dtschema python package is installed and in your PATH." >&2; \ 16 echo "Current PATH is:" >&2; \ 17 echo "$$PATH" >&2; false; }
|
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 273 export PATH := $(TOOLCHAIN_PATH)/bin:$(PATH) macro 278 export PATH := $(TOOLCHAIN_PATH)/bin/ccache:$(PATH) macro
|
/kernel/linux/linux-6.6/scripts/ |
H A D | sphinx-pre-install | 152 foreach(split(/:/, $ENV{PATH})) { 164 foreach my $dir (split(/:/, $ENV{PATH})) { 168 foreach my $dir (split(/:/, $ENV{PATH})) { 348 my @path = split ":", $ENV{PATH};
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtx_diff | 272 # ----- prefer dtc from linux kernel, allow fallback to dtc in $PATH 313 'export KBUILD_OUTPUT=\${dir}' or add \${dir}/scripts/dtc to \$PATH 319 Fallback '${__DTC}' was also not in \${PATH} or is not executable.
|