Searched refs:use_timeout (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dfail.h164 fail_point_use_timeout_path(struct fail_point *fp, bool use_timeout, argument
167 KASSERT(!use_timeout || post_sleep_fn != NULL ||
171 if (use_timeout) {
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c6344 int use_timeout = 10800 * 1000; local
6403 use_timeout = timeout;
6407 use_timeout / 1000);
6422 use_timeout / 1000);
6430 use_timeout = new_timeout * 1000;
6432 use_timeout / 1000);
6465 /* timeout */ use_timeout);
6824 int use_timeout; local
7024 use_timeout = timeout;
7026 use_timeout
[all...]
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_http.c3038 http_incomplete_test_(struct basic_test_data *data, int use_timeout, int ssl) argument
3059 http_incomplete_errorcb, use_timeout ? NULL : &fd);
3075 if (use_timeout) {
3082 if (use_timeout && tv_end.tv_sec >= 3) {
3084 } else if (!use_timeout && tv_end.tv_sec >= 1) {
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c2780 http_incomplete_test_(struct basic_test_data *data, int use_timeout) argument
2802 http_incomplete_errorcb, use_timeout ? NULL : &fd);
2818 if (use_timeout) {
2825 if (use_timeout && tv_end.tv_sec >= 3) {
2827 } else if (!use_timeout && tv_end.tv_sec >= 1) {

Completed in 165 milliseconds