Lines Matching refs:mythreadno

303 	pthread_t mythreadno = 0;  in main()  local
310 DPRINT2(1, "main(%u): Unable to cd to %s\n", mythreadno, in main()
402 mythreadno = pthread_self(); in main()
424 DPRINT2(1, "main(%u): Started at time %s", mythreadno, in main()
429 DPRINT1(1, "main(%u): off & running....\n", mythreadno); in main()
461 DPRINT1(2, "main(%u): now handling signals\n", mythreadno); in main()
464 DPRINT2(2, "main(%u): received signal %d\n", mythreadno, sig); in main()
468 mythreadno); in main()
482 "seconds\n", mythreadno, curalarm); in main()
486 "reconfiguring\n", mythreadno); in main()
491 mythreadno); in main()
502 mythreadno, sig); in main()
531 mythreadno, sig); in main()
546 pthread_t mythreadno; in openklog() local
549 mythreadno = pthread_self(); in openklog()
555 mythreadno, name, errno); in openklog()
565 "console messages (%d)\n", mythreadno, errno); in openklog()
617 pthread_t mythreadno; in sys_poll() local
620 mythreadno = pthread_self(); in sys_poll()
623 DPRINT1(1, "sys_poll(%u): sys_thread started\n", mythreadno); in sys_poll()
687 pthread_t mythreadno; in getkmsg() local
690 mythreadno = pthread_self(); in getkmsg()
703 mythreadno, dat.len); in getkmsg()
757 mythreadno, dat.maxlen); in getkmsg()
759 mythreadno, dat.len); in getkmsg()
761 mythreadno, strlen(dat.buf)); in getkmsg()
763 mythreadno, dat.buf); in getkmsg()
765 mythreadno, strlen(buf)); in getkmsg()
799 pthread_t mythreadno; in net_poll() local
802 mythreadno = pthread_self(); in net_poll()
805 DPRINT1(1, "net_poll(%u): net_thread started\n", mythreadno); in net_poll()
875 " from %s\n", mythreadno, in net_poll()
890 "exceeds max line size\n", mythreadno); in net_poll()
908 " from %s\n", mythreadno, in net_poll()
938 "on queue %p\n", mythreadno, (void *)mp, in net_poll()
972 pthread_t mythreadno; in logmymsg() local
976 mythreadno = pthread_self(); in logmymsg()
997 mythreadno, (void *)mp, (void *)qptr); in logmymsg()
998 DPRINT2(5, "logmymsg(%u): Message content: %s\n", mythreadno, msg); in logmymsg()
1008 pthread_t mythreadno; in shutdown_msg() local
1012 mythreadno = pthread_self(); in shutdown_msg()
1029 mythreadno, (void *)mp, (void *)&inputq); in shutdown_msg()
1040 pthread_t mythreadno; in flushmsg() local
1043 mythreadno = pthread_self(); in flushmsg()
1062 "0x%x\n", mythreadno, (void *)mp, (void *)&inputq, flags); in flushmsg()
1073 pthread_t mythreadno; in formatnet() local
1076 mythreadno = pthread_self(); in formatnet()
1079 DPRINT2(5, "formatnet(%u): called for msg %p\n", mythreadno, in formatnet()
1088 DPRINT2(9, "formatnet(%u): Message content:\n>%s<\n", mythreadno, in formatnet()
1116 pthread_t mythreadno; in formatsys() local
1119 mythreadno = pthread_self(); in formatsys()
1123 mythreadno, lp->mid, lp->sid); in formatsys()
1124 DPRINT2(9, "formatsys(%u): Message Content:\n>%s<\n", mythreadno, in formatsys()
1168 DPRINT2(5, "formatsys(%u): msglen = %d\n", mythreadno, msglen); in formatsys()
1171 mythreadno, len); in formatsys()
1195 "%p on queue %p\n", mythreadno, (void *)mp, in formatsys()
1214 pthread_t mythreadno; in logmsg() local
1217 mythreadno = pthread_self(); in logmsg()
1220 DPRINT1(1, "logmsg(%u): msg dispatcher started\n", mythreadno); in logmsg()
1238 "queue %p\n", mythreadno, (void *)mp, in logmsg()
1267 mythreadno); in logmsg()
1286 mythreadno, skip_shutdown); in logmsg()
1302 mythreadno, skip_shutdown); in logmsg()
1335 "on queue %p\n", mythreadno, in logmsg()
1381 mythreadno, fac, prilev); in logmsg()
1402 mythreadno, (void *)mp, (void *)f, in logmsg()
1435 "%p\n", mythreadno, (void *)mp, in logmsg()
1752 pthread_t mythreadno; in writemsg() local
1756 mythreadno = pthread_self(); in writemsg()
1799 DPRINT2(5, "writemsg(%u): text = \"%s\"\n", mythreadno, text); in writemsg()
1805 DPRINT1(1, "writemsg(%u): UNUSED\n", mythreadno); in writemsg()
1809 mythreadno, msg, TypeNames[f->f_type], in writemsg()
1815 DPRINT2(5, "writemsg(%u): head = \"%s\"\n", mythreadno, head); in writemsg()
1816 DPRINT2(5, "writemsg(%u): hlen = %d\n", mythreadno, hlen); in writemsg()
1821 DPRINT2(5, "writemsg(%u): text = \"%s\"\n", mythreadno, text); in writemsg()
1822 DPRINT2(5, "writemsg(%u): strlen(text) = %d\n", mythreadno, l); in writemsg()
1833 mythreadno, tmpbuf); in writemsg()
1834 DPRINT2(5, "writemsg(%u): len = %d\n", mythreadno, in writemsg()
1837 mythreadno, strlen(tmpbuf)); in writemsg()
1872 mythreadno, msg, TypeNames[f->f_type], in writemsg()
1891 mythreadno, (void *)filtered, filter_len); in writemsg()
1896 mythreadno, strlen(filtered)); in writemsg()
1972 mythreadno, (void *)filtered); in writemsg()
1998 pthread_t mythreadno; in wallmsg() local
2001 mythreadno = pthread_self(); in wallmsg()
2031 mythreadno, (void *)buf, len + 1); in wallmsg()
2036 mythreadno, clen); in wallmsg()
2038 mythreadno, (void *)buf); in wallmsg()
2043 mythreadno, clen); in wallmsg()
2075 DPRINT2(1, "wallmsg(%u): write to '%s'\n", mythreadno, in wallmsg()
2092 mythreadno, rc); in wallmsg()
2120 pthread_t mythreadno; in writetodev() local
2123 mythreadno = pthread_self(); in writetodev()
2127 mythreadno); in writetodev()
2135 mythreadno, w->dev); in writetodev()
2140 "'%s'\n", mythreadno, w->dev); in writetodev()
2143 mythreadno, w->dev); in writetodev()
2151 "of '%s'\n", mythreadno, w->dev); in writetodev()
2156 "\n", mythreadno, w->dev); in writetodev()
2163 "'%s'\n", mythreadno, w->dev); in writetodev()
2169 mythreadno, w->dev); in writetodev()
2174 mythreadno, w->dev); in writetodev()
2181 mythreadno); in writetodev()
2203 pthread_t mythreadno; in cvthname() local
2208 mythreadno = pthread_self(); in cvthname()
2215 mythreadno, uap ? uap : "<unknown>"); in cvthname()
2219 mythreadno, (void *)h, uap ? uap : "<unknown>", in cvthname()
2224 mythreadno, uap ? uap : "<unknown>"); in cvthname()
2255 mythreadno, h->hl_cnt); in cvthname()
2291 mythreadno, h->hl_hosts[0]); in cvthname()
2302 mythreadno, (void *)h, h->hl_hosts[0]); in cvthname()
2315 pthread_t mythreadno; in logerror() local
2320 mythreadno = pthread_self(); in logerror()
2326 DPRINT2(1, "logerror(%u): %s\n", mythreadno, buf); in logerror()
2351 pthread_t mythreadno; in logerror_format() local
2354 mythreadno = pthread_self(); in logerror_format()
2382 DPRINT2(5, "logerror_format(%u): out %s\n", mythreadno, buf); in logerror_format()
2389 pthread_t mythreadno; in logerror_to_console() local
2394 mythreadno = pthread_self(); in logerror_to_console()
2397 DPRINT2(1, "logerror_to_console(%u): %s\n", mythreadno, buf); in logerror_to_console()
2422 mythreadno); in logerror_to_console()
2459 pthread_t mythreadno; in freehl() local
2462 mythreadno = pthread_self(); in freehl()
2465 DPRINT2(2, "freehl(%u): releasing %p\n", mythreadno, (void *)h); in freehl()
2477 mythreadno, (void *)h, refcnt); in freehl()
2483 DPRINT2(5, "freehl(%u): freeing %p\n", mythreadno, (void *)h); in freehl()
2510 pthread_t mythreadno; in open_door() local
2514 mythreadno = pthread_self(); in open_door()
2528 "successfully\n", mythreadno, DoorFileName); in open_door()
2533 mythreadno, info.di_target); in open_door()
2541 "%s\n", mythreadno, line); in open_door()
2555 mythreadno, DoorFileName, err); in open_door()
2563 "errno=%d\n", mythreadno, line, in open_door()
2575 "succeeded\n", mythreadno, in open_door()
2585 "succeeded\n", mythreadno, in open_door()
2593 "%s\n", mythreadno, line); in open_door()
2602 mythreadno, OLD_DOORFILE); in open_door()
2610 mythreadno, line); in open_door()
2616 mythreadno, line, err); in open_door()
2626 "system\n", mythreadno); in open_door()
2630 "exist\n", mythreadno, OLD_DOORFILE); in open_door()
2638 DPRINT2(5, "open_door(%u): %s\n", mythreadno, in open_door()
2643 "errno=%d\n", mythreadno, line, in open_door()
2653 "on RO file system\n", mythreadno); in open_door()
2656 "succeeded\n", mythreadno, in open_door()
2666 mythreadno, line, err); in open_door()
2674 "DoorFd=%d\n", mythreadno, DoorFd); in open_door()
2687 DPRINT3(1, "open_door(%u): error: %s, errno=%d\n", mythreadno, in open_door()
2695 DPRINT2(5, "open_door(%u): attached server() to %s\n", mythreadno, in open_door()
2715 mythreadno, line, err); in open_door()
2729 mythreadno, line, err); in open_door()
2738 mythreadno, PidFileName); in open_door()
2743 "succeded\n", mythreadno, OLD_PIDFILE); in open_door()
2750 "%s\n", mythreadno, line); in open_door()
2762 mythreadno, line); in open_door()
2768 mythreadno, line, err); in open_door()
2776 "system\n", mythreadno); in open_door()
2780 "exist\n", mythreadno, OLD_PIDFILE); in open_door()
2788 DPRINT2(5, "open_door(%u): %s\n", mythreadno, in open_door()
2793 "%s, errno=%d\n", mythreadno, in open_door()
2801 "on RO file system\n", mythreadno); in open_door()
2806 "succeeded\n", mythreadno, OLD_PIDFILE, in open_door()
2878 pthread_t mythreadno; in checkm4() local
2881 mythreadno = pthread_self(); in checkm4()
2888 "returned %d\n", mythreadno, saverrno); in checkm4()
2905 pthread_t mythreadno; in init() local
2908 mythreadno = pthread_self(); in init()
2911 DPRINT1(2, "init(%u): initializing\n", mythreadno); in init()
3027 mythreadno); in init()
3057 mythreadno); in init()
3068 mythreadno, curalarm); in init()
3069 DPRINT1(1, "init(%u): syslogd: started\n", mythreadno); in init()
3217 pthread_t mythreadno; in conf_init() local
3220 mythreadno = pthread_self(); in conf_init()
3224 mythreadno); in conf_init()
3229 DPRINT1(1, "conf_init(%u): I am loghost\n", mythreadno); in conf_init()
3243 DPRINT2(1, "conf_init(%u): %s does not exist\n", mythreadno, in conf_init()
3255 DPRINT2(1, "conf_init(%u): cannot open %s\n", mythreadno, in conf_init()
3276 "allocate 'Files' array\n", mythreadno); in conf_init()
3349 pthread_t mythreadno; in filed_init() local
3352 mythreadno = pthread_self(); in filed_init()
3361 mythreadno, (void *)&f->f_queue); in filed_init()
3418 pthread_t mythreadno; in cfline() local
3421 mythreadno = pthread_self(); in cfline()
3424 DPRINT2(1, "cfline(%u): (%s)\n", mythreadno, line); in cfline()
3618 pthread_t mythreadno; in getnets() local
3621 mythreadno = pthread_self(); in getnets()
3626 mythreadno); in getnets()
3648 mythreadno); in getnets()
3655 mythreadno, nap->n_cnt); in getnets()
3705 mythreadno, ebuf); in getnets()
3794 pthread_t mythreadno; in set_udp_buffer() local
3797 mythreadno = pthread_self(); in set_udp_buffer()
3833 mythreadno, bsize, fd); in set_udp_buffer()
3846 pthread_t mythreadno; in bindnet() local
3849 mythreadno = pthread_self(); in bindnet()
3884 mythreadno, uap ? uap : "<unknown>"); in bindnet()
4003 pthread_t mythreadno; in amiloghost() local
4006 mythreadno = pthread_self(); in amiloghost()
4039 mythreadno, uap); in amiloghost()
4111 pthread_t mythreadno; in new_msg() local
4114 mythreadno = pthread_self(); in new_msg()
4131 DPRINT2(3, "new_msg(%u): creating msg %p\n", mythreadno, (void *)lm); in new_msg()
4142 pthread_t mythreadno; in free_msg() local
4145 mythreadno = pthread_self(); in free_msg()
4151 DPRINT2(3, "free_msg(%u): freeing msg %p\n", mythreadno, (void *)lm); in free_msg()
4165 pthread_t mythreadno = 0; in filter_string() local
4168 mythreadno = pthread_self(); in filter_string()
4194 "MB sequence: %ld\n", mythreadno, in filter_string()
4223 mythreadno, wc); in filter_string()
4274 "character: %d\n", mythreadno, *p); in filter_string()
4288 "character: %d\n", mythreadno, *p); in filter_string()
4387 pthread_t mythreadno; in close_door() local
4390 mythreadno = pthread_self(); in close_door()
4396 mythreadno, DoorFileName); in close_door()
4402 pthread_t mythreadno; in delete_doorfiles() local
4408 mythreadno = pthread_self(); in delete_doorfiles()
4420 "errno=%d\n", mythreadno, line, err); in delete_doorfiles()
4425 mythreadno, DoorFileName); in delete_doorfiles()
4435 mythreadno, line); in delete_doorfiles()
4444 mythreadno, line, err); in delete_doorfiles()
4450 mythreadno); in delete_doorfiles()
4454 mythreadno, OLD_DOORFILE); in delete_doorfiles()
4466 "errno=%d\n", mythreadno, line, err); in delete_doorfiles()
4470 DPRINT2(5, "delete_doorfiles(%u): deleted %s\n", mythreadno, in delete_doorfiles()
4481 mythreadno, line); in delete_doorfiles()
4490 mythreadno, line, err); in delete_doorfiles()
4496 mythreadno); in delete_doorfiles()
4500 mythreadno, OLD_PIDFILE); in delete_doorfiles()
4509 mythreadno, DoorFd); in delete_doorfiles()
4591 pthread_t mythreadno; in findnl_bkwd() local
4594 mythreadno = pthread_self(); in findnl_bkwd()
4626 "sequence\n", mythreadno); in findnl_bkwd()
4678 pthread_t mythreadno; in copynl_frwd() local
4681 mythreadno = pthread_self(); in copynl_frwd()
4719 "sequence\n", mythreadno); in copynl_frwd()
4782 pthread_t mythreadno; in copy_frwd() local
4785 mythreadno = pthread_self(); in copy_frwd()
4816 "sequence\n", mythreadno); in copy_frwd()
4900 pthread_t mythreadno; in hostname_lookup() local
4903 mythreadno = pthread_self(); in hostname_lookup()
4907 mythreadno); in hostname_lookup()
4913 " from queue %p\n", mythreadno, (void *)mp, in hostname_lookup()
4941 "%p\n", mythreadno, (void *)mp, (void *)&inputq); in hostname_lookup()
4962 pthread_t mythreadno; in reconfigure() local
4965 mythreadno = pthread_self(); in reconfigure()
4986 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5002 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5023 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5047 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5065 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5075 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5093 " shutdown\n", mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5120 mythreadno, ctime_r(&tim, cbuf)+4, in reconfigure()
5135 mythreadno, f->f_thread); in reconfigure()
5140 mythreadno, f->f_thread); in reconfigure()
5158 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5161 mythreadno, conf_threads, really_stuck); in reconfigure()
5192 mythreadno); in reconfigure()
5205 mythreadno, ctime_r(&tim, cbuf)+4, in reconfigure()
5220 mythreadno, ctime_r(&tim, cbuf)+4, drops); in reconfigure()
5234 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5275 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5290 mythreadno, ctime_r(&tim, cbuf)+4); in reconfigure()
5322 pthread_t mythreadno; in hnc_init() local
5326 mythreadno = pthread_self(); in hnc_init()
5340 mythreadno); in hnc_init()
5352 " ttl:%d\n", mythreadno, hnc_size, hnc_ttl); in hnc_init()
5361 pthread_t mythreadno; in hnc_lookup() local
5365 mythreadno = pthread_self(); in hnc_lookup()
5379 mythreadno, (void *)hp->h, (void *)hp, in hnc_lookup()
5384 mythreadno, (void *)hp); in hnc_lookup()
5408 mythreadno, (void *)hp->h, (void *)hp, in hnc_lookup()
5429 pthread_t mythreadno; in hnc_register() local
5433 mythreadno = pthread_self(); in hnc_register()
5467 mythreadno, (void *)hp); in hnc_register()
5501 mythreadno, (void *)entry->h, (void *)entry, entry->h->hl_hosts[0]); in hnc_register()
5509 pthread_t mythreadno; in hnc_unreg() local
5512 mythreadno = pthread_self(); in hnc_unreg()
5516 mythreadno, (void *)hp->h, (void *)hp, hp->h->hl_hosts[0]); in hnc_unreg()