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

/freebsd-12-stable/contrib/unbound/daemon/
H A Dunbound.c442 const char** cfgfile, int need_pidfile)
505 pidinchroot = need_pidfile && (!(cfg->chrootdir && cfg->chrootdir[0]) ||
511 if(cfg->pidfile && cfg->pidfile[0] && need_pidfile) {
530 if(cfg->pidfile && cfg->pidfile[0] && need_pidfile) {
546 (void)need_pidfile;
664 * @param need_pidfile: if false, no pidfile is checked or created.
667 run_daemon(const char* cfgfile, int cmdline_verbose, int debug_mode, int need_pidfile) argument
699 perform_setup(daemon, cfg, debug_mode, &cfgfile, need_pidfile);
749 int need_pidfile = 1; local
773 need_pidfile
441 perform_setup(struct daemon* daemon, struct config_file* cfg, int debug_mode, const char** cfgfile, int need_pidfile) argument
[all...]

Completed in 108 milliseconds