Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dparse.y338 if (strlcpy(curres->hr_exec, $2,
339 sizeof(curres->hr_exec)) >=
340 sizeof(curres->hr_exec)) {
544 curres->hr_exec[0] = '\0';
998 if (curres->hr_exec[0] == '\0') { in yy_config_parse()
1003 strlcpy(curres->hr_exec, depth0_exec, in yy_config_parse()
1004 sizeof(curres->hr_exec)); in yy_config_parse()
H A Dhastd.c394 if (strcmp(res0->hr_exec, res1->hr_exec) != 0) in resource_needs_restart()
430 if (strcmp(res0->hr_exec, res1->hr_exec) != 0) in resource_needs_reload()
453 nv_add_string(nvout, res->hr_exec, "exec"); in resource_reload()
686 strlcpy(cres->hr_exec, nres->hr_exec, in hastd_reload()
687 sizeof(cres->hr_exec)); in hastd_reload()
H A Devent.c137 hook_exec(res->hr_exec, evstr, res->hr_name, NULL); in event_recv()
H A Dhast.h159 char hr_exec[PATH_MAX]; member
H A Dprimary.c2279 if (strcmp(gres->hr_exec, vstr) != 0) { in primary_config_reload()
2280 strlcpy(gres->hr_exec, vstr, sizeof(gres->hr_exec)); in primary_config_reload()