Searched refs:timedout (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-uart.h102 * @param timedout Record if a timeout has happened
106 static inline uint8_t cvmx_uart_read_byte_with_timeout(int uart_index, int *timedout, volatile unsigned timeout) argument
111 *timedout = 0;
116 *timedout = 1;
H A Dcvmx-debug-uart.c144 int timedout = 0; local
148 ch = cvmx_uart_read_byte_with_timeout(cvmx_debug_uart, &timedout, __SHRT_MAX__);
150 if (timedout)
/freebsd-9.3-release/tools/regression/fifo/fifo_io/
H A Dfifo_io.c406 int reader_fd, ret, timedout, writer_fd; local
427 ret = timed_read(reader_fd, &ch, sizeof(ch), &len, 5, &timedout,
450 ret = timed_read(reader_fd, &ch, sizeof(ch), &len, 5, &timedout,
475 int reader_fd, ret, timedout, writer_fd; local
497 ret = timed_write(writer_fd, &ch, sizeof(ch), &len, 5, &timedout,
512 ret = timed_read(reader_fd, &ch, sizeof(ch), &len, 5, &timedout,
542 int reader_fd, ret, timedout, writer_fd; local
560 ret = timed_write(writer_fd, &ch, sizeof(ch), &len, 5, &timedout,
575 ret = timed_read(reader_fd, &ch, sizeof(ch), &len, 5, &timedout,
607 int reader_fd, ret, timedout, writer_f local
666 int reader_fd, ret, timedout, writer_fd; local
[all...]
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dcmds.c361 timedout = 0;
365 if (timedout || stop) {
366 if (timedout)
449 timedout = 0;
453 if (timedout) {
467 timedout = 1;
H A Dtip.h260 int timedout; /* ~> transfer timedout */ variable
/freebsd-9.3-release/usr.bin/login/
H A Dlogin.c97 static void timedout(int);
196 sa.sa_handler = timedout;
908 timedout(int signo __unused) function
/freebsd-9.3-release/release/picobsd/tinyware/login/
H A Dpico-login.c99 void timedout(int);
183 (void)signal(SIGALRM, timedout);
982 timedout(signo) function
/freebsd-9.3-release/contrib/bind9/lib/export/samples/
H A Dnsprobe.c71 timedout, enumerator in enum:__anon221
332 case timedout:
632 *resultp = timedout;
/freebsd-9.3-release/contrib/opie/
H A Dopielogin.c320 static VOIDRET timedout FUNCTION((i), int i) function
697 signal(SIGALRM, timedout);
/freebsd-9.3-release/sys/dev/mfi/
H A Dmfi.c3707 int timedout; local
3721 timedout = 0;
3730 timedout++;
3735 if (timedout)
3751 int timedout = 0; local
3785 timedout++;
3791 if (timedout)
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddaemon.c211 bool timedout = false; local
377 timedout = true;
465 if (timedout)
467 timedout = false;
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devdns.c222 int timedout; /* number of times in a row a request has timed out */ member in struct:nameserver
634 ns->timedout = 0;
1402 ns->timedout = 0;
2190 req->ns->timedout++;
2191 if (req->ns->timedout > req->base->global_max_nameserver_timeout) {
2192 req->ns->timedout = 0;
/freebsd-9.3-release/usr.sbin/syslogd/
H A Dsyslogd.c338 static void timedout(int);
2130 signal(SIGALRM, timedout);
2171 timedout(int sig __unused) function
/freebsd-9.3-release/sys/dev/aac/
H A Daac.c2340 int timedout, code; local
2346 timedout = 0;
2357 timedout++;
2361 if (timedout) {
/freebsd-9.3-release/sys/dev/aacraid/
H A Daacraid.c2132 int timedout; local
2139 timedout = 0;
2147 timedout++;
2151 if (timedout)
/freebsd-9.3-release/sys/dev/virtio/network/
H A Dif_vtnet.c2601 int i, timedout; local
2605 timedout = 0;
2611 timedout |= vtnet_watchdog(&sc->vtnet_txqs[i]);
2613 if (timedout != 0) {

Completed in 312 milliseconds