Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c891 char xen_printf_buffer[XEN_PRINTF_BUFSIZE]; variable
905 (void) vsnprintf(xen_printf_buffer, XEN_PRINTF_BUFSIZE, fmt, ap); in xen_printf()
909 strlen(xen_printf_buffer), xen_printf_buffer); in xen_printf()