Searched refs:xenbus_dev_fatal (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/xenbus/
H A Dxenbus_client.c87 xenbus_dev_fatal(dev, err, "adding watch on %s", path);
125 xenbus_dev_fatal(dev, -ENOMEM, "allocating path for watch");
289 * xenbus_dev_fatal
299 void xenbus_dev_fatal(struct xenbus_device *dev, int err, const char *fmt, ...) function
309 EXPORT_SYMBOL_GPL(xenbus_dev_fatal); variable
312 * Equivalent to xenbus_dev_fatal(dev, err, fmt, args), but helps
341 xenbus_dev_fatal(dev, err, "granting access to ring page");
364 xenbus_dev_fatal(dev, err, "allocating event channel");
389 xenbus_dev_fatal(dev, err,
455 xenbus_dev_fatal(de
[all...]
H A Dxenbus_probe.c158 xenbus_dev_fatal(xendev, err,
165 xenbus_dev_fatal(xendev, -ENOENT,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dxen-kbdfront.c118 xenbus_dev_fatal(dev, -ENOMEM, "allocating info structure");
148 xenbus_dev_fatal(dev, ret, "input_register_device(kbd)");
172 xenbus_dev_fatal(dev, ret, "input_register_device(ptr)");
185 xenbus_dev_fatal(dev, ret, "allocating device memory");
227 xenbus_dev_fatal(dev, ret, "bind_evtchn_to_irqhandler");
235 xenbus_dev_fatal(dev, ret, "starting transaction");
250 xenbus_dev_fatal(dev, ret, "completing transaction");
259 xenbus_dev_fatal(dev, ret, "writing xenstore");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dxen-blkfront.c710 xenbus_dev_fatal(dev, -ENOMEM, "allocating shared ring");
734 xenbus_dev_fatal(dev, err,
763 xenbus_dev_fatal(dev, err, "starting transaction");
790 xenbus_dev_fatal(dev, err, "completing transaction");
801 xenbus_dev_fatal(dev, err, "%s", message);
827 xenbus_dev_fatal(dev, err, "reading virtual-device");
863 xenbus_dev_fatal(dev, -ENOMEM, "allocating info structure");
1065 xenbus_dev_fatal(info->xbdev, err,
1095 xenbus_dev_fatal(info->xbdev, err, "xlvbd_add at %s",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dxen-fbfront.c372 xenbus_dev_fatal(dev, -ENOMEM, "allocating info structure");
452 xenbus_dev_fatal(dev, ret, "fb_alloc_cmap");
470 xenbus_dev_fatal(dev, ret, "register_framebuffer");
480 xenbus_dev_fatal(dev, ret, "allocating device memory");
575 xenbus_dev_fatal(dev, ret, "bind_evtchn_to_irqhandler");
583 xenbus_dev_fatal(dev, ret, "starting transaction");
605 xenbus_dev_fatal(dev, ret, "completing transaction");
614 xenbus_dev_fatal(dev, ret, "writing xenstore");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/
H A Dxenbus.h227 void xenbus_dev_fatal(struct xenbus_device *dev, int err, const char *fmt, ...);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dxen-netfront.c1212 xenbus_dev_fatal(dev, err, "creating netdev");
1345 xenbus_dev_fatal(dev, err, "parsing %s/mac", dev->nodename);
1352 xenbus_dev_fatal(dev, err, "allocating tx ring page");
1368 xenbus_dev_fatal(dev, err, "allocating rx ring page");
1413 xenbus_dev_fatal(dev, err, "starting transaction");
1465 xenbus_dev_fatal(dev, err, "completing transaction");
1473 xenbus_dev_fatal(dev, err, "%s", message);

Completed in 82 milliseconds