/linux/tools/perf/ |
A 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… 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) 133 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -group "$GROUPS" -print -quit) [all …]
|
/linux/scripts/ |
A 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 \
|
A D | documentation-file-ref-check | 227 my @find = split /\s+/, $f; 231 } elsif (scalar(@find) > 1) { 233 foreach my $j (@find) { 238 $f = $find[0];
|
A D | decode_stacktrace.sh | 37 if type debuginfod-find >/dev/null 2>&1 ; then 54 debuginfod-find debuginfo $modbuildid && return 64 for fn in $(find "$modpath" -name "${module//_/[-_]}.ko*") ; do 184 vmlinux=$(debuginfod-find debuginfo $vmlinux_buildid)
|
A 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'))
|
/linux/scripts/package/ |
A 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
|
/linux/kernel/ |
A D | gen_kheaders.sh | 68 do find "$f" -name "*.h"; 76 do find "$f" -name "*.h"; 80 find $cpio_dir -type f -print0 | 86 find $cpio_dir -printf "./%P\n" | LC_ALL=C sort | \
|
/linux/tools/testing/selftests/kexec/ |
A 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)
|
/linux/tools/memory-model/scripts/ |
A 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 |
|
A 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
|
A 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
|
A D | initlitmushist.sh | 57 find litmus -type d -print | 63 find litmus -name '*.litmus' -exec grep -l -m 1 "^C " {} \; > $T/list-C
|
/linux/Documentation/sphinx/ |
A D | load_config.py | 25 start = config_file.find('Documentation/') 27 start = config_file.find('/', start + 1) 38 if l[0].find(dir + '/') == 0:
|
/linux/tools/spi/ |
A D | Makefile | 56 find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete 57 find $(if $(OUTPUT),$(OUTPUT),.) -name '\.*.o.d' -delete 58 find $(if $(OUTPUT),$(OUTPUT),.) -name '\.*.o.cmd' -delete
|
/linux/Documentation/admin-guide/media/ |
A 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/.
|
/linux/tools/lib/traceevent/Documentation/ |
A 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 */
|
/linux/Documentation/admin-guide/laptops/ |
A D | sony-laptop.rst | 18 subsystem. See the logs of /proc/bus/input/devices to find out what those 30 If your laptop model supports it, you will find sysfs files in the 104 such a laptop you will find the necessary rfkill devices under 121 In your kernel logs you will find the list of all ACPI methods 128 (2) SN00 is used to find values in the lookup table 152 files and find out what is the impact on your laptop. 154 Should you find anything interesting, please report it back to me,
|
/linux/scripts/kconfig/ |
A 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"
|
A D | mconf-cfg.sh | 45 echo >&2 "* Unable to find the ncurses package." 49 echo >&2 "* You may also need to install pkg-config to find the"
|
/linux/Documentation/translations/zh_CN/dev-tools/ |
A D | gcov.rst | 226 find $KSRC $KOBJ \( -name '*.gcno' -o -name '*.[ch]' -o -type l \) -a \ 257 find $GCDA -type d -exec mkdir -p $TEMPDIR/\{\} \; 258 find $GCDA -name '*.gcda' -exec sh -c 'cat < $0 > '$TEMPDIR'/$0' {} \; 259 find $GCDA -name '*.gcno' -exec sh -c 'cp -d $0 '$TEMPDIR'/$0' {} \;
|
/linux/tools/testing/selftests/gpio/ |
A D | gpio-mockup-sysfs.sh | 22 local platform=$(find $PLATFORM_SYSFS -mindepth 2 -maxdepth 2 -type d -name $chip) 25 local base=$(find ${platform%/*}/gpio/ -mindepth 2 -maxdepth 2 -type f -name base)
|
/linux/Documentation/features/scripts/ |
A D | features-refresh.sh | 46 K_FILES=$(find $ARCH_DIR -name "Kconfig*") 64 K_FILES=$(find $ARCH_DIR -name "Kconfig*")
|
/linux/drivers/staging/rtl8723bs/ |
A D | TODO | 2 - find and remove any code for other chips that is left over 4 - find codes that can use %pM and %Nph formatting
|
/linux/tools/perf/pmu-events/ |
A D | Build | 8 find $(JDIR) -name '*.json' -o -name 'mapfile.csv') 11 find $(JDIR_TEST) -name '*.json')
|
/linux/drivers/xen/xen-pciback/ |
A D | pciback.h | 108 int (*find)(struct pci_dev *pcidev, struct xen_pcibk_device *pdev, member 163 if (xen_pcibk_backend && xen_pcibk_backend->find) in xen_pcibk_get_pcifront_dev() 164 return xen_pcibk_backend->find(pcidev, pdev, domain, bus, in xen_pcibk_get_pcifront_dev()
|