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

/freebsd-10.0-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.c161 int timedout = 0; local
165 ch = cvmx_uart_read_byte_with_timeout(cvmx_debug_uart, &timedout, __SHRT_MAX__);
167 if (timedout)
/freebsd-10.0-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-10.0-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-10.0-release/usr.bin/login/
H A Dlogin.c96 static void timedout(int);
189 (void)signal(SIGALRM, timedout);
878 timedout(int signo __unused) function
/freebsd-10.0-release/release/picobsd/tinyware/login/
H A Dpico-login.c99 void timedout(int);
182 (void)signal(SIGALRM, timedout);
980 timedout(signo) function
/freebsd-10.0-release/contrib/opie/
H A Dopielogin.c320 static VOIDRET timedout FUNCTION((i), int i) function
697 signal(SIGALRM, timedout);
/freebsd-10.0-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-10.0-release/contrib/sendmail/src/
H A Ddaemon.c211 bool timedout = false; local
377 timedout = true;
465 if (timedout)
467 timedout = false;
/freebsd-10.0-release/usr.sbin/syslogd/
H A Dsyslogd.c338 static void timedout(int);
2130 signal(SIGALRM, timedout);
2171 timedout(int sig __unused) function
/freebsd-10.0-release/sys/dev/aac/
H A Daac.c2337 int timedout, code; local
2343 timedout = 0;
2354 timedout++;
2358 if (timedout) {
/freebsd-10.0-release/sys/dev/aacraid/
H A Daacraid.c1876 int timedout, code; local
1883 timedout = 0;
1893 timedout++;
1897 if (timedout) {
/freebsd-10.0-release/sys/dev/virtio/network/
H A Dif_vtnet.c2575 int i, timedout; local
2579 timedout = 0;
2585 timedout |= vtnet_watchdog(&sc->vtnet_txqs[i]);
2587 if (timedout != 0) {
/freebsd-10.0-release/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c2854 int i, timedout; local
2858 timedout = 0;
2864 timedout |= vmxnet3_watchdog(&sc->vmx_txq[i]);
2866 if (timedout != 0) {

Completed in 318 milliseconds