Searched refs:hc_pidfile (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dhastd.c543 strcmp(cfg->hc_pidfile, newcfg->hc_pidfile) != 0) {
544 newpfh = pidfile_open(newcfg->hc_pidfile, 0600, &otherpid);
549 newcfg->hc_pidfile, (intmax_t)otherpid);
553 newcfg->hc_pidfile);
559 newcfg->hc_pidfile);
562 newcfg->hc_pidfile);
584 pjdlog_info("Pidfile changed from %s to %s.", cfg->hc_pidfile,
585 newcfg->hc_pidfile);
588 (void)strlcpy(cfg->hc_pidfile, newcf
[all...]
H A Dparse.y269 if (lconfig->hc_pidfile[0] == '\0') {
270 strlcpy(lconfig->hc_pidfile, depth0_pidfile,
271 sizeof(lconfig->hc_pidfile));
490 if (strlcpy(lconfig->hc_pidfile, $2,
491 sizeof(lconfig->hc_pidfile)) >=
492 sizeof(lconfig->hc_pidfile)) {
H A Dhast.h121 char hc_pidfile[PATH_MAX]; member in struct:hastd_config

Completed in 30 milliseconds