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

/freebsd-11-stable/sys/mips/nlm/
H A Dxlp.h80 uint32_t procid = mips_rd_prid(); local
81 int prid = (procid >> 8) & 0xff;
82 int rev = procid & 0xff;
107 uint32_t procid = mips_rd_prid(); local
108 int prid = (procid >> 8) & 0xff;
109 int rev = procid & 0xff;
119 uint32_t procid = mips_rd_prid(); local
120 int prid = (procid >> 8) & 0xff;
121 int rev = procid & 0xff;
H A Dboard.c326 uint32_t procid; local
330 procid = mips_rd_prid();
331 prid = (procid >> 8) & 0xff;
332 rev = procid & 0xff;
365 printf(" Netlogic %s %s [%x]\n", chip, revstr, procid);
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c986 const char *omsg, *hostname, *app_name, *procid, *msgid, local
1087 PARSE_STRING("PROCID", procid);
1137 logmsg(pri, timestamp, hostname, app_name, procid, msgid,
1147 const char **procid) {
1189 *procid = procid_begin;
1193 *procid = NULL;
1207 const char *app_name, *procid; local
1278 parsemsg_rfc3164_app_name_procid(&msg, &app_name, &procid);
1280 logmsg(pri, timestamp, from, app_name, procid, NULL, NULL, line, 0);
1534 const char *app_name, const char *procid, cons
1146 parsemsg_rfc3164_app_name_procid(char **msg, const char **app_name, const char **procid) argument
1533 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
1906 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
1956 fprintlog_rfc3164(struct filed *f, const char *hostname, const char *app_name, const char *procid, const char *msg, int flags) argument
2066 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 74 milliseconds