Home
last modified time | relevance | path

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

/freebsd-14.2/sys/xen/
H A Dhypervisor.h25 HYPERVISOR_console_write(const char *str, int count) in HYPERVISOR_console_write() function
/freebsd-14.2/sys/dev/xen/console/
H A Dxen_console.c154 HYPERVISOR_console_write((char *)&c, 1); in putchar()
159 HYPERVISOR_console_write(pca->buf, pca->n_next); in putchar()
189 HYPERVISOR_console_write(buf, pca.n_next); in xc_printf()
/freebsd-14.2/sys/dev/xen/debug/
H A Ddebug.c62 HYPERVISOR_console_write(__DECONST(char *, str), len); in xendebug_drain()