Home
last modified time | relevance | path

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

/freebsd/usr.sbin/syslogd/
H A Dsyslogd.c953 *structured_data; in parsemsg_rfc5424() local
1067 IF_NOT_NILVALUE(structured_data) { in parsemsg_rfc5424()
1068 structured_data = msg; in parsemsg_rfc5424()
1105 structured_data, line, 0); in parsemsg_rfc5424()
1536 const char *structured_data, const char *msg, int flags) in logmsg() argument
1589 msgid, structured_data, msg, flags); in logmsg()
1604 structured_data == NULL ? "-" : structured_data, msg); in logmsg()
1692 structured_data, msg, flags); in logmsg()
1936 const char *procid, const char *msgid, const char *structured_data, in fprintlog_rfc5424() argument
1977 iovlist_append(&il, structured_data == NULL ? "-" : structured_data); in fprintlog_rfc5424()
[all …]