/linux-2.6.39/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-2.6.39/scripts/ ! |
D | tags.sh | 51 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 \
|
D | checkkconfigsymbols.sh | 13 find $paths -name '*.[chS]' -o -name 'Makefile' -o -name 'Makefile*[^~]'| while read i
|
D | patch-kernel | 157 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \; 179 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
|
/linux-2.6.39/drivers/acpi/ ! |
D | glue.c | 99 struct acpi_find_child *find = context; in do_acpi_find_child() local 103 if ((info->address == find->address) in do_acpi_find_child() 105 find->handle = handle; in do_acpi_find_child() 113 struct acpi_find_child find = { NULL, address }; in acpi_get_child() local 118 1, do_acpi_find_child, NULL, &find, NULL); in acpi_get_child() 119 return find.handle; in acpi_get_child()
|
/linux-2.6.39/drivers/media/video/pwc/ ! |
D | pwc-misc.c | 43 int i, find; in pwc_decode_size() local 70 find = -1; in pwc_decode_size() 74 find = i; in pwc_decode_size() 77 return find; in pwc_decode_size()
|
/linux-2.6.39/drivers/scsi/osd/ ! |
D | osd_uld.c | 276 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-2.6.39/Documentation/laptops/ ! |
D | sony-laptop.txt | 16 /proc/bus/input/devices to find out what those events are and which input 22 If your laptop model supports it, you will find sysfs files in the 73 such a laptop you will find the necessary rfkill devices under 88 In your kernel logs you will find the list of all ACPI methods 94 (2) SN00 is used to find values in the lookup table 117 files and find out what is the impact on your laptop. 119 Should you find anything interesting, please report it back to me,
|
/linux-2.6.39/include/linux/ ! |
D | textsearch.h | 41 unsigned int (*find)(struct ts_config *, member 106 unsigned int ret = conf->ops->find(conf, state); in textsearch_next()
|
/linux-2.6.39/Documentation/filesystems/nfs/ ! |
D | Exporting | 20 string for any dentry, and how to find an appropriate dentry for any 109 to find or create a dentry for the same object. The default 115 Given a filehandle fragment, this should find the implied object and 119 Given a filehandle fragment, this should find the parent of the 132 When given a parent dentry and a child dentry, this should find a name 136 to find potential names, and matches inode numbers to find the correct
|
/linux-2.6.39/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-2.6.39/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-2.6.39/arch/alpha/lib/ ! |
D | strncpy_from_user.S | 74 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
|
D | ev6-strncpy_from_user.S | 53 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
|
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
|
/linux-2.6.39/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
|
/linux-2.6.39/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
|
/linux-2.6.39/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-2.6.39/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-2.6.39/arch/arm/mach-orion5x/include/mach/ ! |
D | entry-macro.S | 27 @ find cause bits that are unmasked
|
/linux-2.6.39/fs/ubifs/ ! |
D | Makefile | 5 ubifs-y += budget.o find.o tnc_commit.o compress.o lpt.o lprops.o
|
/linux-2.6.39/Documentation/vm/ ! |
D | pagemap.txt | 10 * /proc/pid/pagemap. This file lets a userspace process find out which 125 The general procedure for using pagemap to find out about a process' memory 137 For example, to find the "unique set size" (USS), which is the amount of 139 you can go through every map in the process, find the PFNs, look those up
|
/linux-2.6.39/Documentation/input/ ! |
D | cd32.txt | 4 find it useful).
|
/linux-2.6.39/arch/arm/mach-dove/include/mach/ ! |
D | entry-macro.S | 36 @ find first active interrupt source
|