board_vecs         95 arch/mips/txx9/generic/setup.c static struct txx9_board_vec *board_vecs[] __initdata = {
board_vecs        106 arch/mips/txx9/generic/setup.c 	for (i = 0; i < ARRAY_SIZE(board_vecs); i++) {
board_vecs        107 arch/mips/txx9/generic/setup.c 		if (strstr(board_vecs[i]->system, name))
board_vecs        108 arch/mips/txx9/generic/setup.c 			return board_vecs[i];