Searched refs:xenbus_dev_error (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/xen/xenbus/ |
D | xenbus_client.c | 299 void xenbus_dev_error(struct xenbus_device *dev, int err, const char *fmt, ...) in xenbus_dev_error() function 307 EXPORT_SYMBOL_GPL(xenbus_dev_error); 428 xenbus_dev_error(dev, err, "freeing event channel %d", port); in xenbus_free_evtchn() 750 xenbus_dev_error(dev, -ENOENT, in xenbus_unmap_ring_vfree_pv() 774 xenbus_dev_error(dev, unmap[i].status, in xenbus_unmap_ring_vfree_pv() 839 xenbus_dev_error(dev, -ENOENT, in xenbus_unmap_ring_vfree_hvm() 895 xenbus_dev_error(dev, unmap[i].status, in xenbus_unmap_ring()
|
D | xenbus_probe.c | 248 xenbus_dev_error(dev, err, "xenbus_dev_probe on %s", dev->nodename); in xenbus_dev_probe()
|
/Linux-v4.19/drivers/gpu/drm/xen/ |
D | xen_drm_front_evtchnl.c | 280 xenbus_dev_error(xb_dev, ret, "writing ring-ref"); in evtchnl_publish() 287 xenbus_dev_error(xb_dev, ret, "writing event channel"); in evtchnl_publish()
|
/Linux-v4.19/drivers/scsi/ |
D | xen-scsifront.c | 663 xenbus_dev_error(info->dev, err, in scsifront_sdev_configure() 681 xenbus_dev_error(info->dev, err, in scsifront_sdev_destroy() 1022 xenbus_dev_error(dev, err, in scsifront_do_lun_hotplug() 1042 xenbus_dev_error(dev, err, in scsifront_do_lun_hotplug()
|
/Linux-v4.19/include/xen/ |
D | xenbus.h | 224 void xenbus_dev_error(struct xenbus_device *dev, int err, const char *fmt, ...);
|
/Linux-v4.19/drivers/block/xen-blkback/ |
D | xenbus.c | 106 xenbus_dev_error(blkif->be->dev, err, "get blkback dev name"); in xen_update_blkif_status() 112 xenbus_dev_error(blkif->be->dev, err, "block flush"); in xen_update_blkif_status() 900 xenbus_dev_error(dev, err, "writing %s/physical-sector-size", in connect()
|
/Linux-v4.19/drivers/xen/ |
D | xen-scsiback.c | 1035 xenbus_dev_error(info->dev, err, in scsiback_do_add_lun() 1078 xenbus_dev_error(info->dev, err, in scsiback_do_1lun_hotplug() 1093 xenbus_dev_error(info->dev, err, in scsiback_do_1lun_hotplug() 1266 xenbus_dev_error(dev, err, "writing feature-sg-grant"); in scsiback_probe()
|
/Linux-v4.19/drivers/char/tpm/ |
D | xen-tpmfront.c | 327 xenbus_dev_error(dev, rv, "%s", message); in setup_ring()
|
/Linux-v4.19/drivers/pci/ |
D | xen-pcifront.c | 877 xenbus_dev_error(pdev->xdev, err, in pcifront_try_connect() 963 xenbus_dev_error(pdev->xdev, err, in pcifront_attach_devices()
|
/Linux-v4.19/drivers/block/ |
D | xen-blkfront.c | 2156 xenbus_dev_error(xbdev, -EBUSY, in blkfront_closing()
|