Home
last modified time | relevance | path

Searched refs:DT_NOGRAPHIC (Results 1 – 5 of 5) sorted by relevance

/external/qemu/hw/
Dfw_cfg.c280 fw_cfg_add_i16(s, FW_CFG_NOGRAPHIC, (uint16_t)(display_type == DT_NOGRAPHIC)); in fw_cfg_init()
/external/qemu/
Dqemu-common.h395 DT_NOGRAPHIC, enumerator
Dvl.c2303 display_type = DT_NOGRAPHIC; in main()
2798 if (display_type == DT_NOGRAPHIC) { in main()
3119 case DT_NOGRAPHIC: in main()
3158 if (display_type == DT_NOGRAPHIC || display_type == DT_VNC) { in main()
Dvl-android.c2799 display_type = DT_NOGRAPHIC; in main()
3950 if (display_type == DT_NOGRAPHIC) { in main()
4384 case DT_NOGRAPHIC: in main()
4428 if (display_type == DT_NOGRAPHIC || display_type == DT_VNC) { in main()
Dqemu-char.c652 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()