Searched refs:try (Results 26 - 50 of 148) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dpcmcia_resource.c72 kio_addr_t try, align; local
113 try = s->io[i].res->end + 1;
114 if ((*base == 0) || (*base == try))
117 *base = try;
122 try = s->io[i].res->start - num;
123 if ((*base == 0) || (*base == try))
126 *base = try;
819 int try; local
823 for (try = 0; try < 6
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dutil.pm58 sub try::TIEARRAY { bless [], "try" } subroutine
59 sub try::FETCHSIZE { $FA = 1 } subroutine
61 tie @a, 'try' ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi/
H A DServiceTypeDatabase.py.in62 try:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dsram-fn.S52 beq lock @ try again
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Ddscc4.c543 printk(KERN_DEBUG "%s: %s ack (%d try)\n", dev->name,
1454 try:
1520 goto try;
1537 goto try;
1542 goto try;
1591 goto try;
1597 goto try;
1613 goto try;
1623 try:
1650 * happen most of time but let's try an
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Driotty.c371 int try = -1; /* Disable the timeouts by setting them to -1 */ local
499 while (try && (PortP->PortState & PORT_ISOPEN)) {
500 try--;
519 rio_dprintk(RIO_DEBUG_TTY, "Close: try was %d on completion\n", try);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dverify_cpu.S104 jz verify_cpu_no_longmode # only try to force SSE on AMD
110 jmp verify_cpu_sse_test # try again
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dverify_cpu.S15 orl $(1<<18),%eax # try setting AC
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dmt20xx.c158 int try,lock=0; local
161 for(try=0;try<10;try++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dkcore.c72 size_t try, size; local
79 try = kc_vaddr_to_offset((size_t)m->addr + m->size);
80 if (try > size)
81 size = try;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in24 try:
38 try:
110 try:
180 try:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dbt3c_cs.c716 int i, j, try; local
725 for (try = 0; try < 2; try++) {
735 link->io.IOAddrLines = (try == 0) ? 16 : cf->io.flags & CISTPL_IO_LINES_MASK;
745 /* Second pass: try to find an entry that isn't picky about
746 its base address, then try to grab any standard serial port
747 address, and finally try to get any free port. */
H A Dbtuart_cs.c646 int i, j, try; local
655 for (try = 0; try < 2; try++) {
665 link->io.IOAddrLines = (try == 0) ? 16 : cf->io.flags & CISTPL_IO_LINES_MASK;
675 /* Second pass: try to find an entry that isn't picky about
676 its base address, then try to grab any standard serial port
677 address, and finally try to get any free port. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-ioctl.c271 struct video_command *vc, int try)
284 if (try) break;
295 if (try) break;
306 if (try) break;
317 if (try) break;
1111 int try = cmd == VIDIOC_TRY_ENCODER_CMD; local
1117 if (try)
1123 if (try)
1130 if (try)
1142 if (try)
270 ivtv_video_command(struct ivtv *itv, struct ivtv_open_id *id, struct video_command *vc, int try) argument
1381 int try = (cmd == VIDEO_TRY_COMMAND); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas297 try
303 try
340 try
346 try
379 try
422 try
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas297 try
303 try
340 try
346 try
379 try
422 try
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables-apply43 The script will try to apply a new ruleset (as output by iptables-save/read
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A DcharsetConv.c51 static int try(char *testCp) { function
83 if(try(wcharTries[i]))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Ddsputil_alpha_asm.S223 1: ldl t1, 0(a1) # pix0 (try to hit cache line soon)
228 ldl t7, 0(te) # pix2 (try to hit cache line soon)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Ddes-lib.com14 $! It was re-written to try to determine which "C" compiler to try to use
31 $! Specify which compiler at P3 to try to compile under.
37 $! If you don't speficy a compiler, it will try to determine which
38 $! "C" compiler to try to use.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddes-lib.com14 $! It was re-written to try to determine which "C" compiler to try to use
31 $! Specify which compiler at P3 to try to compile under.
37 $! If you don't speficy a compiler, it will try to determine which
38 $! "C" compiler to try to use.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-hub.c130 /* at least some APM implementations will try to deliver
233 int portnum, new_owner, try; local
259 for (try = 4; try > 0; --try) {
265 try = 0;
272 if (try > 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dpci.c170 * but we want to try to avoid allocating at 0x2900-0x2bff
232 * bridge resource and try again.
290 unsigned long try, size; local
321 try = pr->end;
323 res->start = try - size;
324 res->end = try;
329 try = conflict->start - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dserial_cs.c468 int i, j, try; local
506 for (try = 0; try < 2; try++) {
518 link->io.IOAddrLines = (try == 0) ?
529 /* Second pass: try to find an entry that isn't picky about
530 its base address, then try to grab any standard serial port
531 address, and finally try to get any free port. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-memset.S118 subq $3, 16, $4 # E : Only try to unroll if > 128 bytes
295 subq $3, 16, $4 # E : Only try to unroll if > 128 bytes
482 subq $3, 16, $4 # E : Only try to unroll if > 128 bytes

Completed in 161 milliseconds

123456