Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/vt/hw/vga/
H A Dvt_vga.c1096 vga_initialize(struct vt_device *vd, int textmode) in vga_initialize() argument
1141 if (!textmode) in vga_initialize()
1161 if (textmode) { in vga_initialize()
1221 if (!textmode) { in vga_initialize()
1242 if (!textmode) { in vga_initialize()
1299 int textmode; in vga_init() local
1324 textmode = vm_guest != VM_GUEST_NO; in vga_init()
1325 TUNABLE_INT_FETCH("hw.vga.textmode", &textmode); in vga_init()
1326 if (textmode) { in vga_init()
1338 if (vga_initialize(vd, textmode) != 0) in vga_init()
/freebsd-14.2/stand/efi/loader/
H A Dframebuffer.c816 char *textmode; in command_autoresize() local
818 textmode = getenv("hw.vga.textmode"); in command_autoresize()
820 if (textmode != NULL && strcmp(textmode, "0") != 0) in command_autoresize()
/freebsd-14.2/crypto/openssl/apps/lib/
H A Dapps.c3034 int textmode, bflags; in bio_open_owner() local
3042 textmode = FMT_istext(format); in bio_open_owner()
3051 if (!textmode) { in bio_open_owner()
3065 if (!textmode) in bio_open_owner()
3080 if (textmode) in bio_open_owner()