Searched defs:writemsg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c786 * void writemsg(buf, size, verbosity, label, severity, text, action, tag)
811 writemsg(char *buf, size_t size, function
1128 writemsg(message1, MAX_MSG_SIZE,
1135 writemsg(message2, MAX_MSG_SIZE,
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c1531 writemsg(SAVED, f);
1619 writemsg(SAVED, f);
1623 writemsg(CURRENT, f);
1640 writemsg(CURRENT, f);
1737 writemsg(int selection, struct filed *f) function
1799 DPRINT2(5, "writemsg(%u): text = \"%s\"\n", mythreadno, text);
1805 DPRINT1(1, "writemsg(%u): UNUSED\n", mythreadno);
1808 DPRINT4(1, "writemsg(%u): Logging msg '%s' to %s %s\n",
1815 DPRINT2(5, "writemsg(%u): head = \"%s\"\n", mythreadno, head);
1816 DPRINT2(5, "writemsg(
[all...]

Completed in 82 milliseconds