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

/freebsd-11-stable/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-11-stable/tests/sys/fifo/
H A Dfifo_io.c405 int reader_fd, ret, timedout, writer_fd; local
426 ret = timed_read(reader_fd, &ch, sizeof(ch), &len, 5, &timedout,
449 ret = timed_read(reader_fd, &ch, sizeof(ch), &len, 5, &timedout,
474 int reader_fd, ret, timedout, writer_fd; local
495 ret = timed_write(writer_fd, &ch, sizeof(ch), &len, 5, &timedout,
510 ret = timed_read(reader_fd, &ch, sizeof(ch), &len, 5, &timedout,
540 int reader_fd, ret, timedout, writer_fd; local
557 ret = timed_write(writer_fd, &ch, sizeof(ch), &len, 5, &timedout,
572 ret = timed_read(reader_fd, &ch, sizeof(ch), &len, 5, &timedout,
604 int reader_fd, ret, timedout, writer_f local
662 int reader_fd, ret, timedout, writer_fd; local
[all...]
/freebsd-11-stable/usr.bin/timeout/
H A Dtimeout.c173 bool timedout = false; local
309 timedout = true;
358 if (timedout && !preserve)
/freebsd-11-stable/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.h264 EXTERN int timedout; /* ~> transfer timedout */ variable
/freebsd-11-stable/usr.bin/login/
H A Dlogin.c96 static void timedout(int);
195 sa.sa_handler = timedout;
899 timedout(int signo __unused) function
/freebsd-11-stable/release/picobsd/tinyware/login/
H A Dpico-login.c99 void timedout(int);
182 (void)signal(SIGALRM, timedout);
980 timedout(signo) function
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h207 int timedout = 0; local
241 timedout = 1;
246 if (timedout) {
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c320 static VOIDRET timedout FUNCTION((i), int i) function
697 signal(SIGALRM, timedout);
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi.c3701 int timedout; local
3715 timedout = 0;
3724 timedout++;
3729 if (timedout)
3745 int timedout = 0; local
3779 timedout++;
3785 if (timedout)
/freebsd-11-stable/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-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c2436 boolean_t timedout = B_FALSE; local
2464 ASSERT3B(timedout, ==, B_FALSE);
2487 timedout = B_TRUE;
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c453 static void timedout(int);
3204 signal(SIGALRM, timedout);
3243 timedout(int sig __unused) function
/freebsd-11-stable/sys/dev/aac/
H A Daac.c2343 int timedout, code; local
2349 timedout = 0;
2360 timedout++;
2364 if (timedout) {
/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c3489 int i, timedout; local
3493 timedout = 0;
3500 timedout |= vmxnet3_watchdog(&sc->vmx_txq[i]);
3502 if (timedout != 0) {
/freebsd-11-stable/sys/dev/virtio/network/
H A Dif_vtnet.c2669 int i, timedout; local
2673 timedout = 0;
2678 timedout |= vtnet_watchdog(&sc->vtnet_txqs[i]);
2680 if (timedout != 0) {
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid.c2164 int timedout; local
2171 timedout = 0;
2179 timedout++;
2183 if (timedout)
/freebsd-11-stable/contrib/sendmail/src/
H A Ddaemon.c231 bool timedout = false; local
397 timedout = true;
485 if (timedout)
487 timedout = false;

Completed in 274 milliseconds