printk
static void printk(const char *s);
printk("swapcontext failed\n");
printk("schedule() returned! Trying again\n");
printk("rumpuser version mismatch\n");
printk("no voi ei\n");
void printk(const char *, ...);
#define __PRINTK(x) printk x
printk(
printk("%c", c);
#define DPRINTK(x) printk x
#define XENPRINTK(x) printk x
printk("xenbus: failed to write error node for %s (%s)\n",
printk("xenbus: failed to write error node for %s (%s)\n",
printk("xenbus_client (%s:%d) " fmt ".\n", __func__, __LINE__, ##args)
printk("XENBUS error %d while reading message\n", err);
printk("%s: register_chrdev(%d, ...): error %d\n",
printk("%s: NetBSD/" MACHINE " bootstrap device is %d,0\n",
printk("%s: NetBSD/" MACHINE " bootstrap device unloaded\n",
printk("%s: loaded %ld bytes\n", ZBOOTDEV_NAME, position);
printk("%s: boot failed\n", ZBOOTDEV_NAME);
printk("initialization error (DEINIT failed)\n");
printk("illegal protocol version\n");
printk("initialization error\n");
printk("initialization error (DEINIT failed)\n");
printk("illegal protocol version\n");
printk("initialization error\n");