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

/freebsd-current/tests/sys/fifo/
H A Dfifo_io.c403 int reader_fd, ret, timedout, writer_fd; local
424 ret = timed_read(reader_fd, &ch, sizeof(ch), &len, 5, &timedout,
447 ret = timed_read(reader_fd, &ch, sizeof(ch), &len, 5, &timedout,
472 int reader_fd, ret, timedout, writer_fd; local
493 ret = timed_write(writer_fd, &ch, sizeof(ch), &len, 5, &timedout,
508 ret = timed_read(reader_fd, &ch, sizeof(ch), &len, 5, &timedout,
538 int reader_fd, ret, timedout, writer_fd; local
555 ret = timed_write(writer_fd, &ch, sizeof(ch), &len, 5, &timedout,
570 ret = timed_read(reader_fd, &ch, sizeof(ch), &len, 5, &timedout,
602 int reader_fd, ret, timedout, writer_f local
660 int reader_fd, ret, timedout, writer_fd; local
[all...]
/freebsd-current/bin/timeout/
H A Dtimeout.c170 bool timedout = false; local
305 timedout = true;
354 if (timedout && !preserve)
/freebsd-current/usr.bin/tip/tip/
H A Dcmds.c353 timedout = 0;
357 if (timedout || stop) {
358 if (timedout)
441 timedout = 0;
445 if (timedout) {
459 timedout = 1;
H A Dtip.h261 EXTERN int timedout; /* ~> transfer timedout */ variable
/freebsd-current/usr.bin/login/
H A Dlogin.c90 static void timedout(int);
191 sa.sa_handler = timedout;
900 timedout(int signo __unused) function
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_helper.c170 rcb->timedout = true;
H A Dsmartpqi_response.c459 if (rcb->timedout) {
H A Dsmartpqi_structures.h1246 boolean_t timedout; member in struct:request_container_block
/freebsd-current/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h214 int timedout = 0; local
248 timedout = 1;
253 if (timedout) {
/freebsd-current/sys/dev/mfi/
H A Dmfi.c3696 int timedout __unused;
3710 timedout = 0;
3719 timedout++;
3724 if (timedout)
3740 int timedout __unused = 0;
3774 timedout++;
3780 if (timedout)
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devdns.c223 int timedout; /* number of times in a row a request has timed out */ member in struct:nameserver
638 ns->timedout = 0;
1415 ns->timedout = 0;
2204 req->ns->timedout++;
2205 if (req->ns->timedout > req->base->global_max_nameserver_timeout) {
2206 req->ns->timedout = 0;
/freebsd-current/contrib/libevent/
H A Devdns.c223 int timedout; /* number of times in a row a request has timed out */ member in struct:nameserver
638 ns->timedout = 0;
1415 ns->timedout = 0;
2204 req->ns->timedout++;
2205 if (req->ns->timedout > req->base->global_max_nameserver_timeout) {
2206 req->ns->timedout = 0;
/freebsd-current/sys/dev/aacraid/
H A Daacraid.c2166 int timedout; local
2173 timedout = 0;
2181 timedout++;
2185 if (timedout)
/freebsd-current/sys/dev/aac/
H A Daac.c2340 int timedout, code; local
2346 timedout = 0;
2357 timedout++;
2361 if (timedout) {
/freebsd-current/contrib/sendmail/src/
H A Ddaemon.c230 bool timedout = false; local
396 timedout = true;
484 if (timedout)
486 timedout = false;
/freebsd-current/sys/dev/virtio/network/
H A Dif_vtnet.c3055 int i, timedout; local
3059 timedout = 0;
3064 timedout |= vtnet_watchdog(&sc->vtnet_txqs[i]);
3066 if (timedout != 0) {
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzil.c3297 boolean_t timedout = B_FALSE; local
3325 ASSERT3B(timedout, ==, B_FALSE);
3341 timedout = B_TRUE;
/freebsd-current/sys/netinet/
H A Dsctputil.c3138 bool from_peer, bool timedout, int so_locked)
3150 KASSERT(!from_peer || !timedout,
3260 if (timedout) {
4500 struct mbuf *op_err, bool timedout, int so_locked)
4531 sctp_abort_notification(stcb, false, timedout, cause_code, NULL, so_locked);
3136 sctp_notify_assoc_change(uint16_t state, struct sctp_tcb *stcb, uint16_t error, struct sctp_abort_chunk *abort, bool from_peer, bool timedout, int so_locked) argument
4499 sctp_abort_an_association(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct mbuf *op_err, bool timedout, int so_locked) argument

Completed in 267 milliseconds