Searched refs:procid (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/mips/nlm/
H A Dxlp.h82 uint32_t procid = mips_rd_prid(); local
83 int prid = (procid >> 8) & 0xff;
84 int rev = procid & 0xff;
109 uint32_t procid = mips_rd_prid(); local
110 int prid = (procid >> 8) & 0xff;
111 int rev = procid & 0xff;
121 uint32_t procid = mips_rd_prid(); local
122 int prid = (procid >> 8) & 0xff;
123 int rev = procid & 0xff;
H A Dboard.c328 uint32_t procid; local
332 procid = mips_rd_prid();
333 prid = (procid >> 8) & 0xff;
334 rev = procid & 0xff;
367 printf(" Netlogic %s %s [%x]\n", chip, revstr, procid);
/freebsd-12-stable/usr.sbin/syslogd/
H A Dsyslogd.c988 const char *omsg, *hostname, *app_name, *procid, *msgid, local
1089 PARSE_STRING("PROCID", procid);
1139 logmsg(pri, timestamp, hostname, app_name, procid, msgid,
1149 const char **procid) {
1191 *procid = procid_begin;
1195 *procid = NULL;
1209 const char *app_name, *procid; local
1280 parsemsg_rfc3164_app_name_procid(&msg, &app_name, &procid);
1282 logmsg(pri, timestamp, from, app_name, procid, NULL, NULL, line, 0);
1536 const char *app_name, const char *procid, cons
1148 parsemsg_rfc3164_app_name_procid(char **msg, const char **app_name, const char **procid) argument
1535 logmsg(int pri, const struct logtime *timestamp, const char *hostname, const char *app_name, const char *procid, const char *msgid, const char *structured_data, const char *msg, int flags) argument
1908 fprintlog_rfc5424(struct filed *f, const char *hostname, const char *app_name, const char *procid, const char *msgid, const char *structured_data, const char *msg, int flags) argument
1958 fprintlog_rfc3164(struct filed *f, const char *hostname, const char *app_name, const char *procid, const char *msg, int flags) argument
2068 fprintlog_first(struct filed *f, const char *hostname, const char *app_name, const char *procid, const char *msgid __unused, const char *structured_data __unused, const char *msg, int flags) argument
[all...]

Completed in 163 milliseconds