Home
last modified time | relevance | path

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

/external/ltp/doc/
Dnamespaces-helper-tools.txt13 ** child is then daemonized and is running in the background
14 ** PID of the daemonized child process is printed on the stdout
15 ** the new namespace(s) is(are) maintained by the daemonized child process
16 ** namespace(s) can be removed by killing the daemonized process
37 # Creates a new network and ipc namespace and stores the PID of the daemonized
58 # By killing the daemonized process we also delete the namespace
/external/iputils/ninfod/
Dninfod.h77 extern int daemonized; /* ninfod.c */
91 if (daemonized) { \
Dninfod.c136 int daemonized; variable
432 if (daemonized && opt_p) { in cleanup_pidfile()
489 daemonized = 1; in do_daemonize()
/external/openssh/
Dmisc.h34 int daemonized(void);
Dmisc.c1262 daemonized(void) in daemonized() function
Dsshd.c1842 already_daemon = daemonized();
DChangeLog1519 On startup, check to see if sshd is already daemonized
/external/strace/
DChangeLog31671 Don't set skip_startup_execve to 1 if NOMMU and not in daemonized mode
31878 Fix NOMMU + daemonized tracer SEGV.