Home
last modified time | relevance | path

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

/freebsd-13.1/sys/xen/
H A Dhypervisor.h29 HYPERVISOR_console_write(const char *str, int count) in HYPERVISOR_console_write() function
/freebsd-13.1/sys/dev/xen/console/
H A Dxen_console.c156 HYPERVISOR_console_write((char *)&c, 1); in putchar()
161 HYPERVISOR_console_write(pca->buf, pca->n_next); in putchar()
191 HYPERVISOR_console_write(buf, pca.n_next); in xc_printf()
/freebsd-13.1/sys/dev/xen/debug/
H A Ddebug.c64 HYPERVISOR_console_write(__DECONST(char *, str), len); in xendebug_drain()