Searched full:find (Results 1 – 25 of 440) sorted by relevance
12345678910>>...18
| /Documentation/admin-guide/aoe/ |
| D | udev-install.sh | 7 # find udev.conf, often /etc/udev/udev.conf 8 # (or environment can specify where to find udev.conf) 14 conf="`find /etc -type f -name udev.conf 2> /dev/null`" 22 # find the directory where udev rules are stored, often 30 echo "$me Error: cannot find udev rules directory" 1>&2
|
| /Documentation/filesystems/nfs/ |
| D | exporting.rst | 21 string for any dentry, and how to find an appropriate dentry for any 127 to find or create a dentry for the same object. The default 133 Given a filehandle fragment, this should find the implied object and 137 Given a filehandle fragment, this should find the parent of the 150 When given a parent dentry and a child dentry, this should find a name 154 to find potential names, and matches inode numbers to find the correct
|
| D | idmapper.txt | 39 uid: Find the UID for the given user 40 gid: Find the GID for the given group 41 user: Find the user name for the given UID 42 group: Find the group name for the given GID 54 request-key will find the first matching line and corresponding program. In
|
| /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.
|
| /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
|
| /Documentation/admin-guide/laptops/ |
| 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,
|
| /Documentation/media/dvb-drivers/ |
| D | intro.rst | 17 API documentation is documented at the Kernel. You'll also find useful 20 You may also find useful material at https://linuxtv.org/downloads/.
|
| /Documentation/sphinx/ |
| D | load_config.py | 25 start = config_file.find('Documentation/') 27 start = config_file.find('/', start + 1) 38 if l[0].find(dir + '/') == 0:
|
| /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
|
| /Documentation/networking/device_drivers/pensando/ |
| D | ionic.rst | 19 To find if one or more Pensando PCI Ethernet devices are installed on the 26 If such devices are listed as above, then the ionic.ko driver should find
|
| /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
|
| /Documentation/arm/sunxi/ |
| D | clocks.rst | 50 you can find it at 55 released by Allwinner, you can find it at
|
| /Documentation/parisc/ |
| D | debugging.rst | 23 an HPMC instead of a kernel oops. To debug an HPMC, try to find 40 registers interruption handlers read to find out where the machine
|
| /Documentation/translations/ |
| D | index.rst | 37 translations' users should not find information that differs from the official 48 translations, you may find slight differences that carry the same message but
|
| /Documentation/RCU/ |
| D | rcu.rst | 73 "read-copy update" to find it. 78 search for the string "Patent" in RTFP.txt to find them. 89 - Where can I find more information on RCU?
|
| /Documentation/devicetree/bindings/iio/proximity/ |
| D | vl53l0x.txt | 5 - reg: i2c address where to find the device
|
| D | sx9500.txt | 5 - reg: i2c address where to find the device
|
| /Documentation/devicetree/bindings/usb/ |
| D | isp1301.txt | 8 - transceiver: phandle of isp1301 - this helps the ISP1301 driver to find the
|
| /Documentation/power/ |
| D | basic-pm-debugging.rst | 47 To find out why hibernation fails on your system, you can use a special testing 117 after the test, so please take that into consideration). To find this driver, 166 find it by loading a half of the modules you normally use and binary searching 174 Again, if you find the offending module(s), it(they) must be unloaded every time 209 techniques to find the problem. First, if there is a serial port in your box, 241 analogous to the one described in section 1. If you find some failing drivers,
|
| D | tricks.rst | 28 When you make it work, try to find out what exactly was it that broke
|
| /Documentation/admin-guide/mm/ |
| D | pagemap.rst | 13 * ``/proc/pid/pagemap``. This file lets a userspace process find out which 179 The general procedure for using pagemap to find out about a process' memory 191 For example, to find the "unique set size" (USS), which is the amount of 193 you can go through every map in the process, find the PFNs, look those up
|
| /Documentation/admin-guide/blockdev/drbd/ |
| D | index.rst | 13 Please visit http://www.drbd.org to find out more.
|
| /Documentation/media/uapi/v4l/ |
| D | ext-ctrls-fm-rx.rst | 44 eight character text. However, it is also possible to find receivers 58 also possible to find receivers which can scroll strings sized as 32
|
| /Documentation/driver-api/driver-model/ |
| D | binding.rst | 27 to find one that supports it. In order to determine that, the device 83 The bus's list of devices is iterated over to find a match. Devices
|
| /Documentation/timers/ |
| D | timekeeping.rst | 10 If you grep through the kernel source you will find a number of architecture- 59 multiply and shift, so in clocksource_cyc2ns() you find: 63 You will find a number of helper functions in the clock source code intended 102 arithmetic, and you find the same family of helper functions again for
|
12345678910>>...18