Searched refs:structured_data (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/usr.sbin/syslogd/ |
| H A D | syslogd.c | 1009 *structured_data; in parsemsg_rfc5424() local 1123 IF_NOT_NILVALUE(structured_data) { in parsemsg_rfc5424() 1124 structured_data = msg; in parsemsg_rfc5424() 1161 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() 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 …]
|