Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dprocdesc.h93 #define PDF_DAEMON 0x00000008 /* Don't exit when procdesc closes. */ macro
/f-stack/freebsd/kern/
H A Dsys_procdesc.c222 pd->pd_flags |= PDF_DAEMON; in procdesc_new()
409 if ((pd->pd_flags & PDF_DAEMON) == 0) in procdesc_close()