Searched refs:textmode (Results 1 – 4 of 4) sorted by relevance
1086 vga_initialize(struct vt_device *vd, int textmode) in vga_initialize() argument1131 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() local1314 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()
800 char *textmode; in command_autoresize() local802 textmode = getenv("hw.vga.textmode"); in command_autoresize()804 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()
2595 int fd = -1, bflags, mode, textmode; in bio_open_owner() local2607 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()