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

/freebsd-13-stable/usr.bin/lockf/
H A Dlockf.c53 static volatile sig_atomic_t timed_out; variable
131 while (lockfd == -1 && !timed_out && waitsec != 0) {
221 timed_out = 1;
/freebsd-13-stable/usr.sbin/iscsid/
H A Discsid.h149 bool timed_out(void);
H A Dpdu.c194 if (timed_out()) {
294 if (timed_out())
H A Discsid.c429 timed_out(void) function
/freebsd-13-stable/usr.sbin/ctld/
H A Dpdu.c157 if (timed_out())
253 if (timed_out())
H A Dctld.h470 bool timed_out(void);
H A Dctld.c2296 timed_out(void) function
2497 if (sighup_received || sigterm_received || timed_out())
2844 if (timed_out()) {
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_thread.c264 int timed_out; member in struct:alerted_record
284 rec->timed_out = 1;
345 n_timed_out = alerted[5].timed_out + alerted[6].timed_out;
352 if (alerted[i].timed_out) {
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.c264 int timed_out; member in struct:alerted_record
284 rec->timed_out = 1;
345 n_timed_out = alerted[5].timed_out + alerted[6].timed_out;
352 if (alerted[i].timed_out) {
/freebsd-13-stable/libexec/tftpd/
H A Dtftp-io.c400 static int timed_out; local
409 timed_out = setjmp(timeoutbuf);
412 if (timed_out != 0) {
/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c637 bool timed_out = false; local
651 && !timed_out) {
653 timed_out = mythread_cond_timedwait(
662 return timed_out;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp278 bool timed_out = false;
280 while (IsConnected() && !timed_out) {
386 timed_out = true;
406 if (timed_out)
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c294 struct nlattr *timed_out,
357 event.assoc_reject.timed_out = timed_out != NULL;
358 if (timed_out && timeout_reason) {
881 struct nlattr *addr, struct nlattr *timed_out,
890 if (timed_out && addr) {
290 mlme_event_connect(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *status, struct nlattr *addr, struct nlattr *req_ie, struct nlattr *resp_ie, struct nlattr *timed_out, struct nlattr *timeout_reason, struct nlattr *authorized, struct nlattr *key_replay_ctr, struct nlattr *ptk_kck, struct nlattr *ptk_kek, struct nlattr *subnet_status, struct nlattr *fils_erp_next_seq_num, struct nlattr *fils_pmk, struct nlattr *fils_pmkid) argument
879 mlme_event(struct i802_bss *bss, enum nl80211_commands cmd, struct nlattr *frame, struct nlattr *addr, struct nlattr *timed_out, struct nlattr *freq, struct nlattr *ack, struct nlattr *cookie, struct nlattr *sig, struct nlattr *wmm, struct nlattr *req_ie) argument
H A Ddriver.h5225 * timed_out - Whether failure is due to timeout (etc.) rather
5228 int timed_out; member in struct:wpa_event_data::assoc_reject
/freebsd-13-stable/contrib/kyua/engine/
H A Datf_result_test.cpp292 const engine::atf_result timed_out(engine::atf_result::broken,
296 timed_out.apply(none));
/freebsd-13-stable/sys/net/
H A Dbpf.c984 int timed_out; local
1007 timed_out = (d->bd_state == BPF_TIMED_OUT);
1028 if (d->bd_immediate || non_block || timed_out) {
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Devents.c4080 data->assoc_reject.timed_out ? " timeout" : "",
4088 data->assoc_reject.timed_out ? " timeout" : "",
4155 !data->assoc_reject.timed_out) {
4165 !data->assoc_reject.timed_out) {
/freebsd-13-stable/sys/dev/sym/
H A Dsym_hipd.c2235 static int sym_abort_scsiio (hcb_p np, union ccb *ccb, int timed_out);
7325 static int sym_abort_scsiio(hcb_p np, union ccb *ccb, int timed_out) argument
7358 cp->to_abort = timed_out ? 2 : 1;

Completed in 362 milliseconds