Searched refs:cpu_board (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_machdep.c | 321 strcpy(cpu_board, "CAPK-0100ND"); in platform_start() 323 panic("Compiled for %s, but board type is %s.", cpu_board, in platform_start() 327 strcpy(cpu_board, in platform_start() 330 printf("Board: %s\n", cpu_board); in platform_start()
|
| /f-stack/freebsd/mips/include/ |
| H A D | md_var.h | 45 extern char cpu_board[];
|
| /f-stack/freebsd/mips/mips/ |
| H A D | machdep.c | 111 char cpu_board[80]; variable 112 SYSCTL_STRING(_hw, OID_AUTO, board, CTLFLAG_RD, cpu_board, 0, "Machine board");
|