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

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Deffect.js1 $(document).ready(function(){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Datari_joystick.h17 int ready; member in struct:joystick_status
H A Dmac_mouse.h17 int ready; member in struct:mouse_status
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dxterm_kern.c18 struct completion ready; member in struct:xterm_wait
34 complete(&xterm->ready);
54 init_completion(&data->ready);
66 wait_for_completion(&data->ready);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dpseudo.h11 int (*ready)(void),
15 Which will arrange for ready() to be evaluated frequently and
51 int (*ready)(void),
59 ps_ready = ready;
50 ps_set_intr(void (*continuation)(void), int (*ready)(void), int timeout, int nice) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A Duser.c38 char ready; member in struct:snapshot_data
72 data->ready = 0;
102 if (!data->ready)
250 if (!data->frozen || data->ready)
259 if (data->mode != O_RDONLY || !data->frozen || data->ready) {
267 data->ready = 1;
283 data->ready = 0;
/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/src/linux/linux-2.6/drivers/pcmcia/
H A Dau1000_xxs1500.c91 state->ready = 0;
114 state->ready = 1;
H A Dsa1100_h3600.c53 state->ready = levels & GPIO_H3600_PCMCIA_IRQ0 ? 1 : 0;
63 state->ready = levels & GPIO_H3600_PCMCIA_IRQ1 ? 1 : 0;
H A Dsa1100_shannon.c50 state->ready = (levels & SHANNON_GPIO_RDY_0) ? 1 : 0;
60 state->ready = (levels & SHANNON_GPIO_RDY_1) ? 1 : 0;
H A Dsa1111_generic.c52 state->ready = status & PCSR_S0_READY ? 1 : 0;
62 state->ready = status & PCSR_S1_READY ? 1 : 0;
H A Dau1000_generic.h68 ready: 1, member in struct:pcmcia_state
H A Dsa1100_assabet.c49 state->ready = (levels & ASSABET_GPIO_CF_IRQ) ? 1 : 0;
H A Dsa1100_cerf.c46 state->ready = (levels & CERF_GPIO_CF_IRQ) ?1:0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-at91/
H A Ddebug-macro.S30 tst \rd, #AT91_DBGU_TXRDY @ DBGU_TXRDY = 1 when ready to transmit
/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ipmi/
H A Dipmi_poweroff.c61 static int ready; variable
530 if (!ready)
548 if (ready)
619 ready = 1;
624 if (!ready)
630 ready = 0;
722 if (ready) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dpdc_stable.c101 short ready; /* entry record is valid if != 0 */ member in struct:pdcspath_entry
117 .ready = 0, \
173 entry->ready = 1;
201 /* We expect the caller to set the ready flag to 0 if the hardware
204 if (!entry->ready) {
223 entry->ready = 2;
247 i = entry->ready;
250 if (!i) /* entry is not ready */
313 entry->ready = 0;
349 i = entry->ready;
[all...]
/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/src/router/busybox-1.x/networking/
H A Dzcip.c182 int ready; member in struct:__anon11389
196 #define ready (L.ready ) macro
290 // poll, being ready to adjust current timeout
362 ready = 1;
410 if (ready) {
497 ready = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Duinput.h68 unsigned char ready; member in struct:uinput_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dad1889.h98 unsigned int ready:1; member in struct:ad1889_state::dmabuf
H A Des1371.c279 #define USTAT_TXRDY 0x02 /* UART tx ready */
280 #define USTAT_RXRDY 0x01 /* UART rx ready */
446 unsigned ready:1; member in struct:es1371_state::dmabuf
521 /* wait for ready */
656 to wait for it to become ready */
825 && s->dma_dac1.ready) {
847 && s->dma_dac2.ready) {
872 && s->dma_adc.ready) {
905 db->mapped = db->ready = 0;
917 db->ready
[all...]
/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/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;

Completed in 231 milliseconds

12345