Home
last modified time | relevance | path

Searched refs:timedout (Results 1 – 20 of 20) sorted by relevance

/freebsd/tests/sys/fifo/
H A Dfifo_io.c403 int reader_fd, ret, timedout, writer_fd; in test_blocking_read_empty() local
424 ret = timed_read(reader_fd, &ch, sizeof(ch), &len, 5, &timedout, in test_blocking_read_empty()
447 ret = timed_read(reader_fd, &ch, sizeof(ch), &len, 5, &timedout, in test_blocking_read_empty()
472 int reader_fd, ret, timedout, writer_fd; in test_blocking_one_byte() local
493 ret = timed_write(writer_fd, &ch, sizeof(ch), &len, 5, &timedout, in test_blocking_one_byte()
508 ret = timed_read(reader_fd, &ch, sizeof(ch), &len, 5, &timedout, in test_blocking_one_byte()
538 int reader_fd, ret, timedout, writer_fd; in test_nonblocking_one_byte() local
555 ret = timed_write(writer_fd, &ch, sizeof(ch), &len, 5, &timedout, in test_nonblocking_one_byte()
570 ret = timed_read(reader_fd, &ch, sizeof(ch), &len, 5, &timedout, in test_nonblocking_one_byte()
602 int reader_fd, ret, timedout, writer_fd; in test_blocking_partial_write() local
[all …]
/freebsd/bin/timeout/
H A Dtimeout.c187 bool timedout = false; in main() local
329 timedout = true; in main()
378 if (timedout && !preserve) in main()
/freebsd/usr.bin/tip/tip/
H A Dcmds.c353 timedout = 0; in transmit()
357 if (timedout || stop) { in transmit()
358 if (timedout) in transmit()
441 timedout = 0; in send()
445 if (timedout) { in send()
459 timedout = 1; in timeout()
H A Dtip.h261 EXTERN int timedout; /* ~> transfer timedout */ variable
/freebsd/usr.bin/login/
H A Dlogin.c90 static void timedout(int);
191 sa.sa_handler = timedout; in main()
900 timedout(int signo __unused) in timedout() function
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h214 int timedout = 0; in c4iw_wait_for_reply() local
248 timedout = 1; in c4iw_wait_for_reply()
253 if (timedout) { in c4iw_wait_for_reply()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_helper.c170 rcb->timedout = true; in pqisrc_wait_on_condition()
H A Dsmartpqi_response.c459 if (rcb->timedout) { in pqisrc_process_response_queue()
H A Dsmartpqi_structures.h1246 boolean_t timedout; member
/freebsd/sys/dev/mfi/
H A Dmfi.c3693 int timedout __unused; in mfi_dump_all()
3707 timedout = 0; in mfi_dump_all()
3716 timedout++; in mfi_dump_all()
3721 if (timedout) in mfi_dump_all()
3737 int timedout __unused = 0; in mfi_timeout()
3771 timedout++; in mfi_timeout()
3777 if (timedout) in mfi_timeout()
/freebsd/contrib/ntp/sntp/libevent/
H A Devdns.c223 int timedout; /* number of times in a row a request has timed out */ member
638 ns->timedout = 0; in nameserver_up()
1415 ns->timedout = 0; in nameserver_read()
2204 req->ns->timedout++; in evdns_request_timeout_callback()
2205 if (req->ns->timedout > req->base->global_max_nameserver_timeout) { in evdns_request_timeout_callback()
2206 req->ns->timedout = 0; in evdns_request_timeout_callback()
H A DChangeLog527 o test/http: add a helper for creating timedout/failed request (376f107 Azat Khuzhin)
/freebsd/contrib/libevent/
H A Devdns.c223 int timedout; /* number of times in a row a request has timed out */ member
638 ns->timedout = 0; in nameserver_up()
1415 ns->timedout = 0; in nameserver_read()
2204 req->ns->timedout++; in evdns_request_timeout_callback()
2205 if (req->ns->timedout > req->base->global_max_nameserver_timeout) { in evdns_request_timeout_callback()
2206 req->ns->timedout = 0; in evdns_request_timeout_callback()
H A DChangeLog527 o test/http: add a helper for creating timedout/failed request (376f107 Azat Khuzhin)
/freebsd/contrib/sendmail/src/
H A Ddaemon.c230 bool timedout = false; local
396 timedout = true;
484 if (timedout)
486 timedout = false;
/freebsd/sys/dev/aac/
H A Daac.c2337 int timedout, code; in aac_timeout() local
2343 timedout = 0; in aac_timeout()
2354 timedout++; in aac_timeout()
2358 if (timedout) { in aac_timeout()
/freebsd/sys/dev/aacraid/
H A Daacraid.c2167 int timedout; in aac_timeout() local
2174 timedout = 0; in aac_timeout()
2182 timedout++; in aac_timeout()
2186 if (timedout) in aac_timeout()
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c3045 int i, timedout; in vtnet_tick() local
3049 timedout = 0; in vtnet_tick()
3054 timedout |= vtnet_watchdog(&sc->vtnet_txqs[i]); in vtnet_tick()
3056 if (timedout != 0) { in vtnet_tick()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzil.c3330 boolean_t timedout = B_FALSE; in zil_commit_waiter() local
3358 ASSERT3B(timedout, ==, B_FALSE); in zil_commit_waiter()
3374 timedout = B_TRUE; in zil_commit_waiter()
/freebsd/sys/netinet/
H A Dsctputil.c3138 bool from_peer, bool timedout, int so_locked) in sctp_notify_assoc_change() argument
3150 KASSERT(!from_peer || !timedout, in sctp_notify_assoc_change()
3260 if (timedout) { in sctp_notify_assoc_change()
4500 struct mbuf *op_err, bool timedout, int so_locked) in sctp_abort_an_association() argument
4531 sctp_abort_notification(stcb, false, timedout, cause_code, NULL, so_locked); in sctp_abort_an_association()