Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/mips/nlm/
HDxlp.h80 uint32_t procid = mips_rd_prid(); in nlm_is_xlp3xx_ax() local
81 int prid = (procid >> 8) & 0xff; in nlm_is_xlp3xx_ax()
82 int rev = procid & 0xff; in nlm_is_xlp3xx_ax()
107 uint32_t procid = mips_rd_prid(); in nlm_is_xlp8xx_ax() local
108 int prid = (procid >> 8) & 0xff; in nlm_is_xlp8xx_ax()
109 int rev = procid & 0xff; in nlm_is_xlp8xx_ax()
119 uint32_t procid = mips_rd_prid(); in nlm_is_xlp8xx_b0() local
120 int prid = (procid >> 8) & 0xff; in nlm_is_xlp8xx_b0()
121 int rev = procid & 0xff; in nlm_is_xlp8xx_b0()
HDboard.c326 uint32_t procid; in nlm_print_processor_info() local
330 procid = mips_rd_prid(); in nlm_print_processor_info()
331 prid = (procid >> 8) & 0xff; in nlm_print_processor_info()
332 rev = procid & 0xff; in nlm_print_processor_info()
365 printf(" Netlogic %s %s [%x]\n", chip, revstr, procid); in nlm_print_processor_info()
/freebsd-11-stable/usr.sbin/syslogd/
HDsyslogd.c986 const char *omsg, *hostname, *app_name, *procid, *msgid, in parsemsg_rfc5424() local
1087 PARSE_STRING("PROCID", procid); in parsemsg_rfc5424()
1137 logmsg(pri, timestamp, hostname, app_name, procid, msgid, in parsemsg_rfc5424()
1147 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()
1527 const char *app_name, const char *procid, const char *msgid, in logmsg() argument
[all …]