Searched refs:PATH (Results 1 – 25 of 44) sorted by relevance
12
20 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
26 PATH=${KVM}/bin:$PATH; export PATH342 PATH="$PATH"; export PATH
53 PATH=${KVM}/bin:$PATH; export PATH
19 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
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 located47 User can then *cat PATH* to see the bpf iterator output.
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 programs130 from the *OBJ* under *PATH* directory.145 Note: *PATH* must be located in *bpffs* mount. It must not
19 PATH="$PATH:/sbin"
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};
114 export PATH=${CROSS_COMPILER_DIR}:$PATH341 original_path=$PATH363 PATH=${BIN_LOCATE_DIR}/${testsuite}/testcases/bin:${TEST_ROOT}/lib:$PATH414 PATH=${original_path}
44 PATH := $(CLANG_HOST_TOOLCHAIN):$(PATH)65 PATH="$(BOOT_IMAGE_PATH):$$PATH" \
28 #define SOF_EXT_MAN_BUILD_VERSION(MAJOR, MINOR, PATH) ((uint32_t)( \ argument31 (PATH)))
15 MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-u…
78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make AR…
29 p[:[GRP/]EVENT] PATH:OFFSET [FETCHARGS] : Set a uprobe30 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)
25 set(CMAKE_C_COMPILER "${TOOLCHAIN_DIR}/arm-none-eabi-gcc" CACHE PATH "arm-gcc C compiler" FORCE)26 set(CMAKE_ASM_COMPILER "${TOOLCHAIN_DIR}/arm-none-eabi-gcc" CACHE PATH "arm-gcc ASM compiler" FORCE)
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 …
59 P_FLAG(PATH); in open__scnprintf_flags()
69 PATH ([/]*[-A-Za-z0-9_.])+273 <INCLUDE>{PATH} {
313 'export KBUILD_OUTPUT=\${dir}' or add \${dir}/scripts/dtc to \$PATH319 Fallback '${__DTC}' was also not in \${PATH} or is not executable.
75 export PATH=/opt/clang-bpf/bin:$PATH
37 --vmlinux=PATH::43 --module=MODNAME|PATH::50 --source=PATH::139 --exec=PATH::
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
146 Your interpreter should NOT look in the PATH for the filename; the kernel147 passes it the full filename (or the file descriptor) to use. Using ``$PATH`` can
162 env PATH="$(objtree)/scripts/dtc:$(PATH)" \