Searched refs:proc_list_add (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/sendmail/src/
H A Ddaemon.c197 proc_list_add(CurrentPid, "Sendmail daemon", PROC_DAEMON, 0, -1, NULL);
708 proc_list_add(CurrentPid,
720 proc_list_add(CurrentPid, "daemon child",
910 proc_list_add(pid, status, PROC_CONTROL, 0, -1, NULL);
917 proc_list_add(pid, status, PROC_DAEMON, 0, -1,
H A Dqueue.c1966 proc_list_add(pid, "Queue runner", PROC_QUEUE,
1995 proc_list_add(CurrentPid, "Queue runner child process",
2205 proc_list_add(pid, "Queue child runner process",
H A Dutil.c2475 proc_list_add(pid, task, type, count, other, hostaddr) function
2839 ** This code gets called before proc_list_add() gets called,
H A Dmain.c2311 proc_list_add(CurrentPid, "Sendmail SMTP Agent",
H A Dsendmail.h1512 extern void proc_list_add __P((pid_t, char *, int, int, int, SOCKADDR *));

Completed in 102 milliseconds