Searched refs:retries (Results 1 - 25 of 83) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/games/hunt/huntd/
H A Dctl_transact.c63 int nready, cc, retries; local
78 for (retries = MAX_RETRY; retries > 0; retries -= 1) {
95 if (retries <= 0)
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipi_base.h40 int datalen, int retries, int timeout, struct buf *,
49 int cmdlen, u_char *data_addr, int datalen, int retries, int timeout,
66 xs->xs_retries = retries;
48 scsipi_make_xs(struct scsipi_periph *periph, struct scsipi_generic *cmd, int cmdlen, u_char *data_addr, int datalen, int retries, int timeout, struct buf *bp, int flags) argument
H A Dscsipiconf.c91 int cmdlen, u_char *data_addr, int datalen, int retries, int timeout,
96 xs = scsipi_make_xs(periph, cmd, cmdlen, data_addr, datalen, retries,
90 scsipi_command(struct scsipi_periph *periph, struct scsipi_generic *cmd, int cmdlen, u_char *data_addr, int datalen, int retries, int timeout, struct buf *bp, int flags) argument
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/stand/altboot/
H A Dsiisata.c67 int n, nchan, retries/*waitforspinup*/; local
119 for (retries = 0; retries < 10; retries++) {
130 for (retries = 0; retries < 10; retries++) {
H A Dpciide.c86 int native, n, retries; local
144 for (retries = 0; retries < 10; retries++) {
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Dfs.cpp114 int retries = max_retries; local
117 if (retries > 0) {
118 retries--;
132 int retries = max_retries; local
134 INV(retries > 0);
140 if (retries == 0)
142 retries--;
168 int retries = max_retries; local
171 if (errno == EBUSY && retries > 0) {
172 retries
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_file.c52 #define NFILE_RETRIES 10 /* number of retries (seconds) */
119 int retries = 0; local
164 } else if (errno == ENFILE && retries++ < NFILE_RETRIES) {
254 int retries; local
270 retries = 0;
280 if (errno == ENFILE && retries++ < NFILE_RETRIES) {
290 retries = 0;
294 if (errno == ENFILE && retries++ < NFILE_RETRIES) {
357 int retries = 0; local
369 if (errno == ENFILE && retries < NFILE_RETRIE
[all...]
H A Dmtab_linux.c62 #define NFILE_RETRIES 10 /* number of retries (seconds) */
336 int retries; local
360 retries = 0;
370 if (errno == ENFILE && retries++ < NFILE_RETRIES) {
380 retries = 0;
384 if (errno == ENFILE && retries++ < NFILE_RETRIES) {
447 int retries = 0; local
464 if (errno == ENFILE && retries < NFILE_RETRIES) {
H A Dmtab_mach3.c52 #define NFILE_RETRIES 10 /* number of retries (seconds) */
117 int retries = 0; local
161 } else if (errno == ENFILE && retries++ < NFILE_RETRIES) {
319 int retries; local
334 retries = 0;
344 if (errno == ENFILE && retries++ < NFILE_RETRIES) {
354 retries = 0;
358 if (errno == ENFILE && retries++ < NFILE_RETRIES) {
421 int retries = 0; local
433 if (errno == ENFILE && retries < NFILE_RETRIE
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/shark/shark/
H A Di8042.c275 u_int retries;
283 for (retries = I8042_RETRIES;
284 i8042_wait_output(iot,ioh) && retries;
285 retries--)
399 } /* End loop for several retries if needed a response */
274 u_int retries; local
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Duipaq.c259 int retries = 3; local
278 while (retries) {
282 retries--;
292 int retries = 3; local
307 while (retries) {
311 retries--;
321 int retries = 3; local
332 while (retries) {
336 retries--;
/netbsd-6-1-5-RELEASE/sys/dev/ata/
H A Dwdvar.h65 int retries; /* number of xfer retry */ member in struct:wd_softc
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dichsmb.c214 int retries; local
222 for (retries = 100; retries > 0; retries--) {
294 for (retries = 1000; retries > 0; retries--) {
H A Dalipm.c252 int retries, error = 0; local
270 for (retries = 1000; retries > 0; retries--) {
279 if (retries == 0) {
334 for (retries = 1000; retries > 0; retries--) {
343 if (retries == 0) {
H A Dicp_pci.c249 int retries; local
326 retries = INIT_RETRIES;
329 if (--retries == 0) {
355 retries = INIT_RETRIES;
358 if (--retries == 0) {
401 retries = INIT_RETRIES;
404 if (--retries == 0) {
431 retries = INIT_RETRIES;
434 if (--retries == 0) {
491 retries
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/progs/
H A Dslapd-modrdn.c80 int retries = RETRIES; local
142 case 'r': /* the number of retries */
143 if ( lutil_atoi( &retries, optarg ) != 0 ) {
175 loops, retries, delay, friendly, chaserefs );
H A Dslapd-read.c95 int retries = RETRIES; local
175 case 'r': /* the number of retries */
176 if ( lutil_atoi( &retries, optarg ) != 0 ) {
218 noattrs, nobind, loops, retries, delay, force,
223 noattrs, nobind, loops, retries, delay, force,
H A Dslapd-search.c108 int retries = RETRIES; local
191 case 'r': /* number of retries */
192 if ( lutil_atoi( &retries, optarg ) != 0 ) {
249 loops, retries, delay, force, chaserefs );
255 loops, retries, delay, force, chaserefs );
H A Dslapd-modify.c79 int retries = RETRIES; local
145 case 'r': /* number of retries */
146 if ( lutil_atoi( &retries, optarg ) != 0 ) {
192 loops, retries, delay, friendly, chaserefs );
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dclient.c108 int ret, errorcode, retries = 0; local
113 while (retries < 2) {
139 retries++;
145 if (retries >= 2)
230 int ret, retries = 0; local
273 while (retries < 2) {
289 retries++;
296 if (retries >= 2) {
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_random.c45 UINT32 paramSize, totalReturned = 0, bytesReturned, retries = 50; local
100 } while (totalReturned < *bytesRequested && retries--);
/netbsd-6-1-5-RELEASE/sys/ufs/chfs/
H A Dchfs_write.c59 int err = 0, retries = 0; local
127 if (retries) {
133 retries++;
160 int err = 0, retries = 0; local
234 if (retries) {
240 retries++;
273 int err = 0, retries = 0; local
369 if (retries) {
375 retries++;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dpex-unix.c498 int max, retries; local
543 retries = 0;
558 if (errno != EAGAIN || ++retries == 4)
560 sleep (1 << retries);
599 volatile int retries; local
609 for (retries = 0; retries < 4; ++retries)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dpex-unix.c498 int max, retries; local
543 retries = 0;
558 if (errno != EAGAIN || ++retries == 4)
560 sleep (1 << retries);
599 volatile int retries; local
609 for (retries = 0; retries < 4; ++retries)
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_xauth.h139 int retries; member in struct:xauth_rad_config

Completed in 182 milliseconds

1234