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

/freebsd-13-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c1079 vga_initialize(struct vt_device *vd, int textmode) argument
1124 if (!textmode)
1144 if (textmode) {
1204 if (!textmode) {
1225 if (!textmode) {
1278 int textmode; local
1298 * If "hw.vga.textmode" is not set and we're running on hypervisor,
1303 textmode = vm_guest != VM_GUEST_NO;
1304 TUNABLE_INT_FETCH("hw.vga.textmode", &textmode);
[all...]
/freebsd-13-stable/stand/efi/loader/
H A Dframebuffer.c776 char *textmode; local
778 textmode = getenv("hw.vga.textmode");
780 if (textmode != NULL && strcmp(textmode, "0") != 0)
/freebsd-13-stable/crypto/openssl/apps/
H A Dapps.c2589 int fd = -1, bflags, mode, textmode; local
2601 textmode = istext(format);
2602 if (!textmode) {
2616 if (!textmode)
2627 if (textmode)

Completed in 65 milliseconds