Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/x86/xen/
HDpv.c151 xc_printf(__VA_ARGS__); \
172 xc_printf("ERROR: failed to initialize hypercall page: %d\n", in hammer_time_xen()
221 xc_printf("ERROR: failed to setup shared_info page\n"); in hammer_time_xen()
288 xc_printf("unable to add kenv %s=%s\n", option, value); in xen_pvh_set_env()
312 xc_printf("Unable to load ELF symtab: invalid symbol table\n"); in xen_pvh_parse_symtab()
333 xc_printf( in xen_pvh_parse_symtab()
353 xc_printf("Failed to get dom0 video console info: %d\n", size); in fixup_console()
363 xc_printf("No VBE FB in kernel metadata\n"); in fixup_console()
378 xc_printf("No EFI FB in kernel metadata\n"); in fixup_console()
405 xc_printf("Video console type unsupported\n"); in fixup_console()
[all …]
/freebsd-14-stable/sys/xen/
HDxen-os.h160 void xc_printf(const char *, ...) __printflike(1, 2);
/freebsd-14-stable/sys/dev/xen/debug/
HDdebug.c79 xc_printf("Printing stack trace vCPU%u\n", XEN_VCPUID()); in xendebug_filter()
/freebsd-14-stable/sys/dev/xen/console/
HDxen_console.c166 xc_printf(const char *fmt, ...) in xc_printf() function