Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/cron/cron/
H A Ddo_command.c44 Debug(DPROC, ("[%d] do_command(%s, (%s,%d,%d))\n", in do_command()
62 Debug(DPROC, ("[%d] child process done, exiting\n", getpid())) in do_command()
86 Debug(DPROC, ("[%d] child_process('%s')\n", getpid(), e->cmd)) in child_process()
112 Debug(DPROC, ("[%d] checking account with PAM\n", getpid())) in child_process()
205 Debug(DPROC, ("[%d] grandchild process Vfork()'ed\n", in child_process()
432 Debug(DPROC|DEXT, in child_process()
505 Debug(DPROC, ("[%d] closing pipe to mail\n", in child_process()
532 Debug(DPROC, ("[%d] got EOF from grandchild\n", getpid())) in child_process()
552 Debug(DPROC, ("[%d] grandchild #%d finished, status=%04x", in child_process()
555 Debug(DPROC, (", dumped core")) in child_process()
[all …]
H A Dcron.c388 Debug(DPROC,
392 Debug(DPROC,
396 Debug(DPROC,
H A Dcron.h85 #define DPROC 0x0004 /* process control debug mask */ macro