Searched refs:xc_printf (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/x86/xen/ |
| H A D | pv.c | 213 xc_printf("ERROR: invalid start_info or xen stack, halting\n"); in hammer_time_xen_legacy() 217 xc_printf("FreeBSD PVH running on %s\n", si->magic); in hammer_time_xen_legacy() 288 xc_printf("ERROR: failed to initialize hypercall page: %d\n", in hammer_time_xen() 295 xc_printf("Unknown magic value in start_info struct: %#x\n", in hammer_time_xen() 311 xc_printf("ERROR: failed to setup shared_info page\n"); in hammer_time_xen() 328 xc_printf( in hammer_time_xen() 333 xc_printf( in hammer_time_xen() 340 xc_printf("ERROR: unexpected module memory address\n"); in hammer_time_xen() 462 xc_printf("unable to add kenv %s=%s\n", option, value); in xen_pvh_set_env() 509 xc_printf( in xen_pvh_parse_symtab() [all …]
|
| /freebsd-12.1/sys/xen/ |
| H A D | xen-os.h | 177 void xc_printf(const char *, ...) __printflike(1, 2);
|
| /freebsd-12.1/sys/dev/xen/debug/ |
| H A D | debug.c | 82 xc_printf("Printing stack trace vCPU%d\n", PCPU_GET(vcpu_id)); in xendebug_filter()
|
| /freebsd-12.1/sys/dev/xen/console/ |
| H A D | xen_console.c | 166 xc_printf(const char *fmt, ...) in xc_printf() function
|