Searched refs:DPRINT1 (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 262 #define DPRINT1(d, m, a) if ((Debug) && debuglev >= (d)) \ macro 429 DPRINT1(1, "main(%u): off & running....\n", mythreadno); in main() 461 DPRINT1(2, "main(%u): now handling signals\n", mythreadno); in main() 467 DPRINT1(1, "main(%u): Got SIGALRM\n", in main() 485 DPRINT1(1, "main(%u): got SIGHUP - " in main() 490 DPRINT1(1, "main(%u): done processing SIGHUP\n", in main() 623 DPRINT1(1, "sys_poll(%u): sys_thread started\n", mythreadno); in sys_poll() 805 DPRINT1(1, "net_poll(%u): net_thread started\n", mythreadno); in net_poll() 889 DPRINT1(1, "net_poll(%u): discarding packet " in net_poll() 1220 DPRINT1(1, "logmsg(%u): msg dispatcher started\n", mythreadno); in logmsg() [all …]
|