/freebsd/tests/sys/fifo/ |
H A D | fifo_io.c | 403 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 D | timeout.c | 187 bool timedout = false; in main() local 329 timedout = true; in main() 378 if (timedout && !preserve) in main()
|
/freebsd/usr.bin/tip/tip/ |
H A D | cmds.c | 353 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 D | tip.h | 261 EXTERN int timedout; /* ~> transfer timedout */ variable
|
/freebsd/usr.bin/login/ |
H A D | login.c | 90 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 D | iw_cxgbe.h | 214 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 D | smartpqi_helper.c | 170 rcb->timedout = true; in pqisrc_wait_on_condition()
|
H A D | smartpqi_response.c | 459 if (rcb->timedout) { in pqisrc_process_response_queue()
|
H A D | smartpqi_structures.h | 1246 boolean_t timedout; member
|
/freebsd/sys/dev/mfi/ |
H A D | mfi.c | 3693 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 D | evdns.c | 223 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 D | ChangeLog | 527 o test/http: add a helper for creating timedout/failed request (376f107 Azat Khuzhin)
|
/freebsd/contrib/libevent/ |
H A D | evdns.c | 223 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 D | ChangeLog | 527 o test/http: add a helper for creating timedout/failed request (376f107 Azat Khuzhin)
|
/freebsd/contrib/sendmail/src/ |
H A D | daemon.c | 230 bool timedout = false; local 396 timedout = true; 484 if (timedout) 486 timedout = false;
|
/freebsd/sys/dev/aac/ |
H A D | aac.c | 2337 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 D | aacraid.c | 2167 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 D | if_vtnet.c | 3045 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 D | zil.c | 3330 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 D | sctputil.c | 3138 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()
|