text_y             46 bsp/boot/arm/gba/startup.c 	bi->video.text_y = 20;
text_y             46 bsp/boot/arm/integrator/startup.c 	bi->video.text_y = 25;
text_y             46 bsp/boot/ppc/prep/startup.c 	bi->video.text_y = 25;
text_y             55 bsp/boot/x86/pc/startup.c 	bi->video.text_y = 25;
text_y             58 bsp/boot/x86/pc/startup.c 	bi->video.text_y = 50;
text_y            630 bsp/drv/dev/base/tty.c 	tp->t_winsize.ws_row = (u_short)bi->video.text_y;
text_y            495 bsp/drv/dev/base/wscons.c 	sc->nrows = bi->video.text_y;
text_y            135 bsp/hal/x86/pc/diag.c 	screen_y = bi->video.text_y;
text_y             52 include/sys/bootinfo.h 	int	text_y;