/freebsd/sys/dev/firmware/arm/ |
H A D | scmi.c | 122 bool timed_out; member 432 req->timed_out = false; in scmi_req_free_unlocked() 615 bool timed_out = false; in scmi_process_response() local 628 SCMI_MSG_TOKEN(req->msg.hdr), req->timed_out); in scmi_process_response() 633 if (!req->timed_out) { in scmi_process_response() 644 timed_out = true; in scmi_process_response() 648 if (timed_out) in scmi_process_response() 700 req->timed_out = ret != 0; in scmi_wait_for_response() 715 req->timed_out = ret != 0; in scmi_wait_for_response() 734 SCMI_MSG_TOKEN(req->msg.hdr), req->timed_out); in scmi_wait_for_response()
|
/freebsd/usr.bin/lockf/ |
H A D | lockf.c | 61 static volatile sig_atomic_t timed_out; variable 210 while (lockfd == -1 && !timed_out && waitsec != 0) { in main() 324 timed_out = 1; in timeout()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_thread.c | 264 int timed_out; member 284 rec->timed_out = 1; in wait_for_condition() 345 n_timed_out = alerted[5].timed_out + alerted[6].timed_out; in thread_conditions_simple() 352 if (alerted[i].timed_out) { in thread_conditions_simple()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_thread.c | 264 int timed_out; member 284 rec->timed_out = 1; in wait_for_condition() 345 n_timed_out = alerted[5].timed_out + alerted[6].timed_out; in thread_conditions_simple() 352 if (alerted[i].timed_out) { in thread_conditions_simple()
|
/freebsd/lib/libiscsiutil/ |
H A D | pdu.c | 116 if (conn->conn_ops->timed_out()) { in pdu_read() 210 if (conn->conn_ops->timed_out()) in pdu_send()
|
H A D | libiscsiutil.h | 69 bool (*timed_out)(void); member
|
/freebsd/usr.sbin/iscsid/ |
H A D | iscsid.c | 59 static bool timed_out(void); 70 .timed_out = timed_out, 544 timed_out(void) in timed_out() function
|
/freebsd/contrib/llvm-project/libcxx/include/__system_error/ |
H A D | errc.h | 259 timed_out = ETIMEDOUT, in _LIBCPP_DECLARE_STRONG_ENUM()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunication.cpp | 253 bool timed_out = false; in WaitForPacketNoLock() local 255 while (IsConnected() && !timed_out) { in WaitForPacketNoLock() 361 timed_out = true; in WaitForPacketNoLock() 381 if (timed_out) in WaitForPacketNoLock()
|
/freebsd/usr.sbin/ctld/ |
H A D | ctld.c | 58 static bool timed_out(void); 76 .timed_out = timed_out, 2036 timed_out(void) in timed_out() function 2218 if (sighup_received || sigterm_received || timed_out()) in main_loop() 2645 if (timed_out()) { in main()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | raw_socket_stream.cpp | 248 return std::make_error_code(std::errc::timed_out); in getSocketFD()
|
/freebsd/contrib/kyua/engine/ |
H A D | atf_result_test.cpp | 292 const engine::atf_result timed_out(engine::atf_result::broken, in ATF_TEST_CASE_BODY() local 296 timed_out.apply(none)); in ATF_TEST_CASE_BODY()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 507 return llvm::createStringError(std::errc::timed_out, in runTypeErasedDataflowAnalysis()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_event.c | 909 struct nlattr *timed_out, in mlme_event_connect() argument 972 event.assoc_reject.timed_out = timed_out != NULL; in mlme_event_connect() 973 if (timed_out && timeout_reason) { in mlme_event_connect() 1646 struct nlattr *addr, struct nlattr *timed_out, in mlme_event() argument 1659 if (timed_out && addr) { in mlme_event()
|
H A D | driver.h | 6312 int timed_out; member
|
/freebsd/sys/net/ |
H A D | bpf.c | 998 int timed_out; in bpfread() local 1021 timed_out = (d->bd_state == BPF_TIMED_OUT); in bpfread() 1042 if (d->bd_immediate || non_block || timed_out) { in bpfread()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | events.c | 5686 data->assoc_reject.timed_out ? " timeout" : "", in wpas_event_assoc_reject() 5698 data->assoc_reject.timed_out ? " timeout" : "", in wpas_event_assoc_reject() 5829 !data->assoc_reject.timed_out) { in wpas_event_assoc_reject() 5839 !data->assoc_reject.timed_out) { in wpas_event_assoc_reject()
|
H A D | sme.c | 2886 !data->assoc_reject.timed_out && in sme_event_assoc_reject()
|
/freebsd/sys/dev/sym/ |
H A D | sym_hipd.c | 2234 static int sym_abort_scsiio (hcb_p np, union ccb *ccb, int timed_out); 7323 static int sym_abort_scsiio(hcb_p np, union ccb *ccb, int timed_out) argument 7356 cp->to_abort = timed_out ? 2 : 1;
|