Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dvl.c1064 const char *nextopt; in select_vgahw() local
1066 if (strstart(opts, ",retrace=", &nextopt)) { in select_vgahw()
1067 opts = nextopt; in select_vgahw()
1068 if (strstart(opts, "dumb", &nextopt)) in select_vgahw()
1070 else if (strstart(opts, "precise", &nextopt)) in select_vgahw()
1074 opts = nextopt; in select_vgahw()