Searched refs:proc_list_add (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | sched.c | 47 proc_list_add(pid, pname, ptype, 0, -1, NULL); \
|
H A D | daemon.c | 216 proc_list_add(CurrentPid, "Sendmail daemon", PROC_DAEMON, 0, -1, NULL); 736 proc_list_add(CurrentPid, 748 proc_list_add(CurrentPid, "daemon child", 937 proc_list_add(pid, status, PROC_CONTROL, 0, -1, NULL); 944 proc_list_add(pid, status, PROC_DAEMON, 0, -1,
|
H A D | util.c | 2623 proc_list_add(pid, task, type, count, other, hostaddr) in proc_list_add() function
|
H A D | queue.c | 2036 proc_list_add(pid, "Queue runner", PROC_QUEUE, 2065 proc_list_add(CurrentPid, "Queue runner child process", 2272 proc_list_add(pid, "Queue child runner process",
|
H A D | sendmail.h | 1728 extern void proc_list_add __P((pid_t, char *, int, int, int, SOCKADDR *));
|
H A D | main.c | 2367 proc_list_add(CurrentPid, "Sendmail SMTP Agent",
|