Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/vt/hw/vga/
H A Dvt_vga.c1086 vga_initialize(struct vt_device *vd, int textmode) in vga_initialize() argument
1131 if (!textmode) in vga_initialize()
1151 if (textmode) { in vga_initialize()
1211 if (!textmode) { in vga_initialize()
1232 if (!textmode) { in vga_initialize()
1289 int textmode; in vga_init() local
1314 textmode = vm_guest != VM_GUEST_NO; in vga_init()
1315 TUNABLE_INT_FETCH("hw.vga.textmode", &textmode); in vga_init()
1316 if (textmode) { in vga_init()
1328 if (vga_initialize(vd, textmode) != 0) in vga_init()
/freebsd-13.1/stand/efi/loader/
H A Dframebuffer.c800 char *textmode; in command_autoresize() local
802 textmode = getenv("hw.vga.textmode"); in command_autoresize()
804 if (textmode != NULL && strcmp(textmode, "0") != 0) in command_autoresize()
/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c526 const void **args, const int textmode) in odbc_bind_param() argument
575 (textmode ? in odbc_bind_param()
582 (textmode ? atoi(args[*argp]) : *(short *)args[*argp]); in odbc_bind_param()
588 (textmode ? atol(args[*argp]) : *(long *)args[*argp]); in odbc_bind_param()
594 (textmode ? in odbc_bind_param()
601 (textmode ? atof(args[*argp]) : *(double *) in odbc_bind_param()
608 (textmode ? in odbc_bind_param()
/freebsd-13.1/crypto/openssl/apps/
H A Dapps.c2595 int fd = -1, bflags, mode, textmode; in bio_open_owner() local
2607 textmode = istext(format); in bio_open_owner()
2608 if (!textmode) { in bio_open_owner()
2622 if (!textmode) in bio_open_owner()
2633 if (textmode) in bio_open_owner()