Searched refs:hc_pidfile (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/hastd/ |
H A D | hastd.c | 542 strcmp(cfg->hc_pidfile, newcfg->hc_pidfile) != 0) { in hastd_reload() 543 newpfh = pidfile_open(newcfg->hc_pidfile, 0600, &otherpid); in hastd_reload() 548 newcfg->hc_pidfile, (intmax_t)otherpid); in hastd_reload() 552 newcfg->hc_pidfile); in hastd_reload() 558 newcfg->hc_pidfile); in hastd_reload() 561 newcfg->hc_pidfile); in hastd_reload() 583 pjdlog_info("Pidfile changed from %s to %s.", cfg->hc_pidfile, in hastd_reload() 584 newcfg->hc_pidfile); in hastd_reload() 587 (void)strlcpy(cfg->hc_pidfile, newcfg->hc_pidfile, in hastd_reload() 588 sizeof(cfg->hc_pidfile)); in hastd_reload() [all …]
|
H A D | parse.y | 183 if (strlcpy(lconfig->hc_pidfile, $2, 184 sizeof(lconfig->hc_pidfile)) >= 185 sizeof(lconfig->hc_pidfile)) { 915 if (lconfig->hc_pidfile[0] == '\0') { in yy_config_parse() 916 strlcpy(lconfig->hc_pidfile, depth0_pidfile, in yy_config_parse() 917 sizeof(lconfig->hc_pidfile)); in yy_config_parse()
|
H A D | hast.h | 121 char hc_pidfile[PATH_MAX]; member
|