Searched refs:proc_list_add (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | daemon.c | 197 proc_list_add(CurrentPid, "Sendmail daemon", PROC_DAEMON, 0, -1, NULL); 710 proc_list_add(CurrentPid, 722 proc_list_add(CurrentPid, "daemon child", 900 proc_list_add(pid, status, PROC_CONTROL, 0, -1, NULL); 907 proc_list_add(pid, status, PROC_DAEMON, 0, -1,
|
H A D | util.c | 2476 proc_list_add(pid, task, type, count, other, hostaddr) in proc_list_add() function
|
H A D | queue.c | 1957 proc_list_add(pid, "Queue runner", PROC_QUEUE, 1986 proc_list_add(CurrentPid, "Queue runner child process", 2195 proc_list_add(pid, "Queue child runner process",
|
H A D | sendmail.h | 1429 extern void proc_list_add __P((pid_t, char *, int, int, int, SOCKADDR *));
|
H A D | main.c | 2297 proc_list_add(CurrentPid, "Sendmail SMTP Agent",
|