Searched refs:PATH (Results 1 – 25 of 57) sorted by relevance
123
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-recheck-refscale.sh | 20 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
|
H A D | kvm-recheck-rcuscale.sh | 20 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
|
H A D | kvm-end-run-stats.sh | 25 PATH=${RCUTORTURE}/bin:$PATH; export PATH
|
H A D | srcu_lockdep.sh | 23 PATH=${RCUTORTURE}/bin:$PATH; export PATH
|
H A D | kvm-check-branches.sh | 53 PATH=${RCUTORTURE}/bin:$PATH; export PATH
|
H A D | kvm-recheck.sh | 21 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
|
H A D | kvm-again.sh | 50 PATH=${RCUTORTURE}/bin:$PATH; export PATH
|
H A D | kvm-remote.sh | 23 PATH=${RCUTORTURE}/bin:$PATH; export PATH 242 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
|
/linux/tools/bpf/bpftool/Documentation/ |
H A 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.
|
H A 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/samples/check-exec/ |
H A D | run-script-ask.inc | 6 PATH="${PATH}:${DIR}"
|
/linux/scripts/ |
H A D | depmod.sh | 21 PATH="$PATH:/sbin"
|
H A 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/tools/testing/selftests/bpf/ |
H A D | test_bpftool.sh | 10 export PATH=$SCRIPT_DIR:$BPFTOOL_INSTALL_PATH:$PATH
|
/linux/tools/testing/ktest/examples/ |
H A D | snowball.conf | 15 MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-u…
|
H A D | crosstests.conf | 78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make AR…
|
/linux/drivers/gpu/drm/ci/ |
H A D | igt_runner.sh | 7 export PATH=$PATH:/igt/bin/
|
/linux/Documentation/trace/ |
H A 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/tools/testing/selftests/hid/ |
H A D | vmtest.sh | 115 export PATH=$PATH:/bin
|
/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | string-attributes.c | 117 [PATH] = ACPI_TYPE_STRING, 183 case PATH: in hp_populate_string_elements_from_package()
|
H A D | enum-attributes.c | 110 [PATH] = ACPI_TYPE_STRING, 174 case PATH: in hp_populate_enumeration_elements_from_package()
|
H A D | order-list-attributes.c | 115 [PATH] = ACPI_TYPE_STRING, 183 case PATH: in hp_populate_ordered_list_elements_from_package()
|
H A D | int-attributes.c | 126 [PATH] = ACPI_TYPE_STRING, 194 case PATH: in hp_populate_integer_elements_from_package()
|
/linux/tools/perf/trace/beauty/ |
H A D | open_flags.c | 59 P_FLAG(PATH); in open__scnprintf_flags()
|
/linux/scripts/dtc/ |
H A D | dtx_diff | 313 'export KBUILD_OUTPUT=\${dir}' or add \${dir}/scripts/dtc to \$PATH 319 Fallback '${__DTC}' was also not in \${PATH} or is not executable.
|
123