Searched refs:display_type (Results 1 – 5 of 5) sorted by relevance
197 DisplayType display_type = DT_DEFAULT; variable2303 display_type = DT_NOGRAPHIC; in main()2307 display_type = DT_CURSES; in main()2577 display_type = DT_SDL; in main()2639 display_type = DT_VNC; in main()2798 if (display_type == DT_NOGRAPHIC) { in main()3107 if (display_type == DT_DEFAULT) { in main()3109 display_type = DT_SDL; in main()3111 display_type = DT_VNC; in main()3118 switch (display_type) { in main()[all …]
265 DisplayType display_type = DT_DEFAULT; variable2799 display_type = DT_NOGRAPHIC; in main()2803 display_type = DT_CURSES; in main()3074 display_type = DT_SDL; in main()3124 display_type = DT_VNC; in main()3936 if (display_type == DT_NOGRAPHIC) { in main()4332 if (display_type == DT_DEFAULT) { in main()4334 display_type = DT_SDL; in main()4336 display_type = DT_VNC; in main()4343 switch (display_type) { in main()[all …]
106 extern DisplayType display_type;
652 if (display_type == DT_NOGRAPHIC && s->fd_in == 0) { in fd_chr_update_read_handler()665 if (display_type == DT_NOGRAPHIC && s->fd_in == 0) { in fd_chr_close()852 display_type != DT_NOGRAPHIC); in qemu_chr_open_stdio()
280 fw_cfg_add_i16(s, FW_CFG_NOGRAPHIC, (uint16_t)(display_type == DT_NOGRAPHIC)); in fw_cfg_init()