Searched defs:xen_printf_buffer (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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);
909 strlen(xen_printf_buffer), xen_printf_buffer);

Completed in 48 milliseconds