Searched defs:xencons_priv (Results 1 – 1 of 1) sorted by relevance
87 struct xencons_priv { struct89 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