HomeSort by: relevance | last modified time | path
    Searched defs:timo (Results 1 - 25 of 128) sorted by relevancy

1 2 3 4 5 6

  /src/sys/arch/hpcmips/stand/lcboot/
com.c 106 int timo; local in function:comcnputc
109 timo = 150000;
111 && --timo)
117 timo = 1500000;
119 && --timo)
  /src/sys/arch/hp300/stand/common/
apci.c 170 int timo; local in function:apciputchar
174 timo = 50000;
175 while (((stat = apci->ap_lsr) & LSR_TXRDY) == 0 && --timo)
179 timo = 1000000;
180 while (((stat = apci->ap_lsr) & LSR_TXRDY) == 0 && --timo)
fhpib.c 184 int timo = 100000; local in function:fhpibwait
186 while ((hd->hpib_intr & x) == 0 && --timo)
188 if (timo == 0)
hpib.c 120 int timo = 1000000; local in function:hpibswait
129 if (--timo == 0)
131 if (timo == 0)
nhpib.c 186 int timo = 100000; local in function:nhpibowait
188 while ((hd->hpib_mis & MIS_BO) == 0 && --timo)
190 if (timo == 0)
198 int timo = 100000; local in function:nhpibiwait
200 while ((hd->hpib_mis & MIS_BI) == 0 && --timo)
202 if (timo == 0)
dca.c 132 int timo; local in function:dcaputchar
136 timo = 50000;
137 while (((stat = dca->dca_lsr) & LSR_TXRDY) == 0 && --timo)
141 timo = 1000000;
142 while (((stat = dca->dca_lsr) & LSR_TXRDY) == 0 && --timo)
dcm.c 144 int timo; local in function:dcmputchar
151 timo = 50000;
152 while (tail != (pp->t_head & TX_MASK) && --timo)
160 timo = 1000000;
161 while (tail != (pp->t_head & TX_MASK) && --timo)
  /src/lib/libcompat/4.3/
rexec.c 71 unsigned int timo = 1; local in function:rexec
103 if (errno == ECONNREFUSED && timo <= 16) {
105 sleep(timo);
106 timo *= 2;
  /src/sys/arch/amiga/dev/
parioctl.h 40 int timo; /* timeout: -1 blocking, 0 non-blocking, >0 msec */ member in struct:parparam
  /src/sys/arch/evbarm/stand/board/
ns16550.c 112 int timo; local in function:iputchar
115 timo = 50000;
116 while (!ISSET(stat = INB(com_lsr), LSR_TXRDY) && --timo)
122 timo = 1500000;
123 while (!ISSET(stat = INB(com_lsr), LSR_TXRDY) && --timo)
  /src/sys/arch/evbmips/rasoc/
console.c 73 u_int timo; local in function:ra_console_putc
75 timo = 150000;
79 } while(--timo != 0);
85 timo = 150000;
89 } while(--timo != 0);
  /src/sys/arch/hp300/dev/
ppiioctl.h 40 int timo; /* timeout: -1 blocking, 0 non-blocking, >0 msec */ member in struct:ppiparam
  /src/sys/arch/x68k/include/
parioctl.h 42 int timo; /* timeout: -1 blocking, 0 non-blocking, >0 msec */ member in struct:parparam
  /src/sys/dev/gpib/
ppiio.h 40 int timo; /* timeout: -1 blocking, 0 non-blocking, >0 msec */ member in struct:ppiparam
  /src/sys/arch/sh3/dev/
adc.c 125 int timo; local in function:adc_sample_channel
138 timo = 300;
159 if (timo-- == 0)
167 if (timo <= 0) {
  /src/sys/arch/i386/stand/lib/
comio_direct.c 143 int timo; local in function:computc_d
159 timo = 50000;
161 && --timo)
163 if (timo == 0) return 0;
166 timo = 1500000;
168 && --timo)
170 if (timo == 0) return 0;
  /src/sys/arch/arm/apple/
apple_pmgr.c 91 for (int timo = 0; timo < 100; timo++) { local in function:apple_pmgr_enable
  /src/sys/arch/arm/xilinx/
zynq_usb.c 300 int timo = 1000 * 1000; /* XXXX: 1sec */ local in function:ulpi_reset
309 timo -= 100;
310 } while (timo > 0);
311 if (timo <= 0) {
  /src/sys/arch/mips/ingenic/
ingenic_com.c 127 int timo = 150000; local in function:ingenic_putchar
130 if (--timo == 0)
136 if (--timo == 0)
  /src/sys/arch/mips/rmi/
rmixl_com.c 177 int timo = 150000; local in function:rmixl_putchar
180 if (--timo == 0)
186 if (--timo == 0)
  /src/sys/dev/acpi/acpica/
OsdSynch.c 170 int timo, error; local in function:AcpiOsWaitSemaphore
185 timo = 0;
188 timo = (Timeout * 1000) / (1000000 / hz);
189 if (timo <= 0)
190 timo = 1;
207 "semaphore blocked, sleeping %d ticks\n", timo));
209 error = cv_timedwait(&as->as_cv, &as->as_slock, timo);
  /src/sys/fs/nfs/client/
nfs_clnfsiod.c 249 int myiod, timo; local in function:nfssvc_iod
270 timo = (myiod < nfs_iodmin) ? 0 : nfs_iodmaxidle * hz;
272 "-", timo);
  /src/sys/arch/mips/cavium/dev/
octeon_smi.c 198 int timo; local in function:octsmi_read
205 timo = 10000;
208 if (timo-- == 0)
226 int timo; local in function:octsmi_write
237 timo = 10000;
240 if (timo-- == 0) {
  /src/sys/dev/podulebus/
hcsc.c 252 int timo; local in function:hcsc_wait_not_req
254 for (timo = TIMEOUT; timo; timo--) {
  /src/sys/arch/arm/at91/
at91twi.c 204 at91twi_poll(struct at91twi_softc *sc, int timo, int flags)
207 timo = 1000000U;
210 if (timo < 0) {
217 timo--;
220 timo -= 100;
231 int timo, s; local in function:at91twi_start
239 timo = 1000 + len * 200;
256 if (at91twi_poll(sc, timo, flags))

Completed in 28 milliseconds

1 2 3 4 5 6