Searched refs:timeout (Results 401 - 425 of 1547) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_ibumad.h158 uint32_t timeout; member in struct:_osm_vendor
H A Dosm_vendor_mtl.h129 uint32_t timeout; member in struct:_osm_vendor
147 * timeout
148 * Transaction timeout time in milliseconds.
/freebsd-current/tools/test/stress2/misc/
H A Dmulticast.sh21 timeout -k 1s 20s ./multicast &
23 timeout -k 1s 25s ./multicast 1
H A Dsyzkaller39.sh130 static int event_timedwait(event_t* ev, uint64_t timeout)
138 uint64_t remain = timeout - (now - start);
144 if (now - start > timeout)
241 (cd /tmp; timeout 3m ./syzkaller39)
H A Dsyzkaller41.sh144 static int event_timedwait(event_t* ev, uint64_t timeout)
152 uint64_t remain = timeout - (now - start);
158 if (now - start > timeout)
281 (cd /tmp; timeout 3m ./syzkaller41)
H A Dsyzkaller56.sh131 static int event_timedwait(event_t* ev, uint64_t timeout)
139 uint64_t remain = timeout - (now - start);
145 if (now - start > timeout)
293 (cd /tmp; timeout 3m ./syzkaller56)
H A Dsyzkaller61.sh174 static int event_timedwait(event_t* ev, uint64_t timeout)
182 uint64_t remain = timeout - (now - start);
188 if (now - start > timeout)
305 (cd /tmp; timeout -k 3s 2s ./syzkaller61) &
H A Dsyzkaller43.sh139 static int event_timedwait(event_t* ev, uint64_t timeout)
147 uint64_t remain = timeout - (now - start);
153 if (now - start > timeout)
324 (cd /tmp; timeout 3m ./syzkaller43)
H A Dsyzkaller54.sh141 static int event_timedwait(event_t* ev, uint64_t timeout)
149 uint64_t remain = timeout - (now - start);
155 if (now - start > timeout)
319 (cd /tmp; timeout 3m ./syzkaller54)
H A Dsyzkaller58.sh141 static int event_timedwait(event_t* ev, uint64_t timeout)
149 uint64_t remain = timeout - (now - start);
155 if (now - start > timeout)
285 (cd /tmp; timeout 3m ./syzkaller58)
H A Dsyzkaller31.sh145 static int event_timedwait(event_t* ev, uint64_t timeout)
153 uint64_t remain = timeout - (now - start);
159 if (now - start > timeout)
319 (cd /tmp; timeout 3m ./syzkaller31)
H A Dsyzkaller32.sh156 static int event_timedwait(event_t* ev, uint64_t timeout)
164 uint64_t remain = timeout - (now - start);
170 if (now - start > timeout)
294 (cd /tmp; timeout 3m ./syzkaller32)
H A Dsem_wait.sh106 timeout 6m /tmp/sem_wait; s=$?
H A Dsyzkaller68.sh142 static int event_timedwait(event_t* ev, uint64_t timeout)
150 uint64_t remain = timeout - (now - start);
156 if (now - start > timeout)
232 (cd /tmp; timeout 2m ./$prog)
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h102 /// \param[in] timeout
119 const Timeout<std::micro> &timeout,
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Dnotif-wait.h90 unsigned long timeout);
/freebsd-current/contrib/wpa/tests/hwsim/
H A Dtest_dpp3.py43 ev = dev[0].wait_event(["DPP-INTRO"], timeout=10)
/freebsd-current/tests/sys/net/
H A Dpcp.py64 sniffer = Sniffer(args, check_pcp, args.recvif[0], timeout=20)
/freebsd-current/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-load-key.sh.in37 systemd-ask-password --timeout=0 --no-tty "Encrypted ZFS password for ${dataset}" | zfs load-key "${ENCRYPTIONROOT}" && break
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.h42 PacketResult GetPacketAndSendResponse(Timeout<std::micro> timeout,
/freebsd-current/crypto/openssl/apps/include/
H A Dhttp_server.h77 * timeout: connection timeout (in seconds), or 0 for none/infinite
90 int accept_get, int timeout);
/freebsd-current/tests/sys/netpfil/pf/
H A Dfrag6.py58 timeout=3)
/freebsd-current/sbin/ggate/ggatel/
H A Dggatel.c57 static unsigned timeout = G_GATE_TIMEOUT; variable
64 "[-s sectorsize] [-t timeout] [-u unit] <path>\n", getprogname());
183 ggioc.gctl_timeout = timeout;
268 timeout = strtoul(optarg, NULL, 10);
269 if (timeout == 0 && errno != 0)
270 errx(EXIT_FAILURE, "Invalid timeout.");
/freebsd-current/sys/dev/iwm/
H A Dif_iwm_pcie_trans.h111 uint32_t mask, int timeout);
/freebsd-current/sys/dev/oce/
H A Doce_user.h103 uint32_t timeout,

Completed in 184 milliseconds

<<11121314151617181920>>