Searched refs:hr_exec (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sbin/hastd/ |
| HD | parse.y | 340 if (strlcpy(curres->hr_exec, $2, 341 sizeof(curres->hr_exec)) >= 342 sizeof(curres->hr_exec)) { 546 curres->hr_exec[0] = '\0'; 1000 if (curres->hr_exec[0] == '\0') { in yy_config_parse() 1005 strlcpy(curres->hr_exec, depth0_exec, in yy_config_parse() 1006 sizeof(curres->hr_exec)); in yy_config_parse()
|
| HD | hastd.c | 397 if (strcmp(res0->hr_exec, res1->hr_exec) != 0) in resource_needs_restart() 433 if (strcmp(res0->hr_exec, res1->hr_exec) != 0) in resource_needs_reload() 456 nv_add_string(nvout, res->hr_exec, "exec"); in resource_reload() 689 strlcpy(cres->hr_exec, nres->hr_exec, in hastd_reload() 690 sizeof(cres->hr_exec)); in hastd_reload()
|
| HD | event.c | 139 hook_exec(res->hr_exec, evstr, res->hr_name, NULL); in event_recv()
|
| HD | hast.h | 161 char hr_exec[PATH_MAX]; member
|
| HD | control.c | 140 hook_exec(res->hr_exec, "role", res->hr_name, role2str(oldrole), in control_set_role_common()
|
| HD | primary.c | 2282 if (strcmp(gres->hr_exec, vstr) != 0) { in primary_config_reload() 2283 strlcpy(gres->hr_exec, vstr, sizeof(gres->hr_exec)); in primary_config_reload()
|