Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/hastd/
H A Dparse.y317 curres->hr_timeout = $2;
543 curres->hr_timeout = -1;
991 if (curres->hr_timeout == -1) { in yy_config_parse()
996 curres->hr_timeout = depth0_timeout; in yy_config_parse()
H A Dhastd.c393 if (res0->hr_timeout != res1->hr_timeout) in resource_needs_restart()
429 if (res0->hr_timeout != res1->hr_timeout) in resource_needs_reload()
453 nv_add_int32(nvout, (int32_t)res->hr_timeout, "timeout"); in resource_reload()
686 cres->hr_timeout = nres->hr_timeout; in hastd_reload()
H A Dhast.h201 int hr_timeout; member
H A Dprimary.c594 if (proto_connect_wait(conn, res->hr_timeout) == -1) { in primary_connect()
601 if (proto_timeout(conn, res->hr_timeout) == -1) in primary_connect()
1072 res->hr_timeout); in hastd_primary()
1078 if (time(NULL) > start + res->hr_timeout) in hastd_primary()
2275 if (gres->hr_timeout != vint) { in primary_config_reload()
2276 gres->hr_timeout = vint; in primary_config_reload()
2306 gres->hr_timeout) == -1) { in primary_config_reload()
2311 gres->hr_timeout) == -1) { in primary_config_reload()
H A Dsecondary.c480 if (proto_timeout(res->hr_remoteout, res->hr_timeout) == -1) in hastd_secondary()