Home
last modified time | relevance | path

Searched refs:ppsp (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
H A Dprivsep.c809 struct ps_process *ppsp, *psp; in ps_free() local
813 ppsp = ctx->ps_root; in ps_free()
815 ppsp = ctx->ps_ctl; in ps_free()
817 ppsp = NULL; in ps_free()
818 if (ppsp != NULL) in ps_free()
819 stop = ppsp->psp_pid == getpid(); in ps_free()
824 if (stop && psp != ppsp) in ps_free()