Searched refs:PROC_DAEMON (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | proc.h | 37 #define PROC_DAEMON (1<<3) /* daemon setup */ macro
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | proc.h | 46 #define PROC_DAEMON (1<<3) /* daemon setup */ macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | proc.h | 46 #define PROC_DAEMON (1<<3) /* daemon setup */ macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | proc.h | 46 #define PROC_DAEMON (1<<3) /* daemon setup */ macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | proc.h | 46 #define PROC_DAEMON (1<<3) /* daemon setup */ macro
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | procopen.c | 547 if (flags & PROC_DAEMON) in procopen() 563 if (flags & (PROC_BACKGROUND|PROC_DAEMON)) in procopen() 570 if (flags & (PROC_DAEMON|PROC_SESSION)) in procopen()
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | daemon.c | 197 proc_list_add(CurrentPid, "Sendmail daemon", PROC_DAEMON, 0, -1, NULL); 907 proc_list_add(pid, status, PROC_DAEMON, 0, -1,
|
H A D | sendmail.h | 1421 #define PROC_DAEMON 1 macro
|
H A D | main.c | 2298 PROC_DAEMON, 0, -1, NULL);
|