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

/freebsd-13-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-13-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-13-stable/usr.bin/timeout/
H A Dtimeout.c173 bool timedout = false; local
309 timedout = true;
358 if (timedout && !preserve)
/freebsd-13-stable/usr.bin/tip/tip/
H A Dcmds.c363 timedout = 0;
367 if (timedout || stop) {
368 if (timedout)
451 timedout = 0;
455 if (timedout) {
469 timedout = 1;
H A Dtip.h266 EXTERN int timedout; /* ~> transfer timedout */ variable
/freebsd-13-stable/usr.bin/login/
H A Dlogin.c98 static void timedout(int);
197 sa.sa_handler = timedout;
904 timedout(int signo __unused) function
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_response.c294 if (rcb->timedout) {
H A Dsmartpqi_helper.c220 rcb->timedout = true;
H A Dsmartpqi_structures.h1090 boolean_t timedout; member in struct:request_container_block
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h210 int timedout = 0; local
244 timedout = 1;
249 if (timedout) {
/freebsd-13-stable/contrib/opie/
H A Dopielogin.c320 static VOIDRET timedout FUNCTION((i), int i) function
697 signal(SIGALRM, timedout);
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi.c3700 int timedout; local
3714 timedout = 0;
3723 timedout++;
3728 if (timedout)
3744 int timedout = 0; local
3778 timedout++;
3784 if (timedout)
/freebsd-13-stable/contrib/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;
1400 ns->timedout = 0;
2188 req->ns->timedout++;
2189 if (req->ns->timedout > req->base->global_max_nameserver_timeout) {
2190 req->ns->timedout = 0;
/freebsd-13-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-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzil.c2660 boolean_t timedout = B_FALSE; local
2688 ASSERT3B(timedout, ==, B_FALSE);
2704 timedout = B_TRUE;
/freebsd-13-stable/contrib/sendmail/src/
H A Ddaemon.c231 bool timedout = false; local
397 timedout = true;
485 if (timedout)
487 timedout = false;
/freebsd-13-stable/sys/dev/aac/
H A Daac.c2342 int timedout, code; local
2348 timedout = 0;
2359 timedout++;
2363 if (timedout) {
/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid.c2168 int timedout; local
2175 timedout = 0;
2183 timedout++;
2187 if (timedout)
/freebsd-13-stable/sys/dev/virtio/network/
H A Dif_vtnet.c3017 int i, timedout; local
3021 timedout = 0;
3026 timedout |= vtnet_watchdog(&sc->vtnet_txqs[i]);
3028 if (timedout != 0) {
/freebsd-13-stable/usr.sbin/syslogd/
H A Dsyslogd.c460 static void timedout(int);
3293 signal(SIGALRM, timedout);
3332 timedout(int sig __unused) function

Completed in 272 milliseconds