Searched refs:ready (Results 1 - 25 of 105) sorted by path

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex390 \item \verb|UP| --- the device is turned on. It is ready to accept
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A DMakefile605 @(echo "$(distdir) archives ready for distribution: "; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_arm.S280 sub r8, r8, #1 @ R8 is now ready.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex498 now finished and ready to be returned.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex4515 % ..., ready, GO:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c1046 fd_set ready, exc; local
1049 ready = in_fds;
1051 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);
H A Dtty.c509 * connect_tty - get the serial port ready to start doing PPP.
976 fd_set ready, writey; local
1091 FD_ZERO(&ready);
1099 FD_SET(ifd, &ready);
1106 FD_SET(pty_master, &ready);
1107 if (select(nfds, &ready, &writey, NULL, top) < 0) {
1126 if (FD_ISSET(ifd, &ready)) {
1150 if (FD_ISSET(pty_master, &ready)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec2228 - New samba.spec, almost ready for winbind operations. OLA for Buchan Milne
2323 - Finally, samba 2.2.1 has actually been release. At least we were ready!
2358 printing system Samba only starts when the CUPS daemon is ready to accept
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsysquotas.c371 BOOL ready = False; local
403 ready = True;
408 if (!ready) {
436 BOOL ready = False; local
470 ready = True;
475 if (!ready) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dreputilsnoenv.tcl130 set msgdbs [glob -nocomplain ready.$machid.*]
132 set msgdbs [glob -nocomplain ready.*.$machid.*]
150 set msgdbs [glob -nocomplain ready.$machid.*]
152 set msgdbs [glob -nocomplain ready.*.$machid.*]
186 # renaming the message files. We ready the files for one machine
239 # puts "$queuedir: Msg ready $fname to ready.$tofrom.$counter($machid)"
240 file rename -force $fname ready.$tofrom.$counter($machid)
351 # puts "replprocessqueue_noenv: Make ready messages to eid $machid"
356 set msgdbs [glob -nocomplain ready
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/
H A DMakefile482 @(echo "$(distdir) archives ready for distribution: "; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/
H A DMakefile519 @(echo "$(distdir) archives ready for distribution: "; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex4273 % ..., ready, GO:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/tests/
H A Dtest-lock.c507 static int ready[THREAD_COUNT]; variable
534 /* Tell the main thread that we're ready. */
536 ready[id] = 1;
573 ready[i] = 0;
593 /* Wait until every thread is ready. */
601 ready_count += ready[i];
627 /* Preparation for the next round: Reset the ready flags. */
631 ready[i] = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/
H A DMakefile891 @(echo "$(distdir) archives ready for distribution: "; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-lock.c503 static int ready[THREAD_COUNT]; variable
530 /* Tell the main thread that we're ready. */
532 ready[id] = 1;
569 ready[i] = 0;
589 /* Wait until every thread is ready. */
597 ready_count += ready[i];
623 /* Preparation for the next round: Reset the ready flags. */
627 ready[i] = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dpubkey.c636 goto ready;
640 ready:
685 goto ready;
690 ready:
730 goto ready;
735 ready:
776 goto ready;
781 ready:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dthread.c186 thread_list_free (m, &m->ready);
370 thread_list_delete (&thread->master->ready, thread);
482 int ready = 0;
493 thread_list_add (&m->ready, thread);
495 ready++;
498 return ready;
501 /* Fetch next ready thread. */
506 int ready;
535 /* If there are any ready threads, process top of them. */
536 if ((thread = thread_trim_head (&m->ready)) !
479 int ready = 0; local
503 int ready; local
[all...]
H A Dthread.h48 struct thread_list ready; member in struct:thread_master
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex641 disc drive is ready for operation upon opening the device. In the old
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead-sharpsl.S144 tst r3, #32 @ Is chip ready?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dentry-armv.S126 @ We are now ready to fill in the remaining blanks on the stack:
142 @ get ready to re-enable interrupts if appropriate
347 @ We are now ready to fill in the remaining blanks on the stack:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dsleep.S113 @ get ready for the change
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dedd.S162 # every store, and leaves it ready for the fn48 call.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dhead.S337 movb ready, %cl
338 movb $1, ready
511 ready: .byte 0 label

Completed in 369 milliseconds

12345