Searched refs:DPROC (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/usr.sbin/cron/cron/ |
| D | do_command.c | 54 Debug(DPROC, ("[%d] do_command(%s, (%s,%d,%d))\n", 71 Debug(DPROC, ("[%d] child process done, exiting\n", getpid())) 76 Debug(DPROC, ("[%d] main process forked child #%d, " 84 Debug(DPROC, ("[%d] main process returning to work\n", getpid())) 105 Debug(DPROC, ("[%d] child_process('%s')\n", getpid(), e->cmd)) 132 Debug(DPROC, ("[%d] checking account with PAM\n", getpid())) 227 Debug(DPROC, ("[%d] grandchild process fork()'ed\n", 375 Debug(DPROC, ("[%d] child continues, closing pipes\n", getpid())) 405 Debug(DPROC, ("[%d] child2 sending data to grandchild\n", getpid())) 441 Debug(DPROC, ("[%d] child2 done sending to grandchild\n", getpid())) [all …]
|
| D | cron.c | 495 Debug(DPROC, in sigchld_handler() 499 Debug(DPROC, in sigchld_handler() 504 Debug(DPROC, in sigchld_handler()
|
| D | cron.h | 85 #define DPROC 0x0004 /* process control debug mask */ macro
|