Searched refs:maxwait (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/boot/
H A Dne.c201 int maxwait = 100; /* about 120us */ local
235 while (((NIC_INB(ED_P0_ISR) & ED_ISR_RDC) != ED_ISR_RDC) && --maxwait)
238 if (maxwait == 0)
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/netif/
H A Dne.c204 int maxwait = 100; /* about 120us */ local
238 while (((NIC_INB(ED_P0_ISR) & ED_ISR_RDC) != ED_ISR_RDC) && --maxwait)
241 if (maxwait == 0)
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/podulebus/
H A Dif_eh.c340 int maxwait = 100; /* about 120us */ local
499 ED_ISR_RDC) && --maxwait) {
506 if (maxwait == 0) {
627 int maxwait = 100; /* about 120us */ local
695 ED_ISR_RDC) && --maxwait)
698 if (maxwait == 0)
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmx98905.c135 int maxwait = 100; /* about 120us */ local
147 ED_ISR_RDC) && --maxwait) {
154 if (maxwait == 0) {
H A Dne2000.c559 int maxwait = 100; /* about 120us */ local
704 ED_ISR_RDC) && --maxwait) {
711 if (maxwait == 0) {
828 int maxwait = 100; /* about 120us */ local
871 ED_ISR_RDC) && --maxwait)
874 if (!quiet && maxwait == 0)
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dpcap-dag.c600 struct timeval maxwait; local
659 &mindata, &maxwait, &poll) < 0) {
673 maxwait.tv_sec = handle->md.timeout/1000;
674 maxwait.tv_usec = (handle->md.timeout%1000) * 1000;
677 mindata, &maxwait, &poll) < 0) {
970 struct timeval maxwait; local
974 &mindata, &maxwait, &poll) < 0) {
989 mindata, &maxwait, &poll) < 0) {
/netbsd-6-1-5-RELEASE/sbin/ping/
H A Dping.c198 static double maxwait = 0.0; variable
384 maxwait = strtod(optarg, &p);
385 if (*p != '\0' || maxwait <= 0)
386 errx(1, "Bad/invalid maxwait time %s", optarg);
692 if (maxwait != 0) {
693 last = timespec_to_sec(&clear_cache) + maxwait;
1894 " [-w maxwait] " IPSECOPT "host\n",

Completed in 191 milliseconds