Searched refs:XEN_PRINTF_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
879 #define XEN_PRINTF_BUFSIZE 1024 macro881 char xen_printf_buffer[XEN_PRINTF_BUFSIZE];895 (void) vsnprintf(xen_printf_buffer, XEN_PRINTF_BUFSIZE, fmt, ap); in xen_printf()