Home
last modified time | relevance | path

Searched refs:DPROC (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/usr.sbin/cron/cron/
H A Ddo_command.c46 Debug(DPROC, ("[%d] do_command(%s, (%s,%d,%d))\n", in do_command()
68 Debug(DPROC, ("[%d] main process forked child #%d, " in do_command()
96 Debug(DPROC, ("[%d] child_process('%s')\n", getpid(), e->cmd)) in child_process()
123 Debug(DPROC, ("[%d] checking account with PAM\n", getpid())) in child_process()
211 Debug(DPROC, ("[%d] grandchild process fork()'ed\n", in child_process()
502 Debug(DPROC|DEXT, in child_process()
611 Debug(DPROC, ("[%d] closing pipe to mail\n", in child_process()
647 Debug(DPROC, ("[%d] waiting for %s (%d) to finish\n", in wait_on_child()
660 Debug(DPROC, ("[%d] %s (%d) finished, status=%04x", in wait_on_child()
663 Debug(DPROC, (", dumped core")) in wait_on_child()
[all …]
H A Dcron.c474 Debug(DPROC,
478 Debug(DPROC,
483 Debug(DPROC,
H A Dmacros.h59 #define DPROC 0x0004 /* process control debug mask */ macro