Home
last modified time | relevance | path

Searched refs:find (Results 1 - 25 of 319) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/tools/perf/
H A Dperf-with-kcore.sh24 echo "Failed to find perf" >&2
28 echo "Failed to find perf" >&2
62 echo "Failed to find kcore" >&2
109 find "$USER_HOME/.debug" -xdev -type d ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USER" \{\} \;
110 find "$USER_HOME/.debug" -xdev -type f -links 1 ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USER" \{\} \;
111 find "$USER_HOME/.debug" -xdev -type l ! -user "$SUDO_USER" -ls -exec chown -h "$SUDO_USER" \{\} \;
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 "
[all...]
/kernel/linux/linux-6.6/scripts/package/
H A Dinstall-extmod-build20 find "arch/${SRCARCH}" -maxdepth 1 -name 'Makefile*'
21 find include scripts -type f -o -type l
22 find "arch/${SRCARCH}" -name Kbuild.platforms -o -name Platform
23 find "arch/${SRCARCH}" -name include -o -name scripts -type d
31 find "arch/${SRCARCH}/include" Module.symvers include scripts -type f
34 find scripts/gcc-plugins -name '*.so'
/kernel/linux/linux-5.10/scripts/
H A Dtags.sh46 ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ')
49 # find sources in arch/$1
55 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print;
58 # find sources in arch/$1/include
61 include=$(find ${tree}arch/$1/ -name include -type d -print);
64 find $include $ignore -name "$2" -not -type l -print;
68 # find sources in include/
71 find ${tree}include $ignore -name config -prune -o -name "$1" \
75 # find sources in rest of tree
79 find
[all...]
H A Dshow_delta114 if string.find(rest, base_str)==1:
120 print ('Couldn\'t find line matching base pattern "%s"' % base_str)
/kernel/linux/linux-6.6/scripts/
H A Dtags.sh46 ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ')
49 # find sources in arch/$1
55 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print;
58 # find sources in arch/$1/include
61 include=$(find ${tree}arch/$1/ -name include -type d -print);
64 find $include $ignore -name "$2" -not -type l -print;
68 # find sources in include/
71 find ${tree}include $ignore -name config -prune -o -name "$1" \
75 # find sources in rest of tree
79 find
[all...]
H A Ddecode_stacktrace.sh11 # Try to find a Rust demangler
59 # Can we use debuginfod-find?
60 if type debuginfod-find >/dev/null 2>&1 ; then
82 debuginfod-find debuginfo $modbuildid && return
85 # Only using debuginfod so don't try to find vmlinux module path
92 for fn in $(find "$modpath" -name "${module//_/[-_]}.ko*") ; do
178 # Evaluate it to find the actual address
224 vmlinux=$(debuginfod-find debuginfo $vmlinux_buildid)
226 echo "ERROR! vmlinux image not found via debuginfod-find" >&2
H A Dshow_delta114 if string.find(rest, base_str)==1:
120 print ('Couldn\'t find line matching base pattern "%s"' % base_str)
/kernel/linux/linux-5.10/scripts/package/
H A Dbuilddeb36 sh -c "cd '$pdir'; find . -type f ! -path './DEBIAN/*' -printf '%P\0' \
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/liteos_a/tools/scripts/parse_exc/
H A Dparse_excinfo.py77 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/Documentation/sphinx/
H A Dload_config.py25 start = config_file.find('Documentation/')
27 start = config_file.find('/', start + 1)
38 if l[0].find(dir + '/') == 0:
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dload_config.py25 start = config_file.find('Documentation/')
27 start = config_file.find('/', start + 1)
38 if l[0].find(dir + '/') == 0:
/kernel/linux/linux-5.10/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh52 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/spi/
H A DMakefile55 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-6.6/tools/spi/
H A DMakefile56 find $(or $(OUTPUT),.) -name '*.o' -delete
57 find $(or $(OUTPUT),.) -name '\.*.o.d' -delete
58 find $(or $(OUTPUT),.) -name '\.*.o.cmd' -delete
/kernel/linux/build/test/moduletest/runtest/bin/purgeable_t/testcases/bin/
H A Dpurgeable_mem03.sh35 local testpath=$(find / -name purgeable_cpp_test | grep -v find)
37 tst_res TFAIL "can not find purgeable_cpp_test!"
H A Dpurgeable_mem02.sh35 local testpath=$(find / -name purgeable_cpp_test | grep -v find)
37 tst_res TFAIL "can not find purgeable_cpp_test!"
H A Dpurgeable_mem01.sh35 local testpath=$(find / -name purgeable_cpp_test | grep -v find)
37 tst_res TFAIL "can not find purgeable_cpp_test!"
/kernel/linux/linux-6.6/tools/testing/selftests/gpio/
H A Dgpio-mockup-sysfs.sh22 local platform=$(find $PLATFORM_SYSFS -mindepth 2 -maxdepth 2 -type d -name $chip)
23 [ "$platform" ] || fail "can't find platform of $chip"
25 local base=$(find ${platform%/*}/gpio/ -mindepth 2 -maxdepth 2 -type f -name base)
26 [ "$base" ] || fail "can't find base of $chip"
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H A Dpciback.h103 int (*find)(struct pci_dev *pcidev, struct xen_pcibk_device *pdev, member
158 if (xen_pcibk_backend && xen_pcibk_backend->find) in xen_pcibk_get_pcifront_dev()
159 return xen_pcibk_backend->find(pcidev, pdev, domain, bus, in xen_pcibk_get_pcifront_dev()
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
H A Dpciback.h108 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()
/kernel/linux/linux-5.10/include/linux/
H A Dtextsearch.h33 * @find: find the next occurrence of the pattern
43 unsigned int (*find)(struct ts_config *, member
99 * textsearch_find() must be called to find the first occurrence
108 unsigned int ret = conf->ops->find(conf, state); in textsearch_next()
/kernel/linux/linux-6.6/include/linux/
H A Dtextsearch.h33 * @find: find the next occurrence of the pattern
43 unsigned int (*find)(struct ts_config *, member
99 * textsearch_find() must be called to find the first occurrence
108 unsigned int ret = conf->ops->find(conf, state); in textsearch_next()
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dstxncpy.S86 negq t8, t12 # e0 : find low bit set
123 and a0, 7, t0 # .. e1 : find dest misalignment
150 full source word. We can still find a zero at the end of it
175 cmpbge zero, t2, t8 # e0 : find nulls in second partial
295 and a0, 7, t4 # .. e1 : find dest misalignment
296 and a1, 7, t5 # e0 : find src misalignment
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dstxncpy.S86 negq t8, t12 # e0 : find low bit set
123 and a0, 7, t0 # .. e1 : find dest misalignment
150 full source word. We can still find a zero at the end of it
175 cmpbge zero, t2, t8 # e0 : find nulls in second partial
295 and a0, 7, t4 # .. e1 : find dest misalignment
296 and a1, 7, t5 # e0 : find src misalignment
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
H A DMakefile25 find_cmd = find $(srctree)/$(src) \( -name '*.yaml' ! \
88 clean-files = $(shell find $(obj) \( -name '*.example.dts' -o \

Completed in 7 milliseconds

12345678910>>...13