/linux-2.4.37.9/drivers/usb/ |
D | pwc-misc.c | 37 int i, find; in pwc_decode_size() local 45 find = -1; in pwc_decode_size() 49 find = i; in pwc_decode_size() 52 return find; in pwc_decode_size()
|
D | pwc-uncompress.c | 51 struct pwc_decompressor *find; in pwc_unregister_decompressor() local 53 find = pwc_find_decompressor(type); in pwc_unregister_decompressor() 54 if (find != NULL) { in pwc_unregister_decompressor() 56 list_del(&find->pwcd_list); in pwc_unregister_decompressor()
|
/linux-2.4.37.9/arch/alpha/lib/ |
D | strncpy_from_user.S | 74 negq t8, t12 # e0 : find low bit set 110 and a0, 7, t0 # .. e1 : find dest misalignment 161 cmpbge zero, t2, t8 # e0 : find nulls in second partial 266 and a0, 7, t4 # .. e1 : find dest misalignment 267 and a1, 7, t5 # e0 : find src misalignment 333 subq t0, v0, v0 # find string length
|
D | ev6-strncpy_from_user.S | 54 and a0, 7, t3 # E : find dest misalignment 136 negq t8, t12 # E : find low bit set 196 cmpbge zero, t2, t8 # E : find nulls in second partial 324 and a0, 7, t4 # E : find dest misalignment 325 and a1, 7, t5 # E : find src misalignment 409 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
|
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 | 84 and $6, 7, $4 # e0 : find dest misalignment
|
/linux-2.4.37.9/Documentation/sound/ |
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 81 possible that we can't find a large enough free block in this region after 96 unnecessary. It is possible that machine with 16MB or less RAM will find 98 cannot find a 64K block free, you will be wasting even more RAM by keeping
|
/linux-2.4.37.9/scripts/ |
D | README.Menuconfig | 49 there is a delayed response which you may find annoying. 109 those who, for various reasons, find it necessary to switch 112 At the end of the main menu you will find two options. One is 118 find during a Menuconfig session that you have completely messed 152 The makefile for lxdialog attempts to find your ncurses 153 header file. Although it should find the header for older
|
D | patch-kernel | 124 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
|
/linux-2.4.37.9/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
|
D | IODC.txt | 33 driver cares for, in 90 % of the cases, is to find all devices that match 51 So, here's the interface you actually should use to find your devices:
|
/linux-2.4.37.9/drivers/char/ |
D | README.scc | 1 The z8530drv is now a network device driver, you can find it in
|
/linux-2.4.37.9/arch/mips/mm/ |
D | tlbex-r3k.S | 190 tlbp # find faulting entry 207 tlbp # find faulting entry
|
D | tlbex-mips32.S | 280 tlbp # find faulting entry 306 tlbp # find faulting entry
|
/linux-2.4.37.9/Documentation/cdrom/ |
D | optcd | 14 You can find some older versions of the driver at 52 I'd appreciate success/failure reports. If you find a bug, try
|
/linux-2.4.37.9/Documentation/i2c/ |
D | proc-interface | 2 which other modules build. You will find that all i2c-related modules depend 10 Whenever i2c-core is loaded, you will find a file /proc/bus/i2c, which lists
|
/linux-2.4.37.9/Documentation/isdn/ |
D | README.FAQ | 6 You find it in:
|
/linux-2.4.37.9/Documentation/ |
D | BUG-HUNTING | 37 find dir -name '*.[oa]' -print | xargs rm -f 76 Then recompile, retest, move the ifdefs until you find the one
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | sgetem.S | 121 bfffo %d0{#0:#32},%d3 |find first 1 in ls mant to d0 128 bfffo %d0{#0:#32},%d3 |find first 1 in ls mant to d0
|
/linux-2.4.37.9/arch/s390x/lib/ |
D | uaccess.S | 69 # We cant't find out which page because the program check handler
|
/linux-2.4.37.9/arch/s390/lib/ |
D | uaccess.S | 69 # We cant't find out which page because the program check handler
|
/linux-2.4.37.9/arch/sparc/boot/ |
D | btfixupprep.c | 71 btfixup *find(int type, char *name) in find() function 199 f = find(buffer[nbase+3], buffer + shift); in main()
|