/linux-4.4.14/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 …]
|
D | Makefile.perf | 141 FIND = find 389 $(OUTPUT)perf-read-vdso32: perf-read-vdso.c util/find-vdso-map.c 394 $(OUTPUT)perf-read-vdsox32: perf-read-vdso.c util/find-vdso-map.c 589 $(Q)find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
|
D | MANIFEST | 37 tools/include/asm-generic/bitops/find.h
|
/linux-4.4.14/arch/mn10300/boot/ |
D | install.sh | 30 for i in `find . -maxdepth 1 -name '*.h' -print`; do 35 for i in `find . -name '*.h' -print`; do 40 for i in `find . -name '*.h' -print`; do 45 for i in `find . -name '*.h' -print`; do 50 for i in `find . -name '*.h' -print`; do 55 for i in `find . -name '*.h' -print`; do 60 for i in `find . -name '*.h' -print`; do 65 for i in `find . -name '*.h' -print`; do
|
/linux-4.4.14/scripts/ |
D | tags.sh | 53 find ${tree}arch/$1 $ignore $subarchprune $prune -name "$2" \ 60 include=$(find ${tree}arch/$1/ $subarchprune \ 64 find $include $ignore -name "$2" -not -type l -print; 71 find ${tree}include $ignore -name config -prune -o -name "$1" \ 79 find ${tree}* $ignore \ 303 subarchdir=$(find ${tree}arch/$SRCARCH/ -name "mach-*" -type d -o \
|
D | stackusage | 28 find . -name '*.su' -newermt "@${now}" -print | \
|
D | checkkconfigsymbols.py | 97 opts.find = False 142 if opts.find: 151 if opts.find:
|
D | patch-kernel | 161 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \; 183 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
|
D | gen_initramfs_list.sh | 92 my_mtime=$(find "$1" -printf "%T@\n" | sort -r | head -n 1) 174 dirlist=$(find "${srcdir}" -printf "%p %m %U %G\n")
|
D | objdiff | 80 for f in $(find $d -name '*.o')
|
D | show_delta | 114 if string.find(rest, base_str)==1:
|
D | coccicheck | 174 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
|
D | Makefile.modpost | 63 MODLISTCMD := find $(MODVERDIR) -name '*.mod' | xargs -r grep -h '\.ko$$' | sort -u
|
D | namespace.pl | 145 &find(\&linux_objects, '.'); # find the objects and do_nm on them
|
/linux-4.4.14/drivers/staging/rtl8723au/ |
D | TODO | 2 - find and remove code valid only for 5 HGz. Many 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-4.4.14/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-4.4.14/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-4.4.14/Documentation/DocBook/ |
D | kernel-api.xml.db | 118 API-bitmap-find-next-zero-area-off 127 API-bitmap-find-free-region 197 API-find-get-entry 198 API-find-lock-entry 200 API-find-get-pages-contig 201 API-find-get-pages-tag 237 API-find-next-best-node 243 API-find-min-pfn-with-active-regions 403 API-pci-find-capability 404 API-pci-bus-find-capability [all …]
|
D | device-drivers.xml.db | 32 API-cpupri-find 43 API-find-busiest-group 264 API-devres-find 293 API-driver-find-device 298 API-driver-find 315 API-device-find-child 335 API-class-find-device 383 API-bus-find-device 384 API-bus-find-device-by-name 385 API-subsys-find-device-by-id [all …]
|
D | usb.xml.db | 85 API-usb-find-alt-setting 88 API-usb-find-interface 110 API-usb-hub-find-child
|
D | Makefile | 59 find $(obj)/man -name '*.9' | xargs gzip -nf 63 find $(obj)/man -name '*.9.gz' -printf '%h %f\n' | \
|
D | scsi.xml.db | 30 API-scsi-dev-info-list-find 105 API-iscsi-find-flashnode-sess 106 API-iscsi-find-flashnode-conn
|
D | networking.xml.db | 133 API-skb-find-text 208 API-svc-find-xprt 244 API-rpc-find-or-alloc-pipe-dir-object 449 API-phy-find-setting 450 API-phy-find-valid 465 API-phy-find-first 489 API-of-mdio-find-bus
|
D | 80211.xml.db | 75 API-cfg80211-find-ie 164 API-ieee80211-find-sta 165 API-ieee80211-find-sta-by-ifaddr
|
D | filesystems.xml.db | 17 API-d-find-any-alias 56 API-find-inode-nowait
|
/linux-4.4.14/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()
|
D | passthrough.c | 191 .find = __xen_pcibk_get_pcifront_dev,
|
D | vpci.c | 265 .find = __xen_pcibk_get_pcifront_dev,
|
/linux-4.4.14/include/linux/ |
D | textsearch.h | 42 unsigned int (*find)(struct ts_config *, member 107 unsigned int ret = conf->ops->find(conf, state); in textsearch_next()
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | Exporting | 20 string for any dentry, and how to find an appropriate dentry for any 111 to find or create a dentry for the same object. The default 117 Given a filehandle fragment, this should find the implied object and 121 Given a filehandle fragment, this should find the parent of the 134 When given a parent dentry and a child dentry, this should find a name 138 to find potential names, and matches inode numbers to find the correct
|
D | rpc-cache.txt | 86 cache_parse should parse this, find the item in the 98 To find a value in a cache, call sunrpc_cache_lookup passing a pointer 180 added to the channel but instead all lookups that do not find a valid
|
D | fault_injection.txt | 6 can help the developer find and fix bugs before their code is shipped in a
|
/linux-4.4.14/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
|
D | sysfs-fs-ext4 | 23 will search to find the best extent 30 will search to find the best extent
|
D | sysfs-class-fpga-manager | 15 fails, that could be due to not being able to find the firmware
|
D | sysfs-fs-f2fs | 64 Controls the number of trials to find a victim segment.
|
D | sysfs-wusb_cbaf | 34 - If the CDID is zero (or the CM doesn't find a
|
D | sysfs-driver-ppi | 9 'find /sys/ -name 'pcrs''. For the detail information of PPI,
|
/linux-4.4.14/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.
|
D | netconsole.txt | 179 TIP: to find out the MAC address of, say, 10.0.0.2, you may try using: 185 default gateway (you may use /sbin/route -n to find it out) as the 193 NOTE: if you find that the remote logging agent is not receiving or
|
D | dns_resolver.txt | 77 it doesn't find it, it upcalls to userspace to make a new DNS query, which 126 keyrings for a cached DNS result. If that fails to find one, it upcalls to
|
D | mac80211-injection.txt | 63 You can also find a link to a complete inject application here:
|
D | baycom.txt | 144 interface at a time. The serial driver grabs all interfaces it can find at 146 access a serial port. You might therefore find it necessary to release
|
D | netdev-FAQ.txt | 30 You can find the trees here: 107 Q: The above only says "Under Review". How can I find out more? 128 A quick way to find whether the patch is in this stable-queue is
|
D | tproxy.txt | 51 be able to find out the original destination address. Even in case of TCP
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.modules | 20 If you don't set these, you will probably find you can play .wav files 52 options. To find the filename of the driver, look in 82 possible that we can't find a large enough free block in this region after 97 unnecessary. It is possible that machine with 16MB or less RAM will find 99 cannot find a 64K block free, you will be wasting even more RAM by keeping
|
D | VIBRA16 | 23 The only inconvenient you may find is that you will have
|
/linux-4.4.14/tools/lib/lockdep/ |
D | Makefile | 129 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \ 134 find . -name '*.[ch]' | xargs etags \
|
/linux-4.4.14/Documentation/arm/sunxi/ |
D | clocks.txt | 49 you can find it at 54 released by Allwinner, you can find it at
|
/linux-4.4.14/Documentation/ |
D | init.txt | 28 to find out which libraries are required. 36 To find out more, add code to init/main.c to display kernel_execve()s 39 Please extend this explanation whenever you find new failure causes
|
D | gcov.txt | 221 find $KSRC $KOBJ \( -name '*.gcno' -o -name '*.[ch]' -o -type l \) -a \ 250 find $GCDA -type d -exec mkdir -p $TEMPDIR/\{\} \; 251 find $GCDA -name '*.gcda' -exec sh -c 'cat < $0 > '$TEMPDIR'/$0' {} \; 252 find $GCDA -name '*.gcno' -exec sh -c 'cp -d $0 '$TEMPDIR'/$0' {} \;
|
D | BUG-HUNTING | 23 Finding bugs is not always easy. Have a go though. If you can't find it don't 90 find dir -name '*.[oa]' -print | xargs rm -f 129 Then recompile, retest, move the ifdefs until you find the one 153 output to find the valid line of code/assembler. Without debug symbols, you
|
D | bt8xxgpio.txt | 14 find them used for low prices on the net.
|
D | kmemcheck.txt | 33 programmer errors that the compiler is not able to find through static 220 positive warnings to appear. Therefore, try not to use this. If you find that 393 and find that this is indeed where items are being added to the list: 567 really the number 0x00000080. With a bit of research, we find that this is 631 Now, even though we didn't find an actual error here, the example is still a 632 good one, because it shows how one would go about to find out what the report 651 ability to find (real) errors in other parts of the same struct. 698 maintainers. Instead, I encourage maintainers and developers to find errors 706 false positives that we can annotate and silence. So whatever you find,
|
D | oops-tracing.txt | 36 may find that booting with a higher resolution (eg, vga=791) 69 That's the easy way to find the problem, at least if the bug-report is 121 Then you need to find out _why_ they don't match. Often it's simple - you 161 must be able to find a system map file at daemon initialization time.
|
D | sysfs-rules.txt | 137 "device"-link to find the parent devices in /sys/devices/. That is the 147 may be used to find the child devices in /sys/class. That is the single 160 by its subsystem value. You need to walk up the chain until you find
|
D | stable_api_nonsense.txt | 96 stopping to slow down. As such, the kernel developers find bugs in 172 - Other people will find and fix bugs in your driver. 173 - Other people will find tuning opportunities in your driver.
|
D | iostats.txt | 45 find just the eleven fields, beginning with 446216. If you look at 58 system-wide stats you'll have to find all the devices and sum them all up.
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/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-4.4.14/arch/s390/lib/ |
D | Makefile | 5 lib-y += delay.o string.o uaccess.o find.o
|
/linux-4.4.14/arch/alpha/lib/ |
D | stxncpy.S | 85 negq t8, t12 # e0 : find low bit set 122 and a0, 7, t0 # .. e1 : find dest misalignment 174 cmpbge zero, t2, t8 # e0 : find nulls in second partial 294 and a0, 7, t4 # .. e1 : find dest misalignment 295 and a1, 7, t5 # e0 : find src misalignment
|
D | ev6-stxncpy.S | 112 negq t8, t12 # E : find low bit set 154 and a0, 7, t0 # E : find dest misalignment 216 cmpbge zero, t2, t8 # E : find nulls in second partial 339 and a0, 7, t4 # E : find dest misalignment 340 and a1, 7, t5 # E : find src misalignment
|
D | stxcpy.S | 72 negq t8, t6 # e0 : find low bit set 237 and a0, 7, t4 # .. e1 : find dest misalignment 238 and a1, 7, t5 # e0 : find src misalignment
|
D | ev6-stxcpy.S | 88 negq t8, t6 # E : find low bit set 267 and a0, 7, t4 # E : find dest misalignment 268 and a1, 7, t5 # E : find src misalignment
|
D | clear_user.S | 83 and $6, 7, $4 # e0 : find dest misalignment
|
D | memchr.S | 46 # below when we find the address of the last byte. Given
|
D | ev6-clear_user.S | 65 and $6, 7, $4 # .. E .. .. : find dest head misalignment
|
D | ev6-memchr.S | 43 # below when we find the address of the last byte. Given
|
/linux-4.4.14/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-4.4.14/arch/arm/mach-orion5x/include/mach/ |
D | entry-macro.S | 21 @ find cause bits that are unmasked
|
/linux-4.4.14/tools/build/tests/ex/ |
D | Makefile | 23 find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
|
/linux-4.4.14/fs/ubifs/ |
D | Makefile | 5 ubifs-y += budget.o find.o tnc_commit.o compress.o lpt.o lprops.o
|
/linux-4.4.14/tools/power/acpi/ |
D | Makefile.rules | 22 -find $(OUTPUT) \( -not -type d \) \
|
/linux-4.4.14/arch/arm/mach-dove/include/mach/ |
D | entry-macro.S | 30 @ find first active interrupt source
|
/linux-4.4.14/drivers/pinctrl/mediatek/ |
D | pinctrl-mt8135.c | 247 bool find = false; in spec_pull_set() local 251 find = true; in spec_pull_set() 256 if (!find) in spec_pull_set()
|
/linux-4.4.14/Documentation/input/ |
D | cd32.txt | 4 find it useful).
|
D | yealink.txt | 40 find the sysfs files. 42 distributions you can do: "find /sys/ -name get_icons" for a hint.
|
D | bcm5974.txt | 38 with the HID driver, which, if not told otherwise, will find the standard
|
D | edt-ft5x06.txt | 33 you'll find the following files:
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | isp1301.txt | 8 - transceiver: phandle of isp1301 - this helps the ISP1301 driver to find the
|
D | twlxxxx-usb.txt | 33 If a sibling node is compatible "ti,twl4030-bci", then it will find
|
/linux-4.4.14/tools/lib/traceevent/ |
D | Makefile | 231 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \ 236 find . -name '*.[ch]' | xargs etags \
|
/linux-4.4.14/tools/testing/selftests/powerpc/ |
D | Makefile | 61 find . -name '*.c' -o -name '*.h' | xargs ctags
|
/linux-4.4.14/drivers/lguest/ |
D | Makefile | 18 @sh ../../tools/lguest/extract $(PREFIX) `find ../../* -name '*.[chS]' -wholename '*lguest*'`
|
/linux-4.4.14/arch/arm/mach-mv78xx0/include/mach/ |
D | entry-macro.S | 38 @ find first active interrupt source
|
/linux-4.4.14/Documentation/RCU/ |
D | rcu.txt | 70 "read-copy update" to find it. 75 search for the string "Patent" in RTFP.txt to find them. 89 o Where can I find more information on RCU?
|
D | rcuref.txt | 110 search_and_reference() cannot find this element, which means that the value
|
/linux-4.4.14/arch/m32r/ |
D | Kconfig.debug | 10 This results in a large slowdown, but helps to find certain types
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | README.txt | 8 Please visit http://www.drbd.org to find out more.
|
/linux-4.4.14/tools/build/ |
D | Makefile | 32 $(Q)find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
|
D | Build.include | 65 printf '\# cannot find fixdep (%s)\n' $(fixdep) > $(dot-target).cmd; \
|
/linux-4.4.14/Documentation/sysctl/ |
D | abi.txt | 11 You can find further details about abi in include/linux/personality.h.
|
/linux-4.4.14/arch/frv/mm/ |
D | tlb-flush.S | 61 # find out how many lines there are 102 # find out how many lines there are
|
/linux-4.4.14/drivers/char/xillybus/ |
D | Kconfig | 29 Set to M if you want Xillybus to find its resources from the
|
/linux-4.4.14/tools/lib/api/ |
D | Makefile | 41 find $(if $(OUTPUT),$(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
|
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck.sh | 32 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
|
/linux-4.4.14/Documentation/vm/ |
D | pagemap.txt | 10 * /proc/pid/pagemap. This file lets a userspace process find out which 156 The general procedure for using pagemap to find out about a process' memory 168 For example, to find the "unique set size" (USS), which is the amount of 170 you can go through every map in the process, find the PFNs, look those up
|
D | soft-dirty.txt | 40 can find more details about it on http://criu.org
|
/linux-4.4.14/Documentation/power/ |
D | basic-pm-debugging.txt | 41 To find out why hibernation fails on your system, you can use a special testing 109 after the test, so please take that into consideration). To find this driver, 156 find it by loading a half of the modules you normally use and binary searching 164 Again, if you find the offending module(s), it(they) must be unloaded every time 172 techniques to find the problem. First, if there is a serial port in your box, 203 analogous to the one described in section 1. If you find some failing drivers,
|
D | tricks.txt | 26 When you make it work, try to find out what exactly was it that broke
|
D | opp.txt | 72 dev_pm_opp_find_freq_exact is meant to be used to find the opp pointer which can then 145 find the OPP prior to call the dev_pm_opp_enable to actually make it available. 164 Example: To find the highest opp for a device: 174 Example 1: To find the lowest opp for a device:
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | Kconfig | 25 binding. If you find "ti,tilcdc,slave"-string from your DTB,
|
/linux-4.4.14/Documentation/isdn/ |
D | README.FAQ | 6 You find it in:
|
/linux-4.4.14/scripts/coccinelle/null/ |
D | badzero.cocci | 96 try let _ = Hashtbl.find negtable f in () 116 try let _ = Hashtbl.find negtable f in ()
|
/linux-4.4.14/Documentation/ko_KR/ |
D | stable_api_nonsense.txt | 5 If you find any difference between this document and the original file or
|
/linux-4.4.14/mm/ |
D | Kconfig.debug | 19 This results in a large slowdown, but helps to find certain types
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | vf610-clock.txt | 10 given clock controller. Please refer the next section to find
|
D | exynos7-clock.txt | 47 find the input clocks for a given controller.
|
/linux-4.4.14/Documentation/aoe/ |
D | udev.txt | 8 # bash# find /etc -type f -name udev.conf
|
D | aoe.txt | 27 Users of udev should find the block device nodes created 51 "echo > /dev/etherd/discover" tells the driver to find out what AoE
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | bugon.cocci | 3 //# This makes an effort to find cases where BUG() follows an if
|
D | badty.cocci | 3 //# This makes an effort to find cases where the argument to sizeof is wrong
|
D | array_size.cocci | 3 //# This makes an effort to find cases where ARRAY_SIZE can be used such as
|
/linux-4.4.14/Documentation/acpi/ |
D | initrd_table_override.txt | 32 Complain to your platform/BIOS vendor if you find a bug which is so sever 70 find kernel | cpio -H newc --create > /boot/instrumented_initrd
|
/linux-4.4.14/Documentation/x86/ |
D | earlyprintk.txt | 57 You can find the physical port through experimentation by trying 64 physical connector and if you find such a device send a complaint 114 and find out which port has debug device connected.
|
D | early-microcode.txt | 40 find . | cpio -o -H newc >../ucode.cpio
|
/linux-4.4.14/scripts/coccinelle/api/alloc/ |
D | alloc_cast.cocci | 4 //# This makes an effort to find cases of casting of values returned by
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | sgetem.S | 120 bfffo %d0{#0:#32},%d3 |find first 1 in ls mant to d0 127 bfffo %d0{#0:#32},%d3 |find first 1 in ls mant to d0
|
/linux-4.4.14/drivers/staging/media/bcm2048/ |
D | TODO | 8 find many examples of how to do this in drivers/media/radio.
|
/linux-4.4.14/security/tomoyo/ |
D | util.c | 392 bool tomoyo_str_starts(char **src, const char *find) in tomoyo_str_starts() argument 394 const int len = strlen(find); in tomoyo_str_starts() 397 if (strncmp(tmp, find, len)) in tomoyo_str_starts()
|
D | common.c | 545 static s8 tomoyo_find_yesno(const char *string, const char *find) in tomoyo_find_yesno() argument 547 const char *cp = strstr(string, find); in tomoyo_find_yesno() 549 cp += strlen(find); in tomoyo_find_yesno() 568 const char *find) in tomoyo_set_uint() argument 570 const char *cp = strstr(string, find); in tomoyo_set_uint() 572 sscanf(cp + strlen(find), "=%u", i); in tomoyo_set_uint()
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | netdev-times.py | 61 if dev != 0 and hunk['dev'].find(dev) < 0: 92 if irq_list[i]['name'].find(dev) >= 0: 164 elif arg.find('dev=',0, 4) >= 0:
|
/linux-4.4.14/Documentation/ja_JP/ |
D | stable_kernel_rules.txt | 5 If you find difference with original file or problem in translation,
|
D | stable_api_nonsense.txt | 5 If you find any difference between this document and the original file
|
D | SubmitChecklist | 5 If you find any difference between this document and the original file
|
/linux-4.4.14/Documentation/trace/ |
D | events-nmi.txt | 22 specifically. You need to find its address:
|
/linux-4.4.14/Documentation/driver-model/ |
D | binding.txt | 26 to find one that supports it. In order to determine that, the device 82 The bus's list of devices is iterated over to find a match. Devices
|
/linux-4.4.14/Documentation/timers/ |
D | timekeeping.txt | 9 If you grep through the kernel source you will find a number of architecture- 58 multiply and shift, so in clocksource_cyc2ns() you find: 62 You will find a number of helper functions in the clock source code intended 101 arithmetic, and you find the same family of helper functions again for
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | vdso | 12 To find the DSO, parse the auxiliary vector passed to the program's
|
/linux-4.4.14/lib/ |
D | textsearch.c | 146 if (ops->name == NULL || ops->find == NULL || ops->init == NULL || in textsearch_register()
|
D | Kconfig.kasan | 12 designed to find out-of-bounds accesses and use-after-free bugs.
|
D | ts_kmp.c | 136 .find = kmp_find,
|
D | ts_bm.c | 186 .find = bm_find,
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-stats.txt | 83 not find a busier queue while the cpu was idle 99 find a busier queue while the cpu was busy 115 find a busier queue while the cpu was just becoming idle
|
/linux-4.4.14/Documentation/fb/ |
D | sstfb.txt | 61 cat /proc/fb. You can find a copy of con2fb in tools/ directory. 118 find some of these interesting : 146 - I didn't really test changing the palette, so you may find some weird
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/st/ |
D | st,clkgen.txt | 6 We will find only the base address of the Clockgen, this base
|
D | st,flexgen.txt | 10 Please find an example below:
|
/linux-4.4.14/net/decnet/ |
D | Kconfig | 12 To find some tools to use with the kernel layer support, please
|
/linux-4.4.14/Documentation/xtensa/ |
D | atomctl.txt | 30 Developers might find using RCW in Bypass mode convenient when testing
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 38 …http://www.moe.co.uk/2011/01/07/pci_add_option_rom-failed-to-find-romfile-pxe-rtl8139-bin/ -- "apt…
|
/linux-4.4.14/Documentation/block/ |
D | switching-sched.txt | 6 tunables control how the io scheduler works. You can find these entries
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | phy-bindings.txt | 10 provider can use the values in cells to find the appropriate
|
/linux-4.4.14/Documentation/x86/i386/ |
D | IO-APIC.txt | 100 Generally, it's always possible to find out the correct pirq= settings, just 112 Use smart trial-and-error techniques to find out the correct pirq line ...
|
/linux-4.4.14/drivers/spi/ |
D | spi-s3c24xx-fiq.S | 28 @ fiq_rirq The base of the IRQ registers to find S3C2410_SRCPND
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | ti,omap3isp.txt | 23 respectively. Please find more information on common
|
/linux-4.4.14/tools/testing/selftests/ftrace/ |
D | ftracetest | 41 echo `find $1 -name \*.tc | sort`
|
/linux-4.4.14/ |
D | REPORTING-BUGS | 45 To find out where to send an emailed bug report, find your subsystem or 96 overlook things, and easier for the developers to find the pieces of
|
D | README | 223 You can find more information on using the Linux kernel config tools 245 break bad code to find kernel problems (kmalloc()). Thus you 368 To find out the kernel function name, you'll need to find the system 376 order, from which it is simple to find the function that contains the 383 is followed by a function with a higher address you will find the one
|
D | Makefile | 1022 $(Q)find $(srctree)/include/ -name '*.h' | xargs --max-args 1 \ 1217 @find $(srctree) $(RCS_FIND_IGNORE) \ 1431 @find $(if $(KBUILD_EXTMOD), $(KBUILD_EXTMOD), .) $(RCS_FIND_IGNORE) \ 1455 find $(srctree)/* $(RCS_FIND_IGNORE) \ 1460 find $(srctree)/* $(RCS_FIND_IGNORE) \ 1488 $(OBJDUMP) -d vmlinux $$(find . -name '*.ko') | \
|
/linux-4.4.14/Documentation/mtd/ |
D | spi-nor.txt | 13 find the right LUT sequence. Unfortunately, the SPI subsystem has no notion of
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | fsl-imx-esdhc.txt | 35 tuning step can't find the proper delay window within limited tuning retries.
|
/linux-4.4.14/Documentation/scsi/ |
D | bfa.txt | 69 and use the following inbox and out-of-box driver version mapping to find
|
/linux-4.4.14/arch/um/ |
D | Makefile | 144 @find . \( -name '*.bb' -o -name '*.bbg' -o -name '*.da' \
|
/linux-4.4.14/drivers/net/plip/ |
D | Kconfig | 22 time (mode 1); you can find the wiring of these cables in
|
/linux-4.4.14/Documentation/hwmon/ |
D | pc87427 | 57 not. I couldn't find a way to figure out the external sensor data
|
D | lm78 | 57 It is a value in volts. When it is unconnected, you will often find the
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | Makefile | 28 -@rm -f `find $(MEDIA_OBJ_DIR) -type l` $(GENFILES) $(OBJIMGFILES) 2>/dev/null 318 …id=`grep -e "<refname>$$ident" -e "<section id=\"$$ident\"" $$(find $(MEDIA_SRC_DIR) -name *.xml -…
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 8 manipulate the state of the GPIO pins, and find out other 13 data-sheet/users manual to find out the complete list.
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | inkernel.txt | 21 This are then used to find the channel mapping from the consumer device (see
|
/linux-4.4.14/Documentation/arm/Samsung/ |
D | Overview.txt | 9 the current kernel support, how to use it and where to find the code
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | Itsy | 36 the itsy. (i.e. grep for CONFIG_SA1100_ITSY and you'll find where it is.)
|
/linux-4.4.14/drivers/staging/speakup/ |
D | TODO | 36 This bug happens regularly, but no one has been able to find a situation
|
/linux-4.4.14/arch/ia64/ |
D | Makefile | 38 a source-tree that post-dates 18-Dec-2002. You can find a pre-compiled \
|
/linux-4.4.14/drivers/parport/ |
D | Kconfig | 74 FIFO. See <file:Documentation/parport.txt> to find out how to 82 find out things like base addresses, IRQ lines and DMA channels. It
|
/linux-4.4.14/Documentation/video4linux/ |
D | fimc.txt | 133 How to find out which /dev/video? or /dev/v4l-subdev? is assigned to which 136 You can either grep through the kernel log to find relevant information, i.e.
|
D | README.cx88 | 57 * the tuner type used by the card. You can try to find one by
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | locking.txt | 119 otherwise rmap_write_protect will find a read-only spte, even though the 179 assigned devices happens, we will find the vCPU on the list to
|
/linux-4.4.14/Documentation/filesystems/ |
D | bfs.txt | 35 To create the BFS image under UnixWare you need to find out first which
|
D | ntfs.txt | 70 time find . -type f -exec md5sum "{}" \; 220 problems with this approach so far. If you find a problem with this, please 277 will find the precompiled (i386) ldminfo utility there. NOTE: You will not be 290 section). You can then find these Disk Ids in the VBLK DATABASE section in the 419 different available algorithms until you find one that works. Make sure you 421 otherwise. If you find which algorithm works please let us know (email the
|
D | ramfs-rootfs-initramfs.txt | 121 free up the space (find -xdev / -exec rm '{}' ';'), overmount rootfs 160 two example "file" entries expect to find files named "init.sh" and "busybox" in 199 (cd "$1"; find . | cpio -o -H newc | gzip) > "$2" 207 of filenames is with the find command; you should give find the -depth option
|
D | cramfs.txt | 33 no need to use -noleaf in `find', btw.)
|
D | path-lookup.txt | 47 Name lookups will want to find a particular path that a name string refers to 67 - find the start point of the walk; 167 find either 'A' or 'B'. So if a lookup of 'A' returns NULL, a subsequent lookup 171 hash list, a lookup may find neither 'A' nor 'B' matching the dentry. The same 253 +---------------------+ ... which brings us here. We find dentry1 via
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-upload.txt | 3 How to find
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-pxa-pci-ce4100.txt | 11 number to its physical address and to use this to find the child nodes
|
/linux-4.4.14/Documentation/watchdog/ |
D | pcwd-watchdog.txt | 17 The Watchdog Driver will automatically find your watchdog card, and will
|
D | convert_drivers_to_kernel_api.txt | 115 All possible callbacks are defined in 'struct watchdog_ops'. You can find it 117 owner must be set, the rest are optional. You will easily find corresponding
|
/linux-4.4.14/Documentation/wimax/ |
D | README.i2400m | 134 To find which parameters are supported by a module, run: 170 # find /sys/kernel/debug/wimax\:wmx0 -name \*dl_\* 216 Thus, to find the average buffer size received, divide accumulated
|
D | README.wimax | 59 # find /sys/kernel/debug/wimax\:wmx0 -name \*dl_\*
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-i801 | 123 /proc/acpi/thermal_zone. If you find anything there, it's likely that 146 (Asus) and the subdevice ID is 80f2 (P4P800-X). You can find the symbolic
|
/linux-4.4.14/Documentation/usb/ |
D | usbmon.txt | 45 buses), and skip to step #3, or find the bus used by your device with step #2. 50 Run "cat /sys/kernel/debug/usb/devices", and find the T-line which corresponds 146 present because it is never a number. Thus if scripts find a set of numbers 148 If they find something else, like a letter, they read the setup packet before
|
D | chipidea.txt | 91 for i in $(find /sys -name wakeup | grep usb);do echo enabled > $i;done;
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 348 // find out how much time elapsed since the last update 435 find: 461 call(find)
|
/linux-4.4.14/fs/cramfs/ |
D | README | 29 lines); put another way, the same order as `find -type d -exec 53 tree, i.e. the same order as `find -size +0 \( -type f -o -type l \)
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | vectors.S | 79 addx4 a0, a0, a3 # find entry in table 106 addx4 a0, a0, a3 # find entry in table
|
D | align.S | 475 addx4 a0, a0, a3 # find entry in table 481 addx4 a0, a0, a3 # find entry in table
|
/linux-4.4.14/Documentation/development-process/ |
D | 4.Coding | 83 On the other hand, if you find yourself copying significant amounts of code 244 - DEBUG_SLAB can find a variety of memory allocation and use errors; it 247 - DEBUG_SPINLOCK, DEBUG_ATOMIC_SLEEP, and DEBUG_MUTEXES will find a 261 lockdep can find a number of scenarios in which the system could, on rare 293 The "Coccinelle" tool (http://coccinelle.lip6.fr/) is able to find a wide 372 the need arises. If you find yourself having to work around a kernel API,
|
/linux-4.4.14/security/keys/ |
D | Kconfig | 14 support and the like can find them.
|
/linux-4.4.14/Documentation/thermal/ |
D | nouveau_thermal | 16 cannot access any of the i2c external monitoring chips it may find. If you
|
/linux-4.4.14/tools/perf/Documentation/ |
D | callchain-overhead-calculation.txt | 18 can find which function has the most overhead even if samples are
|
/linux-4.4.14/arch/arm/mm/ |
D | cache-v7.S | 144 ands r4, r4, r1, lsr #3 @ find maximum number on the way size 145 clz r5, r4 @ find bit position of way size increment
|
/linux-4.4.14/Documentation/serial/ |
D | rocket.txt | 95 Before installing RocketPort(R) or RocketPort RA boards, you must find 120 RocketPort cards. Below, you will find a list of commonly used I/O
|
D | moxa-smartio | 79 In Moxa's Web sites, you may always find latest driver at http://www.moxa.com/. 156 You may find all the driver and utilities files in /moxa/mxser. 407 In /proc/devices, you may find all the major numbers occupied 496 which device causes the situation, please check /proc/interrupts to find
|
/linux-4.4.14/drivers/mtd/ |
D | Kconfig | 211 You may find that the algorithms used in this code are patented 228 You may find that the algorithms used in this code are patented 253 You may find that the algorithms used in this code are patented
|
/linux-4.4.14/arch/c6x/lib/ |
D | divremu.S | 22 ;; We use a series of up to 31 subc instructions. First, we find
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | Kconfig | 85 You can find the list of debug mask values in:
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 75 variable ahd_debug in that file to find them.
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 157 to find out. Probably it isn't. Try loading it manually, with 162 above? Use the grep command to find out; for instance, issue 167 step 2 above? Use the ls -l command to find out; for instance,
|
/linux-4.4.14/Documentation/fmc/ |
D | identifiers.txt | 54 The "Official Name" above is what you find in the FRU official 62 soon as I find some time for that.
|
/linux-4.4.14/Documentation/pps/ |
D | pps.txt | 140 inside you find several files: 145 Inside each "assert" and "clear" file you can find the timestamp and a
|
/linux-4.4.14/fs/ntfs/ |
D | Kconfig | 60 so you may find that some very small files (<500 bytes or so) cannot
|