Home
last modified time | relevance | path

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

/NextBSD/sys/xen/
HDhypervisor.h28 HYPERVISOR_console_write(const char *str, int count) in HYPERVISOR_console_write() function
/NextBSD/sys/dev/xen/console/
HDxen_console.c157 HYPERVISOR_console_write((char *)&c, 1); in putchar()
162 HYPERVISOR_console_write(pca->buf, pca->n_next); in putchar()
192 HYPERVISOR_console_write(buf, pca.n_next); in xc_printf()
/NextBSD/sys/dev/xen/debug/
HDdebug.c62 HYPERVISOR_console_write(__DECONST(char *, str), len); in xendebug_drain()