Searched refs:structured_data (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/usr.sbin/syslogd/ |
| HD | syslogd.c | 1009 *structured_data; in parsemsg_rfc5424() local 1123 IF_NOT_NILVALUE(structured_data) { in parsemsg_rfc5424() 1160 structured_data, line, 0); in parsemsg_rfc5424() 1590 const char *structured_data, const char *msg, int flags) in logmsg() argument 1651 structured_data, msg, flags); in logmsg() 1669 structured_data == NULL ? "-" : structured_data, msg); in logmsg() 1757 structured_data, msg, flags); in logmsg() 1986 const char *procid, const char *msgid, const char *structured_data, in fprintlog_rfc5424() argument 2027 iovlist_append(&il, structured_data == NULL ? "-" : structured_data); in fprintlog_rfc5424() 2147 const char *structured_data __unused, const char *msg, int flags) in fprintlog_first() [all …]
|