| /Linux-v5.4/drivers/xen/xen-pciback/ | 
| D | xenbus.c | 119 		xenbus_dev_fatal(pdev->xdev, err,  in xen_pcibk_do_attach()130 		xenbus_dev_fatal(pdev->xdev, err,  in xen_pcibk_do_attach()
 168 		xenbus_dev_fatal(pdev->xdev, err,  in xen_pcibk_attach()
 174 		xenbus_dev_fatal(pdev->xdev, -EFAULT,  in xen_pcibk_attach()
 190 		xenbus_dev_fatal(pdev->xdev, err,  in xen_pcibk_attach()
 238 		xenbus_dev_fatal(pdev->xdev, err,  in xen_pcibk_export_device()
 385 		xenbus_dev_fatal(pdev->xdev, err,  in xen_pcibk_reconfigure()
 394 			xenbus_dev_fatal(pdev->xdev, err,  in xen_pcibk_reconfigure()
 409 				xenbus_dev_fatal(pdev->xdev, err,  in xen_pcibk_reconfigure()
 418 				xenbus_dev_fatal(pdev->xdev, err,  in xen_pcibk_reconfigure()
 [all …]
 
 | 
| D | vpci.c | 78 		xenbus_dev_fatal(pdev->xdev, err,  in __xen_pcibk_add_pci_dev()86 		xenbus_dev_fatal(pdev->xdev, err,  in __xen_pcibk_add_pci_dev()
 132 	xenbus_dev_fatal(pdev->xdev, err,  in __xen_pcibk_add_pci_dev()
 
 | 
| /Linux-v5.4/drivers/block/xen-blkback/ | 
| D | xenbus.c | 115 			xenbus_dev_fatal(blkif->be->dev, err,  in xen_update_blkif_status()605 		xenbus_dev_fatal(dev, -ENOMEM,  in xen_blkbk_probe()
 616 		xenbus_dev_fatal(dev, err, "creating block interface");  in xen_blkbk_probe()
 691 		xenbus_dev_fatal(dev, err, "reading physical-device");  in backend_changed()
 706 		xenbus_dev_fatal(dev, err, "reading mode");  in backend_changed()
 731 		xenbus_dev_fatal(dev, err, "creating vbd structure");  in backend_changed()
 736 			xenbus_dev_fatal(dev, err, "creating sysfs entries");  in backend_changed()
 787 			xenbus_dev_fatal(dev, err, "pending I/O");  in frontend_changed()
 820 		xenbus_dev_fatal(dev, -EINVAL, "saw state %d at frontend",  in frontend_changed()
 846 		xenbus_dev_fatal(dev, err, "starting transaction");  in connect()
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/xen-netback/ | 
| D | xenbus.c | 234 		xenbus_dev_fatal(dev, -ENOMEM,  in netback_probe()252 			xenbus_dev_fatal(dev, err, "starting transaction");  in netback_probe()
 324 		xenbus_dev_fatal(dev, err, "completing transaction");  in netback_probe()
 353 		xenbus_dev_fatal(dev, err, "reading script");  in netback_probe()
 369 	xenbus_dev_fatal(dev, err, "%s", message);  in netback_probe()
 412 		xenbus_dev_fatal(dev, err, "reading handle");  in backend_create_xenvif()
 419 		xenbus_dev_fatal(dev, err, "creating interface");  in backend_create_xenvif()
 614 		xenbus_dev_fatal(dev, -EINVAL, "saw state %d at frontend",  in frontend_changed()
 853 		xenbus_dev_fatal(dev, err,  in connect_ctrl_ring()
 863 		xenbus_dev_fatal(dev, err,  in connect_ctrl_ring()
 [all …]
 
 | 
| /Linux-v5.4/drivers/input/misc/ | 
| D | xen-kbdfront.c | 210 		xenbus_dev_fatal(dev, -ENOMEM, "allocating info structure");  in xenkbd_probe()265 			xenbus_dev_fatal(dev, ret,  in xenkbd_probe()
 322 			xenbus_dev_fatal(dev, ret,  in xenkbd_probe()
 363 			xenbus_dev_fatal(info->xbdev, ret,  in xenkbd_probe()
 371 			xenbus_dev_fatal(info->xbdev, ret,  in xenkbd_probe()
 392 	xenbus_dev_fatal(dev, ret, "allocating device memory");  in xenkbd_probe()
 441 		xenbus_dev_fatal(dev, ret, "bind_evtchn_to_irqhandler");  in xenkbd_connect_backend()
 449 		xenbus_dev_fatal(dev, ret, "starting transaction");  in xenkbd_connect_backend()
 468 		xenbus_dev_fatal(dev, ret, "completing transaction");  in xenkbd_connect_backend()
 477 	xenbus_dev_fatal(dev, ret, "writing xenstore");  in xenkbd_connect_backend()
 
 | 
| /Linux-v5.4/drivers/pci/ | 
| D | xen-pcifront.c | 813 		xenbus_dev_fatal(pdev->xdev, err,  in pcifront_publish_info()830 		xenbus_dev_fatal(pdev->xdev, err,  in pcifront_publish_info()
 838 			xenbus_dev_fatal(pdev->xdev, err,  in pcifront_publish_info()
 868 		xenbus_dev_fatal(pdev->xdev, err,  in pcifront_try_connect()
 880 			xenbus_dev_fatal(pdev->xdev, err,  in pcifront_try_connect()
 888 		xenbus_dev_fatal(pdev->xdev, err,  in pcifront_try_connect()
 905 			xenbus_dev_fatal(pdev->xdev, err,  in pcifront_try_connect()
 912 			xenbus_dev_fatal(pdev->xdev, err,  in pcifront_try_connect()
 966 			xenbus_dev_fatal(pdev->xdev, err,  in pcifront_attach_devices()
 974 		xenbus_dev_fatal(pdev->xdev, err,  in pcifront_attach_devices()
 [all …]
 
 | 
| /Linux-v5.4/drivers/char/tpm/ | 
| D | xen-tpmfront.c | 260 		xenbus_dev_fatal(dev, -ENOMEM, "allocating shared ring");  in setup_ring()277 		xenbus_dev_fatal(dev, rv, "allocating TPM irq");  in setup_ring()
 285 		xenbus_dev_fatal(dev, rv, "starting transaction");  in setup_ring()
 313 		xenbus_dev_fatal(dev, rv, "completing transaction");  in setup_ring()
 354 		xenbus_dev_fatal(dev, -ENOMEM, "allocating priv structure");  in tpmfront_probe()
 403 			xenbus_dev_fatal(dev, -EINVAL,  in backend_changed()
 
 | 
| /Linux-v5.4/drivers/video/fbdev/ | 
| D | xen-fbfront.c | 375 		xenbus_dev_fatal(dev, -ENOMEM, "allocating info structure");  in xenfb_probe()462 		xenbus_dev_fatal(dev, ret, "fb_alloc_cmap");  in xenfb_probe()
 473 		xenbus_dev_fatal(dev, ret, "xenfb_connect_backend");  in xenfb_probe()
 479 		xenbus_dev_fatal(dev, ret, "register_framebuffer");  in xenfb_probe()
 494 		xenbus_dev_fatal(dev, ret, "allocating device memory");  in xenfb_probe()
 589 		xenbus_dev_fatal(dev, ret, "bind_evtchn_to_irqhandler");  in xenfb_connect_backend()
 595 		xenbus_dev_fatal(dev, ret, "starting transaction");  in xenfb_connect_backend()
 617 		xenbus_dev_fatal(dev, ret, "completing transaction");  in xenfb_connect_backend()
 627 	xenbus_dev_fatal(dev, ret, "writing xenstore");  in xenfb_connect_backend()
 
 | 
| /Linux-v5.4/drivers/xen/xenbus/ | 
| D | xenbus_client.c | 130 		xenbus_dev_fatal(dev, err, "adding watch on %s", path);  in xenbus_watch_path()168 		xenbus_dev_fatal(dev, -ENOMEM, "allocating path for watch");  in xenbus_watch_pathfmt()
 318 void xenbus_dev_fatal(struct xenbus_device *dev, int err, const char *fmt, ...)  in xenbus_dev_fatal()  function
 328 EXPORT_SYMBOL_GPL(xenbus_dev_fatal);
 369 			xenbus_dev_fatal(dev, err,  in xenbus_grant_ring()
 405 		xenbus_dev_fatal(dev, err, "allocating event channel");  in xenbus_alloc_evtchn()
 486 			xenbus_dev_fatal(dev, map[i].status,  in __xenbus_map_ring()
 
 | 
| D | xenbus_probe.c | 152 		xenbus_dev_fatal(xendev, err,  in xenbus_read_otherend_details()159 		xenbus_dev_fatal(xendev, -ENOENT,  in xenbus_read_otherend_details()
 
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | xen-scsifront.c | 712 		xenbus_dev_fatal(dev, err,  in scsifront_alloc_ring()722 		xenbus_dev_fatal(dev, err,  in scsifront_alloc_ring()
 730 		xenbus_dev_fatal(dev, err, "xenbus_alloc_evtchn");  in scsifront_alloc_ring()
 736 		xenbus_dev_fatal(dev, err, "bind_evtchn_to_irq");  in scsifront_alloc_ring()
 745 		xenbus_dev_fatal(dev, err, "request_threaded_irq");  in scsifront_alloc_ring()
 784 		xenbus_dev_fatal(dev, err, "starting transaction");  in scsifront_init_ring()
 789 		xenbus_dev_fatal(dev, err, "%s", "writing ring-ref");  in scsifront_init_ring()
 797 		xenbus_dev_fatal(dev, err, "%s", "writing event-channel");  in scsifront_init_ring()
 805 		xenbus_dev_fatal(dev, err, "completing transaction");  in scsifront_init_ring()
 830 		xenbus_dev_fatal(dev, err, "fail to allocate scsi host");  in scsifront_probe()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/xen/ | 
| D | xen_drm_front_evtchnl.c | 305 		xenbus_dev_fatal(front_info->xb_dev, ret,  in xen_drm_front_evtchnl_publish_all()331 		xenbus_dev_fatal(front_info->xb_dev, ret,  in xen_drm_front_evtchnl_publish_all()
 342 	xenbus_dev_fatal(front_info->xb_dev, ret, "writing Xen store");  in xen_drm_front_evtchnl_publish_all()
 
 | 
| D | xen_drm_front.c | 677 			xenbus_dev_fatal(xb_dev, ret, "initializing frontend");  in displback_changed()689 			xenbus_dev_fatal(xb_dev, ret, "connecting backend");  in displback_changed()
 
 | 
| /Linux-v5.4/drivers/tty/hvc/ | 
| D | hvc_xen.c | 400 		xenbus_dev_fatal(dev, ret, "starting transaction");  in xencons_connect_backend()414 		xenbus_dev_fatal(dev, ret, "completing transaction");  in xencons_connect_backend()
 423 	xenbus_dev_fatal(dev, ret, "writing xenstore");  in xencons_connect_backend()
 458 	xenbus_dev_fatal(dev, ret, "allocating device memory");  in xencons_probe()
 
 | 
| /Linux-v5.4/sound/xen/ | 
| D | xen_snd_front_evtchnl.c | 397 		xenbus_dev_fatal(front_info->xb_dev, ret,  in xen_snd_front_evtchnl_publish_all()453 		xenbus_dev_fatal(front_info->xb_dev, ret,  in xen_snd_front_evtchnl_publish_all()
 461 	xenbus_dev_fatal(front_info->xb_dev, ret, "writing XenStore");  in xen_snd_front_evtchnl_publish_all()
 
 | 
| D | xen_snd_front.c | 267 			xenbus_dev_fatal(xb_dev, ret, "initializing frontend");  in sndback_changed()278 			xenbus_dev_fatal(xb_dev, ret, "initializing frontend");  in sndback_changed()
 
 | 
| /Linux-v5.4/net/9p/ | 
| D | trans_xen.c | 433 		xenbus_dev_fatal(dev, ret, "starting transaction");  in xen_9pfs_front_probe()468 		xenbus_dev_fatal(dev, ret, "completing transaction");  in xen_9pfs_front_probe()
 482 	xenbus_dev_fatal(dev, ret, "writing xenstore");  in xen_9pfs_front_probe()
 
 | 
| /Linux-v5.4/drivers/block/ | 
| D | xen-blkfront.c | 1684 		xenbus_dev_fatal(dev, -ENOMEM, "allocating shared ring");  in setup_blkring()1706 		xenbus_dev_fatal(dev, err,  in setup_blkring()
 1761 		xenbus_dev_fatal(info->xbdev, err, "%s", message);  in write_per_ring_nodes()
 1806 		xenbus_dev_fatal(dev, err, "starting transaction");  in talk_to_blkback()
 1870 		xenbus_dev_fatal(dev, err, "completing transaction");  in talk_to_blkback()
 1889 		xenbus_dev_fatal(dev, err, "%s", message);  in talk_to_blkback()
 1921 		xenbus_dev_fatal(info->xbdev, -ENOMEM, "allocating ring_info structure");  in negotiate_mq()
 1958 			xenbus_dev_fatal(dev, err, "reading virtual-device");  in blkfront_probe()
 1994 		xenbus_dev_fatal(dev, -ENOMEM, "allocating info structure");  in blkfront_probe()
 2384 		xenbus_dev_fatal(info->xbdev, err,  in blkfront_connect()
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ | 
| D | xen-netfront.c | 1365 		xenbus_dev_fatal(dev, err, "creating netdev");  in netfront_probe()1548 		xenbus_dev_fatal(dev, err, "allocating tx ring page");  in setup_netfront()
 1562 		xenbus_dev_fatal(dev, err, "allocating rx ring page");  in setup_netfront()
 1737 	xenbus_dev_fatal(dev, err, "%s", message);  in write_queue_xenstore_keys()
 1824 		xenbus_dev_fatal(dev, err, "parsing %s/mac", dev->nodename);  in talk_to_netback()
 1834 		xenbus_dev_fatal(dev, err, "creating queues");  in talk_to_netback()
 1852 		xenbus_dev_fatal(dev, err, "starting transaction");  in talk_to_netback()
 1924 		xenbus_dev_fatal(dev, err, "completing transaction");  in talk_to_netback()
 1931 	xenbus_dev_fatal(dev, err, "%s", message);  in talk_to_netback()
 
 | 
| /Linux-v5.4/include/xen/ | 
| D | xenbus.h | 226 void xenbus_dev_fatal(struct xenbus_device *dev, int err, const char *fmt, ...);
 | 
| /Linux-v5.4/drivers/xen/ | 
| D | pvcalls-back.c | 921 		xenbus_dev_fatal(dev, err, "reading %s/event-channel",  in backend_connect()929 		xenbus_dev_fatal(dev, err, "reading %s/ring-ref",  in backend_connect()
 1161 		xenbus_dev_fatal(dev, -EINVAL, "saw state %d at frontend",  in pvcalls_back_changed()
 
 | 
| D | pvcalls-front.c | 1209 		xenbus_dev_fatal(dev, ret, "starting transaction");  in pvcalls_front_probe()1226 		xenbus_dev_fatal(dev, ret, "completing transaction");  in pvcalls_front_probe()
 1235 	xenbus_dev_fatal(dev, ret, "writing xenstore");  in pvcalls_front_probe()
 
 | 
| D | xen-scsiback.c | 864 		xenbus_dev_fatal(dev, err, "reading %s ring", dev->otherend);  in scsiback_map()1199 		xenbus_dev_fatal(dev, -EINVAL, "saw state %d at frontend",  in scsiback_frontend_changed()
 1247 		xenbus_dev_fatal(dev, -ENOMEM, "allocating backend structure");  in scsiback_probe()
 
 |