proc_run
proc_run(ps, p, procs, nitems(procs), ca_run, NULL);
proc_run(ps, p, procs, nitems(procs), control_run, NULL);
void proc_run(struct privsep *, struct privsep_proc *,
proc_run(ps, p, procs, nitems(procs), ikev2_run, NULL);
void proc_run(struct privsep *, struct privsep_proc *,
proc_run(ps, p, procs, nitems(procs), logger_init, NULL);
proc_run(ps, p, procs, nitems(procs), server_init, NULL);
proc_run(ps, p, procs, nitems(procs), ca_init, NULL);
proc_run(ps, p, procs, nitems(procs), hce_init, NULL);
proc_run(ps, p, procs, nitems(procs), pfe_init, NULL);
proc_run(ps, p, procs, nitems(procs), relay_init, NULL);
void proc_run(struct privsep *, struct privsep_proc *,
void proc_run(struct privsep *, struct privsep_proc *,
proc_run(ps, p, procs, nitems(procs), snmpe_init, NULL);
proc_run(ps, p, procs, nitems(procs), control_run, NULL);
proc_run(ps, p, procs, nitems(procs), priv_run, NULL);
void proc_run(struct privsep *, struct privsep_proc *,
proc_run(ps, p, procs, nitems(procs), vm_agentx_run, NULL);
proc_run(ps, p, procs, nitems(procs), vmm_run, NULL);