Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/cavium/
H A Docteon_machdep.c321 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 Dmd_var.h45 extern char cpu_board[];
/f-stack/freebsd/mips/mips/
H A Dmachdep.c111 char cpu_board[80]; variable
112 SYSCTL_STRING(_hw, OID_AUTO, board, CTLFLAG_RD, cpu_board, 0, "Machine board");