Searched refs:textmode (Results 1 – 4 of 4) sorted by relevance
1084 vga_initialize(struct vt_device *vd, int textmode) in vga_initialize() argument1129 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() local1312 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()
817 char *textmode; in command_autoresize() local819 textmode = getenv("hw.vga.textmode"); in command_autoresize()821 if (textmode != NULL && strcmp(textmode, "0") != 0) in command_autoresize()
526 const void **args, const int textmode) in odbc_bind_param() argument575 (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()
2606 int fd = -1, bflags, mode, textmode; in bio_open_owner() local2618 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()