Home
last modified time | relevance | path

Searched defs:xencons_priv (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/xen/console/
H A Dxen_console.c87 struct xencons_priv { struct
89 struct mtx mtx;
91 xen_intr_handle_t intr_handle;
94 int altbrk;
97 bool opened;
99 struct callout callout;
104 char wbuf[WBUF_SIZE];
105 unsigned int wc, wp; /* Consumer/producer wbuf */
129 static struct xencons_priv main_cons; argument