Searched refs:PATH (Results 1 – 25 of 39) sorted by relevance
12
/Linux-v5.10/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck-refscale.sh | 20 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
|
D | kvm-recheck-rcuscale.sh | 20 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
|
D | kvm.sh | 26 PATH=${KVM}/bin:$PATH; export PATH 342 PATH="$PATH"; export PATH
|
D | kvm-check-branches.sh | 53 PATH=${KVM}/bin:$PATH; export PATH
|
D | kvm-recheck.sh | 19 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
|
/Linux-v5.10/tools/bpf/bpftool/Documentation/ |
D | bpftool-iter.rst | 20 | **bpftool** **iter pin** *OBJ* *PATH* [**map** *MAP*] 28 **bpftool iter pin** *OBJ* *PATH* [**map** *MAP*] 36 and pin it to *PATH*. The *PATH* should be located 47 User can then *cat PATH* to see the bpf iterator output.
|
D | bpftool-prog.rst | 28 | **bpftool** **prog** { **load** | **loadall** } *OBJ* *PATH* [**type** *TYPE*] [**map** {**idx** … 126 …**bpftool prog { load | loadall }** *OBJ* *PATH* [**type** *TYPE*] [**map** {**idx** *IDX* | **nam… 127 Load bpf program(s) from binary *OBJ* and pin as *PATH*. 129 *OBJ* as *PATH*. **bpftool prog loadall** pins all programs 130 from the *OBJ* under *PATH* directory. 145 Note: *PATH* must be located in *bpffs* mount. It must not
|
/Linux-v5.10/include/sound/sof/ |
D | ext_manifest.h | 28 #define SOF_EXT_MAN_BUILD_VERSION(MAJOR, MINOR, PATH) ((uint32_t)( \ argument 31 (PATH)))
|
/Linux-v5.10/tools/testing/ktest/examples/ |
D | snowball.conf | 15 MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-u…
|
D | crosstests.conf | 78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make AR…
|
/Linux-v5.10/scripts/ |
D | sphinx-pre-install | 146 foreach(split(/:/, $ENV{PATH})) { 158 foreach my $dir (split(/:/, $ENV{PATH})) { 162 foreach my $dir (split(/:/, $ENV{PATH})) { 345 my @path = split ":", $ENV{PATH};
|
D | Kbuild.include | 76 # Return first <prefix> where a <prefix>gcc is found in PATH. 77 # If no gcc found in PATH with listed prefixes return nothing
|
/Linux-v5.10/Documentation/trace/ |
D | uprobetracer.rst | 29 p[:[GRP/]EVENT] PATH:OFFSET [FETCHARGS] : Set a uprobe 30 r[:[GRP/]EVENT] PATH:OFFSET [FETCHARGS] : Set a return uprobe (uretprobe) 31 p[:[GRP/]EVENT] PATH:OFFSET%return [FETCHARGS] : Set a return uprobe (uretprobe) 36 on PATH+OFFSET. 37 PATH : Path to an executable or a library. 44 @+OFFSET : Fetch memory at OFFSET (OFFSET from same file as PATH)
|
/Linux-v5.10/Documentation/ |
D | Makefile | 39 …BUILD)' command was not found. Make sure you have Sphinx installed and in PATH, or set the SPHINXB… 103 …$(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to …
|
/Linux-v5.10/tools/perf/trace/beauty/ |
D | open_flags.c | 59 P_FLAG(PATH); in open__scnprintf_flags()
|
/Linux-v5.10/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_scan.l | 69 PATH ([/]*[-A-Za-z0-9_.])+ 273 <INCLUDE>{PATH} {
|
/Linux-v5.10/scripts/dtc/ |
D | dtx_diff | 317 'export KBUILD_OUTPUT=\${dir}' or add \${dir}/scripts/dtc to \$PATH 323 Fallback '${__DTC}' was also not in \${PATH} or is not executable.
|
/Linux-v5.10/Documentation/bpf/ |
D | s390.rst | 75 export PATH=/opt/clang-bpf/bin:$PATH
|
/Linux-v5.10/tools/perf/Documentation/ |
D | perf-probe.txt | 37 --vmlinux=PATH:: 43 --module=MODNAME|PATH:: 50 --source=PATH:: 139 --exec=PATH::
|
/Linux-v5.10/tools/testing/selftests/tc-testing/ |
D | README | 119 usage: tdc.py [-h] [-p PATH] [-D DIR [DIR ...]] [-f FILE [FILE ...]] 127 -p PATH, --path PATH The full path to the tc executable to use
|
/Linux-v5.10/Documentation/admin-guide/ |
D | binfmt-misc.rst | 146 Your interpreter should NOT look in the PATH for the filename; the kernel 147 passes it the full filename (or the file descriptor) to use. Using ``$PATH`` can
|
/Linux-v5.10/arch/mips/boot/ |
D | Makefile | 162 env PATH="$(objtree)/scripts/dtc:$(PATH)" \
|
/Linux-v5.10/Documentation/power/ |
D | swsusp-dmcrypt.rst | 72 PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
/Linux-v5.10/Documentation/devicetree/ |
D | writing-schema.rst | 121 installed. Ensure they are in your PATH (~/.local/bin by default).
|
/Linux-v5.10/tools/testing/selftests/wireguard/qemu/ |
D | Makefile | 10 …astword $(subst /, ,$(firstword $(wildcard $(foreach bindir,$(subst :, ,$(PATH)),$(bindir)/$(ARCH)…
|
12