Lines Matching defs:daemon
200 struct daemon* daemon = (struct daemon*)calloc(1, in daemon_init() local
344 daemon_open_shared_ports(struct daemon* daemon) in daemon_open_shared_ports()
447 static void daemon_setup_modules(struct daemon* daemon) in daemon_setup_modules()
467 static int daemon_get_shufport(struct daemon* daemon, int* shufport) in daemon_get_shufport()
498 daemon_clear_allocs(struct daemon* daemon) in daemon_clear_allocs()
520 daemon_create_workers(struct daemon* daemon) in daemon_create_workers()
588 static void close_other_pipes(struct daemon* daemon, int thr) in close_other_pipes()
641 daemon_start_others(struct daemon* daemon) in daemon_start_others()
662 daemon_stop_others(struct daemon* daemon) in daemon_stop_others()
682 daemon_fork(struct daemon* daemon) in daemon_fork()
815 daemon_cleanup(struct daemon* daemon) in daemon_cleanup()
868 daemon_delete(struct daemon* daemon) in daemon_delete()
950 void daemon_apply_cfg(struct daemon* daemon, struct config_file* cfg) in daemon_apply_cfg()