Searched refs:nattempts (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/amrctl/
H A Damrctl.c47 static int nattempts = NATTEMPTS; /* # of attempts before giving up */ variable
173 while (i < nattempts && r == -1) {
601 nattempts = atoi(optarg);
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domap_gpio.c450 int idx, handled, s, nattempts; local
462 for (nattempts = 0, handled = 0;;) {
497 } else if (nattempts++ == 10000) {

Completed in 59 milliseconds