Searched refs:hr_exec (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sbin/hastd/ |
| H A D | parse.y | 338 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 D | hastd.c | 395 if (strcmp(res0->hr_exec, res1->hr_exec) != 0) in resource_needs_restart() 431 if (strcmp(res0->hr_exec, res1->hr_exec) != 0) in resource_needs_reload() 454 nv_add_string(nvout, res->hr_exec, "exec"); in resource_reload() 687 strlcpy(cres->hr_exec, nres->hr_exec, in hastd_reload() 688 sizeof(cres->hr_exec)); in hastd_reload()
|
| H A D | event.c | 137 hook_exec(res->hr_exec, evstr, res->hr_name, NULL); in event_recv()
|
| H A D | hast.h | 159 char hr_exec[PATH_MAX]; member
|
| H A D | control.c | 137 hook_exec(res->hr_exec, "role", res->hr_name, role2str(oldrole), in control_set_role_common()
|
| H A D | primary.c | 2280 if (strcmp(gres->hr_exec, vstr) != 0) { in primary_config_reload() 2281 strlcpy(gres->hr_exec, vstr, sizeof(gres->hr_exec)); in primary_config_reload()
|