Home
last modified time | relevance | path

Searched refs:writemsg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c809 writemsg(char *buf, size_t size, in writemsg() function
1126 writemsg(message1, MAX_MSG_SIZE, in fmtmsg()
1133 writemsg(message2, MAX_MSG_SIZE, in fmtmsg()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h267 static void writemsg(int selection, struct filed *f);
H A Dsyslogd.c1518 writemsg(SAVED, f); in logit()
1606 writemsg(SAVED, f); in logit()
1610 writemsg(CURRENT, f); in logit()
1627 writemsg(CURRENT, f); in logit()
1724 writemsg(int selection, struct filed *f) in writemsg() function