Searched refs:find (Results 1 – 25 of 711) sorted by relevance
12345678910>>...29
/kernel/linux/linux-5.10/tools/perf/ |
D | perf-with-kcore.sh | 109 …find "$USER_HOME/.debug" -xdev -type d ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE… 110 …find "$USER_HOME/.debug" -xdev -type f -links 1 ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE… 111 …find "$USER_HOME/.debug" -xdev -type l ! -user "$SUDO_USER" -ls -exec chown -h "$SUDO_USE… 114 …find "$USER_HOME/.debug" -xdev -type d ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID… 115 …find "$USER_HOME/.debug" -xdev -type f -links 1 ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID… 116 …find "$USER_HOME/.debug" -xdev -type l ! -group "$SUDO_GID" -ls -exec chgrp -h "$SUDO_GID… 128 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -user "$USER" -print -quit) 129 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -user "$USER" -print -quit) 130 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type l ! -user "$USER" -print -quit) 132 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -group "$GROUPS" -print -quit) [all …]
|
/kernel/linux/linux-5.10/scripts/ |
D | tags.sh | 39 ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ') 48 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print; 54 include=$(find ${tree}arch/$1/ -name include -type d -print); 57 find $include $ignore -name "$2" -not -type l -print; 64 find ${tree}include $ignore -name config -prune -o -name "$1" \ 72 find ${tree}* $ignore \ 99 include/generated/autoconf.h $(find $ignore -name "*.cmd" -exec \ 115 find ${tree}arch/ -maxdepth 1 $ignore \
|
D | documentation-file-ref-check | 223 my @find = split /\s+/, $f; 227 } elsif (scalar(@find) > 1) { 229 foreach my $j (@find) { 234 $f = $find[0];
|
D | Makefile.headersinst | 29 src-headers := $(if $(src-subdirs), $(shell cd $(src) && find $(src-subdirs) -name '*.h')) 31 gen-headers := $(if $(gen-subdirs), $(shell cd $(gen) && find $(gen-subdirs) -name '*.h')) 49 old-headers := $(if $(old-subdirs),$(shell find $(old-subdirs) -name '*.h'))
|
/kernel/linux/linux-5.10/kernel/ |
D | gen_kheaders.sh | 70 do find "$f" -name "*.h"; 78 do find "$f" -name "*.h"; 82 find $cpio_dir -type f -print0 | 88 find $cpio_dir -printf "./%P\n" | LC_ALL=C sort | \
|
/kernel/liteos_a/tools/scripts/parse_exc/ |
D | parse_excinfo.py | 77 lines = lines[lines.find(string):] 99 lines = lines[lines.find('lr ='):] 125 lines = lines[lines.find(string):] 150 lines = lines[lines.find('lr ='):] 171 find = -1 180 lines = lines[lines.find('lr ='):] 187 find = 0 189 return find
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/ |
D | TODO | 2 - find and remove code blocks guarded by never set CONFIG_FOO defines 3 - find and remove remaining code valid only for 5 GHz. Most of the obvious 5 - find and remove any code for other chips that is left over 7 - find codes that can use %pM and %Nph formatting
|
/kernel/linux/linux-5.10/scripts/package/ |
D | builddeb | 63 find . arch/$SRCARCH -maxdepth 1 -name Makefile\* 64 find include scripts -type f -o -type l 65 find arch/$SRCARCH -name Kbuild.platforms -o -name Platform 66 find $(find arch/$SRCARCH -name include -o -name scripts -type d) -type f 74 find arch/$SRCARCH/include Module.symvers include scripts -type f 77 find scripts/gcc-plugins -name \*.so 168 for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do
|
/kernel/linux/linux-5.10/tools/lib/lockdep/ |
D | run_tests.sh | 10 find tests -name '*.c' | sort | while read -r i; do 22 find tests -name '*.c' | sort | while read -r i; do 35 find tests -name '*.c' | sort | while read -r i; do
|
/kernel/linux/linux-5.10/tools/testing/selftests/kexec/ |
D | kexec_common_lib.sh | 52 secure_boot_file=$(find "$efivarfs" -name SecureBoot-* 2>/dev/null) 53 setup_mode_file=$(find "$efivarfs" -name SetupMode-* 2>/dev/null) 79 secure_boot_file=$(find "$efi_vars" -name SecureBoot-* 2>/dev/null) 80 setup_mode_file=$(find "$efi_vars" -name SetupMode-* 2>/dev/null)
|
/kernel/linux/linux-5.10/tools/memory-model/scripts/ |
D | newlitmushist.sh | 35 find litmus -type d -print | 40 ( cd $LKMM_DESTDIR; find litmus -name '*.litmus.out' -print ) | 46 find litmus -name '*.litmus' -exec grep -l -m 1 "^C " {} \; > $T/list-C-all
|
D | checklitmushist.sh | 35 find litmus -type d -print | ( cd $T/results; sed -e 's/^/mkdir -p /' | sh ) 39 ( cd $LKMM_DESTDIR; find litmus -name '*.litmus.out' -print ) | 55 ( cd $T/results; find litmus -type f -name '*.litmus.out' -print |
|
D | checkghlitmus.sh | 31 find litmus -type d -print | 36 ( cd $LKMM_DESTDIR; find litmus -name '*.litmus.out' -print ) | 43 find litmus -name '*.litmus' -exec grep -l -m 1 "^C " {} \; > $T/list-C
|
D | initlitmushist.sh | 57 find litmus -type d -print | 63 find litmus -name '*.litmus' -exec grep -l -m 1 "^C " {} \; > $T/list-C
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
D | load_config.py | 25 start = config_file.find('Documentation/') 27 start = config_file.find('/', start + 1) 38 if l[0].find(dir + '/') == 0:
|
/kernel/uniproton/cmake/common/build_auxiliary_script/ |
D | make_lib_rename_file_type.sh | 38 find . -name '*.s.o'| awk -F "." '{print $2}'|xargs -I'{}' mv ./{}.s.o ./{}.o 39 find . -name '*.S.o'| awk -F "." '{print $2}'|xargs -I'{}' mv ./{}.S.o ./{}.o 40 find . -name '*.c.o'| awk -F "." '{print $2}'|xargs -I'{}' mv ./{}.c.o ./{}.o
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/ |
D | TODO | 2 - find and remove remaining code valid only for 5 GHz. Most of the obvious 4 - find and remove any code for other chips that is left over 6 - find codes that can use %pM and %Nph formatting
|
/kernel/linux/linux-5.10/tools/spi/ |
D | Makefile | 55 find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete 56 find $(if $(OUTPUT),$(OUTPUT),.) -name '\.*.o.d' -delete 57 find $(if $(OUTPUT),$(OUTPUT),.) -name '\.*.o.cmd' -delete
|
/kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
D | dvb_references.rst | 17 There, you'll find lots of information, from both development and usage 21 The API documentation is documented at the Kernel tree. You can find it 26 You may also find useful material at https://linuxtv.org/downloads/.
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
D | nconf-cfg.sh | 43 echo >&2 "* Unable to find the ncurses package." 47 echo >&2 "* You may also need to install pkg-config to find the"
|
D | mconf-cfg.sh | 43 echo >&2 "* Unable to find the ncurses package." 47 echo >&2 "* You may also need to install pkg-config to find the"
|
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/ |
D | libtraceevent-field_find.txt | 23 returned can be used to find the field content from within a data record. 58 /* Cannot find "common_pid" field in the event */ 67 /* Cannot find "softexpires" event specific field in the event */ 76 /* Cannot find "mode" field in the event */
|
/kernel/linux/build/test/moduletest/runtest/bin/purgeable_t/testcases/bin/ |
D | purgeable_mem01.sh | 35 local testpath=$(find / -name purgeable_cpp_test | grep -v find)
|
D | purgeable_mem02.sh | 35 local testpath=$(find / -name purgeable_cpp_test | grep -v find)
|
/kernel/linux/linux-5.10/Documentation/features/scripts/ |
D | features-refresh.sh | 46 K_FILES=$(find $ARCH_DIR -name "Kconfig*") 64 K_FILES=$(find $ARCH_DIR -name "Kconfig*")
|
12345678910>>...29