Searched refs:daemonized (Results 1 – 8 of 8) sorted by relevance
13 ** child is then daemonized and is running in the background14 ** PID of the daemonized child process is printed on the stdout15 ** the new namespace(s) is(are) maintained by the daemonized child process16 ** namespace(s) can be removed by killing the daemonized process37 # Creates a new network and ipc namespace and stores the PID of the daemonized58 # By killing the daemonized process we also delete the namespace
77 extern int daemonized; /* ninfod.c */91 if (daemonized) { \
136 int daemonized; variable432 if (daemonized && opt_p) { in cleanup_pidfile()489 daemonized = 1; in do_daemonize()
34 int daemonized(void);
1262 daemonized(void) in daemonized() function
1842 already_daemon = daemonized();
1519 On startup, check to see if sshd is already daemonized
31671 Don't set skip_startup_execve to 1 if NOMMU and not in daemonized mode31878 Fix NOMMU + daemonized tracer SEGV.