Searched refs:hr_exec (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Devent.c137 hook_exec(res->hr_exec, evstr, res->hr_name, NULL);
H A Dparse.y352 if (curres->hr_exec[0] == '\0') {
357 strlcpy(curres->hr_exec, depth0_exec,
358 sizeof(curres->hr_exec));
645 if (strlcpy(curres->hr_exec, $2,
646 sizeof(curres->hr_exec)) >=
647 sizeof(curres->hr_exec)) {
851 curres->hr_exec[0] = '\0';
H A Dhast.h159 char hr_exec[PATH_MAX]; member in struct:hast_resource
H A Dhastd.c395 if (strcmp(res0->hr_exec, res1->hr_exec) != 0)
431 if (strcmp(res0->hr_exec, res1->hr_exec) != 0)
454 nv_add_string(nvout, res->hr_exec, "exec");
687 strlcpy(cres->hr_exec, nres->hr_exec,
688 sizeof(cres->hr_exec));
H A Dcontrol.c138 hook_exec(res->hr_exec, "role", res->hr_name, role2str(oldrole),
H A Dprimary.c2281 if (strcmp(gres->hr_exec, vstr) != 0) {
2282 strlcpy(gres->hr_exec, vstr, sizeof(gres->hr_exec));

Completed in 115 milliseconds