HomeSort by: relevance | last modified time | path
    Searched defs:maxwait (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/x68k/stand/boot/
ne.c 201 int maxwait = 100; /* about 120us */ local in function:ne2000_writemem
235 while (((NIC_INB(ED_P0_ISR) & ED_ISR_RDC) != ED_ISR_RDC) && --maxwait)
238 if (maxwait == 0)
  /src/sys/dev/ic/
mx98905.c 135 int maxwait = 100; /* about 120us */ local in function:mx98905_write_wait
147 ED_ISR_RDC) && --maxwait) {
154 if (maxwait == 0) {
ne2000.c 556 int maxwait = 100; /* about 120us */ local in function:ne2000_write_mbuf
701 ED_ISR_RDC) && --maxwait) {
708 if (maxwait == 0) {
825 int maxwait = 100; /* about 120us */ local in function:ne2000_writemem
868 ED_ISR_RDC) && --maxwait)
871 if (!quiet && maxwait == 0)
  /src/sbin/ping/
ping.c 200 static double maxwait = 0.0; variable in typeref:typename:double
416 maxwait = strtod(optarg, &p);
417 if (*p != '\0' || maxwait <= 0)
418 errx(EXIT_FAILURE, "Bad/invalid maxwait time: "
746 if (maxwait != 0) {
747 last = timespec_to_sec(&clear_cache) + maxwait;
1988 " [-w maxwait] " IPSECOPT "host\n",
  /src/sbin/ping6/
ping6.c 228 static double maxwait = 0.0; /* maxwait for reply in ms */ variable in typeref:typename:double
524 maxwait = strtod(optarg, &e);
525 if (*e != '\0' || maxwait <= 0)
526 errx(EXIT_FAILURE, "Bad/invalid maxwait time: "
1350 if (maxwait > 0 && triptime > maxwait) {
2533 "\t[-x maxwait] host\n");

Completed in 16 milliseconds