Searched refs:works (Results 1 - 25 of 87) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Ddirect.c196 /* Assume Type 1 works for newer systems.
221 int works = 0; local
229 works = 1;
234 return works;
240 int works = 0; local
249 works = 1;
254 return works;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip27/
H A Dip27-klnuma.c34 #error Kernel replication works with mapped kernel support. No calias support.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dworkqueue.c367 * We sleep until all works which were queued on entry have been handled,
565 struct work_struct *works; local
567 works = alloc_percpu(struct work_struct);
568 if (!works)
573 struct work_struct *work = per_cpu_ptr(works, cpu);
581 free_percpu(works);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dwl.c136 * @list: a link in the list of pending works
151 /* The below fields are only relevant to erasure works */
268 if (list_empty(&ubi->works)) {
273 wrk = list_entry(ubi->works.next, struct ubi_work, list);
298 * pending works. This may be needed if, for example the background thread is
465 ubi_assert(list_empty(&ubi->works));
684 * works list.
689 list_add_tail(&wrk->list, &ubi->works);
1225 * ubi_wl_flush - flush all pending works.
1237 dbg_wl("flush (%d pending works)", pending_coun
[all...]
H A Dubi.h239 * @move_to, @move_to_put @erase_pending, @wl_scheduled, and @works
249 * @works: list of pending works
250 * @works_count: count of pending works
321 struct list_head works; member in struct:ubi_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dsetup.S678 outb %al, $0x92 # this works on SC410/SC520
803 # Well, that certainly wasn't fun :-(. Hopefully it works, and we don't
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c2361 int works = s; local
2367 if ((t = d->trans[works]) != NULL)
2369 works = t[*p];
2371 if (works < 0)
2372 works = 0;
2374 else if (works < 0)
2379 works = 0;
2381 else if (d->fails[works])
2383 works = d->fails[works][*
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl384 and can be reasonably considered independent and separate works in
386 sections when you distribute them as separate works. But when you
395 collective works based on the Program.
450 distribute the Program or its derivative works. These actions are
455 the Program or works based on it.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dvia-velocity.c453 velocity_set_int_opt((int *) &opts->int_works, int_works[index], INT_WORKS_MIN, INT_WORKS_MAX, INT_WORKS_DEF, "Interrupt service works", devname);
1233 int works = 0; local
1268 } while (++works <= 15);
1272 if (works > 0 && velocity_rx_refill(vptr) < 0) {
1278 return works;
1487 int works = 0; local
1504 if ((works++ > 15))
1539 return works;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead64.S144 # find out if the diag 0x44 works in 64 bit mode
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dentry-table.S42 # Due to the way single-stepping works on this CPU (single-step is not
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm465 (works with functions, too).
535 It works on references, too:
1340 Test::More works with Perls as old as 5.004_05.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Djrevdct_arm.S74 @ (this works as the DCTELEMS are always 4-byte aligned)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/boot/compressed/
H A Dhead.S322 b __arm6_cache_off @ works, but slow
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/vms/
H A Dbuild_vms.com40 $! It works for me. Your mileage may vary.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dx86inc.asm96 ; Currently this works only for leaf functions which load all their arguments
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S623 # Well, that certainly wasn't fun :-(. Hopefully it works, and we don't
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dentry.S352 ;; The system_call is called by a BREAK instruction, which works like
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dfpsp.h175 | ;equate only works when CMDREG1B is in
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead.S543 b __arm6_mmu_cache_off @ works, but slow
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex85 Q: \verb|traceroute| does not work over tunnel! Well, stop... It works,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dpod2man.pl75 miscellaneous information, and 8 for administrator commands. This works
386 # which works.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl75 miscellaneous information, and 8 for administrator commands. This works
386 # which works.

Completed in 331 milliseconds

1234