OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DT_NOGRAPHIC
(Results
1 - 5
of
5
) sorted by null
/external/qemu/hw/
fw_cfg.c
280
fw_cfg_add_i16(s, FW_CFG_NOGRAPHIC, (uint16_t)(display_type ==
DT_NOGRAPHIC
));
/external/qemu/
qemu-common.h
395
DT_NOGRAPHIC
,
vl-android.c
[
all
...]
vl.c
[
all
...]
qemu-char.c
652
if (display_type ==
DT_NOGRAPHIC
&& s->fd_in == 0) {
665
if (display_type ==
DT_NOGRAPHIC
&& s->fd_in == 0) {
852
display_type !=
DT_NOGRAPHIC
);
[
all
...]
Completed in 48 milliseconds