Searched refs:writemsg (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | fmtmsg.c | 786 * 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 D | syslogd.h | 276 static void writemsg(int selection, struct filed *f);
|
H A D | syslogd.c | 1531 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 66 milliseconds