/Linux-v4.19/tools/perf/ |
D | perf-with-kcore.sh | 121 …find "$USER_HOME/.debug" -xdev -type d ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE… 122 …find "$USER_HOME/.debug" -xdev -type f -links 1 ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE… 123 …find "$USER_HOME/.debug" -xdev -type l ! -user "$SUDO_USER" -ls -exec chown -h "$SUDO_USE… 126 …find "$USER_HOME/.debug" -xdev -type d ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID… 127 …find "$USER_HOME/.debug" -xdev -type f -links 1 ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID… 128 …find "$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/ |
D | tags.sh | 35 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 \
|
D | documentation-file-ref-check | 146 my @find = split /\s+/, $f; 150 } elsif (scalar(@find) > 1) { 152 foreach my $j (@find) { 157 $f = $find[0];
|
D | check_00index.sh | 18 for i in $(find . -maxdepth 1 -type d); do 34 for i in $(find . -maxdepth 1 -type f); do
|
D | stackusage | 29 find . -name '*.su' -newermt "@${now}" -print | \
|
/Linux-v4.19/scripts/package/ |
D | builddeb | 102 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/ |
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 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/ |
D | TODO | 2 - 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/ |
D | TODO | 2 - 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/ |
D | features-refresh.sh | 46 K_FILES=$(find $ARCH_DIR -name "Kconfig*") 64 K_FILES=$(find $ARCH_DIR -name "Kconfig*")
|
/Linux-v4.19/Documentation/laptops/ |
D | sony-laptop.txt | 15 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/ |
D | pciback.h | 99 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/ |
D | intro.rst | 15 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/ |
D | textsearch.h | 43 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/ |
D | Exporting | 20 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/ |
D | sysfs-devices | 12 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/ |
D | fib_trie.txt | 120 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/ |
D | clocks.txt | 49 you can find it at 54 released by Allwinner, you can find it at
|
/Linux-v4.19/Documentation/admin-guide/ |
D | init.rst | 30 ``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/ |
D | Makefile | 131 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/ |
D | i2c.txt | 16 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/ |
D | stxncpy.S | 86 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/ |
D | debugging | 17 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/ |
D | qconf-cfg.sh | 29 echo >&2 "* Could not find Qt via pkg-config."
|
D | nconf-cfg.sh | 43 echo >&2 "* Unable to find the ncurses package."
|