Searched refs:procid (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/mips/nlm/ |
| H A D | xlp.h | 82 uint32_t procid = mips_rd_prid(); in nlm_is_xlp3xx_ax() local 83 int prid = (procid >> 8) & 0xff; in nlm_is_xlp3xx_ax() 84 int rev = procid & 0xff; in nlm_is_xlp3xx_ax() 109 uint32_t procid = mips_rd_prid(); in nlm_is_xlp8xx_ax() local 110 int prid = (procid >> 8) & 0xff; in nlm_is_xlp8xx_ax() 111 int rev = procid & 0xff; in nlm_is_xlp8xx_ax() 121 uint32_t procid = mips_rd_prid(); in nlm_is_xlp8xx_b0() local 122 int prid = (procid >> 8) & 0xff; in nlm_is_xlp8xx_b0() 123 int rev = procid & 0xff; in nlm_is_xlp8xx_b0()
|
| H A D | board.c | 327 uint32_t procid; in nlm_print_processor_info() local 331 procid = mips_rd_prid(); in nlm_print_processor_info() 332 prid = (procid >> 8) & 0xff; in nlm_print_processor_info() 333 rev = procid & 0xff; in nlm_print_processor_info() 366 printf(" Netlogic %s %s [%x]\n", chip, revstr, procid); in nlm_print_processor_info()
|
| /freebsd-13.1/usr.sbin/syslogd/ |
| H A D | syslogd.c | 1111 PARSE_STRING("PROCID", procid); in parsemsg_rfc5424() 1227 const char **procid) in parsemsg_rfc3164_app_name_procid() argument 1253 *procid = procid_begin; in parsemsg_rfc3164_app_name_procid() 1257 *procid = NULL; in parsemsg_rfc3164_app_name_procid() 1271 const char *app_name, *procid; in parsemsg_rfc3164() local 1669 app_name == NULL ? "-" : app_name, procid == NULL ? "-" : procid, in logmsg() 2025 iovlist_append(&il, procid == NULL ? "-" : procid); in fprintlog_rfc5424() 2038 const char *procid, const char *msg, int flags) in fprintlog_rfc3164() argument 2134 if (procid != NULL) { in fprintlog_rfc3164() 2136 iovlist_append(&il, procid); in fprintlog_rfc3164() [all …]
|