/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)
|
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)
|
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)
|
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)
|
/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;
|
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
|
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)
|
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);
|
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
|
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) {
|