Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 606) sorted by relevance

12345678910>>...25

/Linux-v4.19/tools/perf/
Dperf-with-kcore.sh121find "$USER_HOME/.debug" -xdev -type d ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE…
122find "$USER_HOME/.debug" -xdev -type f -links 1 ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE…
123find "$USER_HOME/.debug" -xdev -type l ! -user "$SUDO_USER" -ls -exec chown -h "$SUDO_USE…
126find "$USER_HOME/.debug" -xdev -type d ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID…
127find "$USER_HOME/.debug" -xdev -type f -links 1 ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID…
128find "$USER_HOME/.debug" -xdev -type l ! -group "$SUDO_GID" -ls -exec chgrp -h "$SUDO_GID…
140 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -user "$USER" -print -quit)
141 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -user "$USER" -print -quit)
142 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type l ! -user "$USER" -print -quit)
144 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -group "$GROUPS" -print -quit)
[all …]
/Linux-v4.19/scripts/
Dtags.sh35 ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ')
44 find ${tree}arch/$1 $ignore $subarchprune $prune -name "$2" \
51 include=$(find ${tree}arch/$1/ $subarchprune \
55 find $include $ignore -name "$2" -not -type l -print;
62 find ${tree}include $ignore -name config -prune -o -name "$1" \
70 find ${tree}* $ignore \
123 find ${tree}arch/ -maxdepth 1 $ignore \
300 subarchdir=$(find ${tree}arch/$SRCARCH/ -name "mach-*" -type d -o \
Ddocumentation-file-ref-check146 my @find = split /\s+/, $f;
150 } elsif (scalar(@find) > 1) {
152 foreach my $j (@find) {
157 $f = $find[0];
Dcheck_00index.sh18 for i in $(find . -maxdepth 1 -type d); do
34 for i in $(find . -maxdepth 1 -type f); do
Dstackusage29 find . -name '*.su' -newermt "@${now}" -print | \
/Linux-v4.19/scripts/package/
Dbuilddeb102 for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do
157 (cd $srctree; find . -name Makefile\* -o -name Kconfig\* -o -name \*.pl) > "$objtree/debian/hdrsrcf…
158 (cd $srctree; find arch/*/include include scripts -type f -o -type l) >> "$objtree/debian/hdrsrcfil…
159 (cd $srctree; find arch/$SRCARCH -name module.lds -o -name Kbuild.platforms -o -name Platform) >> "…
160 (cd $srctree; find $(find arch/$SRCARCH -name include -o -name scripts -type d) -type f) >> "$objtr…
162 (cd $objtree; find tools/objtool -type f -executable) >> "$objtree/debian/hdrobjfiles"
164 (cd $objtree; find arch/$SRCARCH/include Module.symvers include scripts -type f) >> "$objtree/debia…
166 …(cd $objtree; find scripts/gcc-plugins -name \*.so -o -name gcc-common.h) >> "$objtree/debian/hdro…
/Linux-v4.19/drivers/staging/rtl8723bs/
DTODO2 - find and remove code blocks guarded by never set CONFIG_FOO defines
3 - find and remove remaining code valid only for 5 HGz. 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
/Linux-v4.19/drivers/staging/rtl8188eu/
DTODO2 - find and remove remaining code valid only for 5 HGz. 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
/Linux-v4.19/drivers/staging/rtlwifi/
DTODO2 - find and remove code blocks guarded by never set CONFIG_FOO defines
4 - find codes that can use %pM and %Nph formatting
/Linux-v4.19/Documentation/features/scripts/
Dfeatures-refresh.sh46 K_FILES=$(find $ARCH_DIR -name "Kconfig*")
64 K_FILES=$(find $ARCH_DIR -name "Kconfig*")
/Linux-v4.19/Documentation/laptops/
Dsony-laptop.txt15 subsystem. See the logs of /proc/bus/input/devices to find out what those
27 If your laptop model supports it, you will find sysfs files in the
78 such a laptop you will find the necessary rfkill devices under
93 In your kernel logs you will find the list of all ACPI methods
99 (2) SN00 is used to find values in the lookup table
122 files and find out what is the impact on your laptop.
124 Should you find anything interesting, please report it back to me,
/Linux-v4.19/drivers/xen/xen-pciback/
Dpciback.h99 int (*find)(struct pci_dev *pcidev, struct xen_pcibk_device *pdev, member
154 if (xen_pcibk_backend && xen_pcibk_backend->find) in xen_pcibk_get_pcifront_dev()
155 return xen_pcibk_backend->find(pcidev, pdev, domain, bus, in xen_pcibk_get_pcifront_dev()
/Linux-v4.19/Documentation/media/dvb-drivers/
Dintro.rst15 API documentation is documented at the Kernel. You'll also find useful
18 You may also find useful material at https://linuxtv.org/downloads/.
/Linux-v4.19/include/linux/
Dtextsearch.h43 unsigned int (*find)(struct ts_config *, member
108 unsigned int ret = conf->ops->find(conf, state); in textsearch_next()
/Linux-v4.19/Documentation/filesystems/nfs/
DExporting20 string for any dentry, and how to find an appropriate dentry for any
122 to find or create a dentry for the same object. The default
128 Given a filehandle fragment, this should find the implied object and
132 Given a filehandle fragment, this should find the parent of the
145 When given a parent dentry and a child dentry, this should find a name
149 to find potential names, and matches inode numbers to find the correct
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-devices12 this. If a program wishes to find different things in
17 devices being added and removed from this tree to find
/Linux-v4.19/Documentation/networking/
Dfib_trie.txt120 trie, key segment by key segment, until we find a leaf. check_leaf() does
123 If we find a match, we are done.
125 If we don't find a match, we enter prefix matching mode. The prefix length,
127 and we backtrack upwards through the trie trying to find a longest matching
133 the child index until we find a match or the child index consists of nothing but
137 chop off part of the key in order to find the longest matching prefix.
/Linux-v4.19/Documentation/arm/sunxi/
Dclocks.txt49 you can find it at
54 released by Allwinner, you can find it at
/Linux-v4.19/Documentation/admin-guide/
Dinit.rst30 ``readelf -d <INIT>|grep NEEDED`` to find out which libraries are required.
38 To find out more, add code ``to init/main.c`` to display kernel_execve()s
41 Please extend this explanation whenever you find new failure causes
/Linux-v4.19/tools/lib/lockdep/
DMakefile131 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
136 find . -name '*.[ch]' | xargs etags \
/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/
Di2c.txt16 i2c drivers to find the bus to probe:
20 by legacy i2c device drivers to find a bus in a specific context like
/Linux-v4.19/arch/alpha/lib/
Dstxncpy.S86 negq t8, t12 # e0 : find low bit set
123 and a0, 7, t0 # .. e1 : find dest misalignment
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
/Linux-v4.19/Documentation/parisc/
Ddebugging17 an HPMC instead of a kernel oops. To debug an HPMC, try to find
33 registers interruption handlers read to find out where the machine
/Linux-v4.19/scripts/kconfig/
Dqconf-cfg.sh29 echo >&2 "* Could not find Qt via pkg-config."
Dnconf-cfg.sh43 echo >&2 "* Unable to find the ncurses package."

12345678910>>...25