Home
last modified time | relevance | path

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

12345678

/linux-2.4.37.9/drivers/usb/
Dpwc-misc.c37 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()
Dpwc-uncompress.c51 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/
Dstrncpy_from_user.S74 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
Dev6-strncpy_from_user.S54 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
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
Dstxcpy.S72 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
Dev6-stxcpy.S88 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
Dclear_user.S84 and $6, 7, $4 # e0 : find dest misalignment
/linux-2.4.37.9/Documentation/sound/
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
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/
DREADME.Menuconfig49 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
Dpatch-kernel124 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
/linux-2.4.37.9/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
DIODC.txt33 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/
DREADME.scc1 The z8530drv is now a network device driver, you can find it in
/linux-2.4.37.9/arch/mips/mm/
Dtlbex-r3k.S190 tlbp # find faulting entry
207 tlbp # find faulting entry
Dtlbex-mips32.S280 tlbp # find faulting entry
306 tlbp # find faulting entry
/linux-2.4.37.9/Documentation/cdrom/
Doptcd14 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/
Dproc-interface2 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/
DREADME.FAQ6 You find it in:
/linux-2.4.37.9/Documentation/
DBUG-HUNTING37 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/
Dsgetem.S121 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/
Duaccess.S69 # We cant't find out which page because the program check handler
/linux-2.4.37.9/arch/s390/lib/
Duaccess.S69 # We cant't find out which page because the program check handler
/linux-2.4.37.9/arch/sparc/boot/
Dbtfixupprep.c71 btfixup *find(int type, char *name) in find() function
199 f = find(buffer[nbase+3], buffer + shift); in main()

12345678