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

/freebsd-9.3-release/sbin/hastd/
H A Dhast.h201 int hr_timeout; member in struct:hast_resource
H A Dhastd.c393 if (res0->hr_timeout != res1->hr_timeout)
429 if (res0->hr_timeout != res1->hr_timeout)
453 nv_add_int32(nvout, (int32_t)res->hr_timeout, "timeout");
686 cres->hr_timeout = nres->hr_timeout;
H A Dparse.y345 if (curres->hr_timeout == -1) {
350 curres->hr_timeout = depth0_timeout;
624 curres->hr_timeout = $2;
850 curres->hr_timeout = -1;
H A Dprimary.c595 if (proto_connect_wait(conn, res->hr_timeout) == -1) {
602 if (proto_timeout(conn, res->hr_timeout) == -1)
1073 res->hr_timeout);
1079 if (time(NULL) > start + res->hr_timeout)
2276 if (gres->hr_timeout != vint) {
2277 gres->hr_timeout = vint;
2307 gres->hr_timeout) == -1) {
2312 gres->hr_timeout) == -1) {
H A Dsecondary.c480 if (proto_timeout(res->hr_remoteout, res->hr_timeout) == -1)

Completed in 55 milliseconds