Searched refs:daemonized (Results 1 – 9 of 9) sorted by relevance
41 bool daemonized; variable45 if (daemonized) \75 daemonized = true; in main()77 if (daemonized) { in main()103 if (daemonized) { in main()
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()
35 int daemonized(void);
1708 daemonized(void) in daemonized() function
1976 already_daemon = daemonized();
80 background and return immediately. In this daemonized mode all stderr is
46315 Don't set skip_startup_execve to 1 if NOMMU and not in daemonized mode46522 Fix NOMMU + daemonized tracer SEGV.