Searched defs:xencons_priv (Results 1 – 1 of 1) sorted by relevance
88 struct xencons_priv { struct90 struct mtx mtx;92 xen_intr_handle_t intr_handle;95 int altbrk;98 bool opened;100 struct callout callout;105 char wbuf[WBUF_SIZE];106 unsigned int wc, wp; /* Consumer/producer wbuf */130 static struct xencons_priv main_cons; argument