| /freebsd-14-stable/tests/sys/fifo/ |
| HD | 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-14-stable/usr.bin/tip/tip/ |
| HD | cmds.c | 361 timedout = 0; in transmit() 365 if (timedout || stop) { in transmit() 366 if (timedout) in transmit() 449 timedout = 0; in send() 453 if (timedout) { in send() 467 timedout = 1; in timeout()
|
| HD | tip.h | 263 EXTERN int timedout; /* ~> transfer timedout */ variable
|
| /freebsd-14-stable/usr.bin/login/ |
| HD | login.c | 96 static void timedout(int); 197 sa.sa_handler = timedout; in main() 906 timedout(int signo __unused) in timedout() function
|
| /freebsd-14-stable/sys/dev/cxgbe/iw_cxgbe/ |
| HD | 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-14-stable/sys/dev/smartpqi/ |
| HD | smartpqi_helper.c | 170 rcb->timedout = true; in pqisrc_wait_on_condition()
|
| HD | smartpqi_response.c | 459 if (rcb->timedout) { in pqisrc_process_response_queue()
|
| HD | smartpqi_structures.h | 1246 boolean_t timedout; member
|
| /freebsd-14-stable/sys/dev/mfi/ |
| HD | 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-14-stable/contrib/ntp/sntp/libevent/ |
| HD | 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()
|
| HD | ChangeLog | 527 o test/http: add a helper for creating timedout/failed request (376f107 Azat Khuzhin)
|
| /freebsd-14-stable/contrib/libevent/ |
| HD | 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()
|
| HD | ChangeLog | 527 o test/http: add a helper for creating timedout/failed request (376f107 Azat Khuzhin)
|
| /freebsd-14-stable/contrib/sendmail/src/ |
| HD | daemon.c | 230 bool timedout = false; local 396 timedout = true; 484 if (timedout) 486 timedout = false;
|
| /freebsd-14-stable/sys/dev/aac/ |
| HD | aac.c | 2340 int timedout, code; in aac_timeout() local 2346 timedout = 0; in aac_timeout() 2357 timedout++; in aac_timeout() 2361 if (timedout) { in aac_timeout()
|
| /freebsd-14-stable/sys/dev/aacraid/ |
| HD | aacraid.c | 2166 int timedout; in aac_timeout() local 2173 timedout = 0; in aac_timeout() 2181 timedout++; in aac_timeout() 2185 if (timedout) in aac_timeout()
|
| /freebsd-14-stable/sys/dev/virtio/network/ |
| HD | if_vtnet.c | 3054 int i, timedout; in vtnet_tick() local 3058 timedout = 0; in vtnet_tick() 3063 timedout |= vtnet_watchdog(&sc->vtnet_txqs[i]); in vtnet_tick() 3065 if (timedout != 0) { in vtnet_tick()
|
| /freebsd-14-stable/usr.sbin/syslogd/ |
| HD | syslogd.c | 458 static void timedout(int); 3287 signal(SIGALRM, timedout); in waitdaemon() 3326 timedout(int sig __unused) in timedout() function
|
| /freebsd-14-stable/sys/contrib/openzfs/module/zfs/ |
| HD | zil.c | 3319 boolean_t timedout = B_FALSE; in zil_commit_waiter() local 3347 ASSERT3B(timedout, ==, B_FALSE); in zil_commit_waiter() 3363 timedout = B_TRUE; in zil_commit_waiter()
|
| /freebsd-14-stable/sys/netinet/ |
| HD | 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()
|