Home
last modified time | relevance | path

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

/openbmc/qemu/include/ui/
H A Dgtk.h32 #define MAX_VCS 10 macro
121 VirtualConsole vc[MAX_VCS];
/openbmc/qemu/ui/
H A Dgtk.c1862 static Chardev *vcs[MAX_VCS];
1868 if (nb_vcs == MAX_VCS) { in gd_vc_open()