Home
last modified time | relevance | path

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

12345678910>>...17

/linux-3.4.99/arch/mn10300/boot/
Dinstall.sh30 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-3.4.99/scripts/
Dtags.sh51 find ${tree}arch/$1 $ignore $prune -name "$2" -print;
57 include=$(find ${tree}arch/$1/ -name include -type d);
60 find $include $ignore -name "$2" -print;
67 find ${tree}include $ignore -name config -prune -o -name "$1" -print;
74 find ${tree}* $ignore \
Dcheckkconfigsymbols.sh13 find $paths -name '*.[chS]' -o -name 'Makefile' -o -name 'Makefile*[^~]'| while read i
Dpatch-kernel161 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
183 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
/linux-3.4.99/drivers/acpi/
Dglue.c100 struct acpi_find_child *find = context; in do_acpi_find_child() local
104 if ((info->address == find->address) in do_acpi_find_child()
106 find->handle = handle; in do_acpi_find_child()
114 struct acpi_find_child find = { NULL, address }; in acpi_get_child() local
119 1, do_acpi_find_child, NULL, &find, NULL); in acpi_get_child()
120 return find.handle; in acpi_get_child()
/linux-3.4.99/drivers/scsi/osd/
Dosd_uld.c276 struct find_oud_t find = {.odi = odi}; in osduld_info_lookup() local
278 find.dev = class_find_device(&osd_uld_class, NULL, &find, _mach_odi); in osduld_info_lookup()
279 if (likely(find.dev)) { in osduld_info_lookup()
283 put_device(find.dev); in osduld_info_lookup()
287 odh->od = find.oud->od; in osduld_info_lookup()
288 odh->oud = find.oud; in osduld_info_lookup()
/linux-3.4.99/drivers/xen/xen-pciback/
Dpciback.h98 int (*find)(struct pci_dev *pcidev, struct xen_pcibk_device *pdev, member
152 if (xen_pcibk_backend && xen_pcibk_backend->find) in xen_pcibk_get_pcifront_dev()
153 return xen_pcibk_backend->find(pcidev, pdev, domain, bus, in xen_pcibk_get_pcifront_dev()
/linux-3.4.99/Documentation/laptops/
Dsony-laptop.txt16 /proc/bus/input/devices to find out what those events are and which input
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-3.4.99/include/linux/
Dtextsearch.h42 unsigned int (*find)(struct ts_config *, member
107 unsigned int ret = conf->ops->find(conf, state); in textsearch_next()
/linux-3.4.99/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-3.4.99/Documentation/filesystems/nfs/
DExporting20 string for any dentry, and how to find an appropriate dentry for any
116 to find or create a dentry for the same object. The default
122 Given a filehandle fragment, this should find the implied object and
126 Given a filehandle fragment, this should find the parent of the
139 When given a parent dentry and a child dentry, this should find a name
143 to find potential names, and matches inode numbers to find the correct
/linux-3.4.99/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-3.4.99/arch/alpha/lib/
Dstrncpy_from_user.S74 negq t8, t12 # e0 : find low bit set
108 and a0, 7, t0 # .. e1 : find dest misalignment
159 cmpbge zero, t2, t8 # e0 : find nulls in second partial
264 and a0, 7, t4 # .. e1 : find dest misalignment
265 and a1, 7, t5 # e0 : find src misalignment
331 subq t0, v0, v0 # find string length
Dev6-strncpy_from_user.S53 and a0, 7, t3 # E : find dest misalignment
135 negq t8, t12 # E : find low bit set
195 cmpbge zero, t2, t8 # E : find nulls in second partial
323 and a0, 7, t4 # E : find dest misalignment
324 and a1, 7, t5 # E : find src misalignment
408 subq t0, v0, v0 # find string length
Dstxncpy.S85 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
Dev6-stxncpy.S112 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
/linux-3.4.99/Documentation/sound/oss/
DREADME.modules20 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
/linux-3.4.99/Documentation/
Dinit.txt28 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
/linux-3.4.99/Documentation/devicetree/bindings/powerpc/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-3.4.99/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-3.4.99/arch/arm/mach-orion5x/include/mach/
Dentry-macro.S21 @ find cause bits that are unmasked
/linux-3.4.99/fs/ubifs/
DMakefile5 ubifs-y += budget.o find.o tnc_commit.o compress.o lpt.o lprops.o
/linux-3.4.99/arch/arm/mach-dove/include/mach/
Dentry-macro.S30 @ find first active interrupt source
/linux-3.4.99/arch/arm/mach-kirkwood/include/mach/
Dentry-macro.S31 @ find first active interrupt source
/linux-3.4.99/Documentation/vm/
Dpagemap.txt10 * /proc/pid/pagemap. This file lets a userspace process find out which
129 The general procedure for using pagemap to find out about a process' memory
141 For example, to find the "unique set size" (USS), which is the amount of
143 you can go through every map in the process, find the PFNs, look those up

12345678910>>...17