Searched refs:hc_pidfile (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sbin/hastd/ |
| HD | hastd.c | 543 strcmp(cfg->hc_pidfile, newcfg->hc_pidfile) != 0) { in hastd_reload() 544 newpfh = pidfile_open(newcfg->hc_pidfile, 0600, &otherpid); in hastd_reload() 549 newcfg->hc_pidfile, (intmax_t)otherpid); in hastd_reload() 553 newcfg->hc_pidfile); in hastd_reload() 559 newcfg->hc_pidfile); in hastd_reload() 562 newcfg->hc_pidfile); in hastd_reload() 584 pjdlog_info("Pidfile changed from %s to %s.", cfg->hc_pidfile, in hastd_reload() 585 newcfg->hc_pidfile); in hastd_reload() 588 (void)strlcpy(cfg->hc_pidfile, newcfg->hc_pidfile, in hastd_reload() 589 sizeof(cfg->hc_pidfile)); in hastd_reload() [all …]
|
| HD | 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()
|
| HD | hast.h | 121 char hc_pidfile[PATH_MAX]; member
|