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

/freebsd-10-stable/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.y183 if (strlcpy(lconfig->hc_pidfile, $2,
184 sizeof(lconfig->hc_pidfile)) >=
185 sizeof(lconfig->hc_pidfile)) {
915 if (lconfig->hc_pidfile[0] == '\0') {
916 strlcpy(lconfig->hc_pidfile, depth0_pidfile,
917 sizeof(lconfig->hc_pidfile));
H A Dhast.h121 char hc_pidfile[PATH_MAX]; member in struct:hastd_config

Completed in 52 milliseconds