Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/console/
H A Dxen_console.c65 struct xencons_priv;
67 typedef void xencons_early_init_t(struct xencons_priv *cons);
70 typedef int xencons_read_t(struct xencons_priv *cons, char *buffer,
72 typedef int xencons_write_t(struct xencons_priv *cons, const char *buffer,
88 struct xencons_priv { struct
130 static struct xencons_priv main_cons; argument
202 static inline void xencons_lock(struct xencons_priv *cons) in xencons_lock()
210 static inline void xencons_unlock(struct xencons_priv *cons) in xencons_unlock()
221 xencons_early_init_hypervisor(struct xencons_priv *cons) in xencons_early_init_hypervisor()
233 struct xencons_priv *cons; in xencons_init_hypervisor()
[all …]