Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/syslogd/
H A Dsyslogd.c1466 "%p)\n", f->f_thread, f->f_un.f_fname, (void *)&f->f_queue, in logit()
1473 "%p\n", f->f_thread, (void *)mp, (void *)&f->f_queue); in logit()
1518 "for filed %p\n", f->f_thread, in logit()
1555 "Mark\n", f->f_thread); in logit()
1578 DPRINT3(1, errmsg, f->f_thread, in logit()
1604 f->f_thread, (void *)mp); in logit()
1628 "mark - %p)\n", f->f_thread, in logit()
1633 "message - %p\n", f->f_thread, in logit()
1639 "- %p\n", f->f_thread, (void *)mp); in logit()
1672 f->f_thread, (void *)mp, (void *)&f->f_queue); in logit()
[all …]
H A Dsyslogd.h155 pthread_t f_thread; /* thread that handles this file */ member