Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/vt/hw/vga/
HDvt_vga.c1084 vga_initialize(struct vt_device *vd, int textmode) in vga_initialize() argument
1129 if (!textmode) in vga_initialize()
1149 if (textmode) { in vga_initialize()
1209 if (!textmode) { in vga_initialize()
1230 if (!textmode) { in vga_initialize()
1287 int textmode; in vga_init() local
1312 textmode = vm_guest != VM_GUEST_NO; in vga_init()
1313 TUNABLE_INT_FETCH("hw.vga.textmode", &textmode); in vga_init()
1314 if (textmode) { in vga_init()
1326 if (vga_initialize(vd, textmode) != 0) in vga_init()
/freebsd-13-stable/stand/efi/loader/
HDframebuffer.c817 char *textmode; in command_autoresize() local
819 textmode = getenv("hw.vga.textmode"); in command_autoresize()
821 if (textmode != NULL && strcmp(textmode, "0") != 0) in command_autoresize()
/freebsd-13-stable/contrib/apr-util/dbd/
HDapr_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-stable/crypto/openssl/apps/
HDapps.c2606 int fd = -1, bflags, mode, textmode; in bio_open_owner() local
2618 textmode = istext(format); in bio_open_owner()
2619 if (!textmode) { in bio_open_owner()
2633 if (!textmode) in bio_open_owner()
2644 if (textmode) in bio_open_owner()