Searched refs:attempt (Results 1 - 25 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/scripts/
H A Dredialer71 # echo "dialing attempt number: $1" >/dev/console
88 attempt=0
90 attempt=`expr $attempt + 1`
91 callall $attempt
92 if [ "$attempt" = "$MAX_ATTEMPTS" ]; then
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/scripts/
H A Dredialer71 # echo "dialing attempt number: $1" >/dev/console
88 attempt=0
90 attempt=`expr $attempt + 1`
91 callall $attempt
92 if [ "$attempt" = "$MAX_ATTEMPTS" ]; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddialevt.tex46 process (i.e. does it result from our own attempt to establish the
H A Dinputstr.tex55 Returns true after an attempt has been made to read past the end of the
61 byte had been read rather than when an attempt had been made to read
H A Dpaintevt.tex7 attempt to handle paint events for them as even if it might work on some
H A Darrstrng.tex110 result from an attempt to access an element beyond the end of array in debug
216 result from an attempt to access an element beyond the end of array in debug
235 an attempt to remove an element which does not exist in debug build.
H A Dfile.tex183 will return true here only if an attempt has been made to read
185 even before such attempt is made if the file pointer is at the last position
189 (examples include pipes, terminals and sockets under Unix) and an attempt to
H A Ddataform.tex48 program has time to perform all necessary initialisations and so an attempt to
H A Dffile.tex112 Returns \true if the an attempt has been made to read {\it past}
H A Dtwinsizes.tex9 will attempt to clear the fog a little, and give some simple
H A Dtarstrm.tex226 is not necessary as \helpref{wxTarOutputStream}{wxtaroutputstream} will attempt
278 after an attempt has been made to read past the end of the entry's data.
H A Dzipstrm.tex159 making an attempt to read the entry's data.
433 after an attempt has been made to read past the end of the entry's data.
H A Dtexpr.tex110 to specify a C compiler. Also, do not attempt to compile lex\_yy.c
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_64_mmu_host.c100 int attempt = 0; local
149 if (attempt > 1)
159 attempt++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dhci_conn.c61 conn->attempt++;
126 conn->attempt++;
144 conn->attempt++;
577 cp.attempt = cpu_to_le16(4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/rawmidi/
H A Drawmidi_hw.c177 int attempt = 0; local
195 if (attempt++ > 3) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Djme.c298 dpi->attempt = PCC_P1;
1036 if (dpi->attempt == atmp) {
1039 dpi->attempt = atmp;
1058 if (unlikely(dpi->attempt != dpi->cur && dpi->cnt > 5)) {
1059 if (dpi->attempt < dpi->cur)
1061 jme_set_rx_pcc(jme, dpi->attempt);
1062 dpi->cur = dpi->attempt;
2119 dpi->attempt = PCC_P1;
2248 dpi->attempt = PCC_P1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl172 It is an error to attempt a partial put using the $1 command in a database
176 It is an error to attempt a partial put with differing m4_arg(dlen) and
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dsockfilt.c505 * it can only check SOCKETs. The following function is an attempt
942 logmsg("attempt to close already dead connection");
1016 int attempt = 0; local
1020 attempt++;
1044 delay *= 2; /* double the sleep for next attempt */
1051 attempt, totdelay, error, strerror(error));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-input.c137 int attempt = 0; local
167 if ((attempt++) < 10) {
169 * wait a bit for next attempt -
176 "failed %dx\n", attempt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_store.S111 | Note: no attempt is made to round the extended value to double.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex26 I describe an attempt to design the API for Linux-2.2 IPv6 stack.
113 Certainly, it is not solution but rather attempt to force applications
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/
H A Dhci_core.h176 __u8 attempt; member in struct:hci_conn
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_hw.c1252 int attempt = 0; local
1276 if (attempt++ > 3) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex161 concession to simplicity not an attempt to exclude the majority of

Completed in 135 milliseconds

123