Home
last modified time | relevance | path

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

/freebsd/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.c392 if (res0->hr_timeout != res1->hr_timeout) in resource_needs_restart()
428 if (res0->hr_timeout != res1->hr_timeout) in resource_needs_reload()
452 nv_add_int32(nvout, (int32_t)res->hr_timeout, "timeout"); in resource_reload()
685 cres->hr_timeout = nres->hr_timeout; in hastd_reload()
H A Dhast.h201 int hr_timeout; member
H A Dprimary.c593 if (proto_connect_wait(conn, res->hr_timeout) == -1) { in primary_connect()
600 if (proto_timeout(conn, res->hr_timeout) == -1) in primary_connect()
1071 res->hr_timeout); in hastd_primary()
1077 if (time(NULL) > start + res->hr_timeout) in hastd_primary()
2274 if (gres->hr_timeout != vint) { in primary_config_reload()
2275 gres->hr_timeout = vint; in primary_config_reload()
2305 gres->hr_timeout) == -1) { in primary_config_reload()
2310 gres->hr_timeout) == -1) { in primary_config_reload()
H A Dsecondary.c479 if (proto_timeout(res->hr_remoteout, res->hr_timeout) == -1) in hastd_secondary()