Searched refs:textmode (Results 1 – 3 of 3) sorted by relevance
1095 vga_initialize(struct vt_device *vd, int textmode) in vga_initialize() argument1140 if (!textmode) in vga_initialize()1160 if (textmode) { in vga_initialize()1220 if (!textmode) { in vga_initialize()1241 if (!textmode) { in vga_initialize()1298 int textmode; in vga_init() local1323 textmode = vm_guest != VM_GUEST_NO; in vga_init()1324 TUNABLE_INT_FETCH("hw.vga.textmode", &textmode); in vga_init()1325 if (textmode) { in vga_init()1337 if (vga_initialize(vd, textmode) != 0) in vga_init()
852 char *textmode; in command_autoresize() local854 textmode = getenv("hw.vga.textmode"); in command_autoresize()856 if (textmode != NULL && strcmp(textmode, "0") != 0) in command_autoresize()
3086 int textmode, bflags; in bio_open_owner() local3094 textmode = FMT_istext(format); in bio_open_owner()3103 if (!textmode) { in bio_open_owner()3118 if (!textmode) in bio_open_owner()3133 if (textmode) in bio_open_owner()