Lines Matching refs:procid
943 const char *omsg, *hostname, *app_name, *procid, *msgid, in parsemsg_rfc5424() local
1044 PARSE_STRING("PROCID", procid); in parsemsg_rfc5424()
1095 logmsg(pri, timestamp, hostname, app_name, procid, msgid, in parsemsg_rfc5424()
1161 const char **procid) in parsemsg_rfc3164_app_name_procid() argument
1189 *procid = procid_begin; in parsemsg_rfc3164_app_name_procid()
1193 *procid = NULL; in parsemsg_rfc3164_app_name_procid()
1207 const char *app_name, *procid; in parsemsg_rfc3164() local
1278 parsemsg_rfc3164_app_name_procid(&msg, &app_name, &procid); in parsemsg_rfc3164()
1280 logmsg(pri, timestamp, from, app_name, procid, NULL, NULL, line, 0); in parsemsg_rfc3164()
1526 const char *app_name, const char *procid, const char *msgid, in logmsg() argument
1579 fprintlog_first(&consfile, hostname, app_name, procid, in logmsg()
1593 app_name == NULL ? "-" : app_name, procid == NULL ? "-" : procid, in logmsg()
1682 fprintlog_first(f, hostname, app_name, procid, msgid, in logmsg()
1927 const char *procid, const char *msgid, const char *structured_data, in fprintlog_rfc5424() argument
1964 iovlist_append(&il, procid == NULL ? "-" : procid); in fprintlog_rfc5424()
1977 const char *procid, const char *msg, int flags) in fprintlog_rfc3164() argument
2076 if (procid != NULL) { in fprintlog_rfc3164()
2078 iovlist_append(&il, procid); in fprintlog_rfc3164()
2090 const char *procid, const char *msgid __unused, in fprintlog_first() argument
2103 fprintlog_rfc3164(f, hostname, app_name, procid, msg, flags); in fprintlog_first()
2105 fprintlog_rfc5424(f, hostname, app_name, procid, msgid, in fprintlog_first()