Home
last modified time | relevance | path

Searched refs:f_thread (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c1454 "%p)\n", f->f_thread, f->f_un.f_fname, (void *)&f->f_queue, in logit()
1460 "%p\n", f->f_thread, (void *)mp, (void *)&f->f_queue); in logit()
1505 "for filed %p\n", f->f_thread, in logit()
1542 "Mark\n", f->f_thread); in logit()
1565 DPRINT3(1, errmsg, f->f_thread, in logit()
1591 f->f_thread, (void *)mp); in logit()
1615 "mark - %p)\n", f->f_thread, in logit()
1620 "message - %p\n", f->f_thread, in logit()
1626 "- %p\n", f->f_thread, (void *)mp); in logit()
1659 f->f_thread, (void *)mp, (void *)&f->f_queue); in logit()
[all …]
H A Dsyslogd.h149 pthread_t f_thread; /* thread that handles this file */ member