Home
last modified time | relevance | path

Searched refs:hr_timeout (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sbin/hastd/
H A Dparse.y319 curres->hr_timeout = $2;
545 curres->hr_timeout = -1;
993 if (curres->hr_timeout == -1) { in yy_config_parse()
998 curres->hr_timeout = depth0_timeout; in yy_config_parse()
H A Dhastd.c395 if (res0->hr_timeout != res1->hr_timeout) in resource_needs_restart()
431 if (res0->hr_timeout != res1->hr_timeout) in resource_needs_reload()
455 nv_add_int32(nvout, (int32_t)res->hr_timeout, "timeout"); in resource_reload()
688 cres->hr_timeout = nres->hr_timeout; in hastd_reload()
H A Dhast.h203 int hr_timeout; member
H A Dprimary.c596 if (proto_connect_wait(conn, res->hr_timeout) == -1) { in primary_connect()
603 if (proto_timeout(conn, res->hr_timeout) == -1) in primary_connect()
1074 res->hr_timeout); in hastd_primary()
1080 if (time(NULL) > start + res->hr_timeout) in hastd_primary()
2277 if (gres->hr_timeout != vint) { in primary_config_reload()
2278 gres->hr_timeout = vint; in primary_config_reload()
2308 gres->hr_timeout) == -1) { in primary_config_reload()
2313 gres->hr_timeout) == -1) { in primary_config_reload()
H A Dsecondary.c482 if (proto_timeout(res->hr_remoteout, res->hr_timeout) == -1) in hastd_secondary()