Searched refs:PATH (Results 1 – 25 of 66) sorted by relevance
123
/linux-6.12.1/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-end-run-stats.sh | 25 PATH=${RCUTORTURE}/bin:$PATH; export PATH
|
D | srcu_lockdep.sh | 23 PATH=${RCUTORTURE}/bin:$PATH; export PATH
|
D | kvm-check-branches.sh | 53 PATH=${RCUTORTURE}/bin:$PATH; export PATH
|
D | kvm-recheck.sh | 21 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
|
D | kvm-again.sh | 50 PATH=${RCUTORTURE}/bin:$PATH; export PATH
|
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-r…
|
D | kvm.sh | 28 PATH=${RCUTORTURE}/bin:$PATH; export PATH 406 PATH="$PATH"; export PATH
|
/linux-6.12.1/tools/bpf/bpftool/Documentation/ |
D | bpftool-iter.rst | 26 | **bpftool** **iter pin** *OBJ* *PATH* [**map** *MAP*] 34 bpftool iter pin *OBJ* *PATH* [map *MAP*] 40 The *pin* command creates a bpf iterator from *OBJ*, and pin it to *PATH*. 41 The *PATH* should be located in *bpffs* mount. It must not contain a dot 49 User can then *cat PATH* to see the bpf iterator output.
|
D | bpftool-prog.rst | 34 | **bpftool** **prog** { **load** | **loadall** } *OBJ* *PATH* [**type** *TYPE*] [**map** { **idx**… 130 bpftool prog { load | loadall } *OBJ* *PATH* [type *TYPE*] [map { idx *IDX* | name *NAME* } *MAP*] … 131 Load bpf program(s) from binary *OBJ* and pin as *PATH*. **bpftool prog 132 load** pins only the first program from the *OBJ* as *PATH*. **bpftool prog 133 loadall** pins all programs from the *OBJ* under *PATH* directory. **type** 156 Note: *PATH* must be located in *bpffs* mount. It must not contain a dot 230 (therefore, the *PATH* must not be provided).
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | test_bpftool.sh | 10 export PATH=$SCRIPT_DIR:$BPFTOOL_INSTALL_PATH:$PATH
|
/linux-6.12.1/scripts/ |
D | depmod.sh | 21 PATH="$PATH:/sbin"
|
D | sphinx-pre-install | 151 foreach(split(/:/, $ENV{PATH})) { 163 foreach my $dir (split(/:/, $ENV{PATH})) { 167 foreach my $dir (split(/:/, $ENV{PATH})) { 332 my @path = split ":", $ENV{PATH};
|
/linux-6.12.1/include/sound/sof/ |
D | ext_manifest.h | 28 #define SOF_EXT_MAN_BUILD_VERSION(MAJOR, MINOR, PATH) ((uint32_t)( \ argument 31 (PATH)))
|
/linux-6.12.1/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-6.12.1/drivers/gpu/drm/ci/ |
D | igt_runner.sh | 7 export PATH=$PATH:/igt/bin/
|
D | build.sh | 59 export PATH=$NEWPATH:$PATH
|
/linux-6.12.1/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-6.12.1/tools/testing/selftests/net/ |
D | lib.sh | 135 PATH=$PWD:$PATH
|
/linux-6.12.1/Documentation/kbuild/ |
D | llvm.rst | 51 If your LLVM tools are not available in your PATH, you can supply their 59 PATH=/path/to/llvm:$PATH make LLVM=1 72 PATH=/path/to/llvm/:$PATH make LLVM=-14 101 ``s390x-linux-gnu-objcopy``, so ensure those are reachable in your ``$PATH``.
|
/linux-6.12.1/tools/testing/selftests/hid/ |
D | vmtest.sh | 115 export PATH=$PATH:/bin
|
/linux-6.12.1/Documentation/ |
D | Makefile | 45 …BUILD)' command was not found. Make sure you have Sphinx installed and in PATH, or set the SPHINXB… 153 …$(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to …
|
/linux-6.12.1/drivers/platform/x86/hp/hp-bioscfg/ |
D | string-attributes.c | 117 [PATH] = ACPI_TYPE_STRING, 183 case PATH: in hp_populate_string_elements_from_package()
|
123