/linux-4.4.14/drivers/net/xen-netback/ |
D | xenbus.c | 427 err = xenbus_scanf(XBT_NIL, dev->nodename, "handle", "%li", &handle); in backend_create_xenvif() 764 err = xenbus_scanf(XBT_NIL, dev->otherend, in connect() 922 err = xenbus_scanf(XBT_NIL, xspath, in connect_rings() 957 err = xenbus_scanf(XBT_NIL, dev->otherend, "request-rx-copy", "%u", in read_xenbus_vif_flags() 971 if (xenbus_scanf(XBT_NIL, dev->otherend, in read_xenbus_vif_flags() 983 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-sg", in read_xenbus_vif_flags() 991 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv4", in read_xenbus_vif_flags() 997 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv4-prefix", in read_xenbus_vif_flags() 1003 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv6", in read_xenbus_vif_flags() 1009 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv6-prefix", in read_xenbus_vif_flags() [all …]
|
/linux-4.4.14/drivers/xen/xen-pciback/ |
D | xenbus.c | 311 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, in xen_pcibk_publish_pci_root() 326 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, in xen_pcibk_publish_pci_root() 381 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, "num_devs", "%d", in xen_pcibk_reconfigure() 400 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, state_str, in xen_pcibk_reconfigure() 417 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, in xen_pcibk_reconfigure() 471 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, in xen_pcibk_reconfigure() 580 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, "num_devs", "%d", in xen_pcibk_setup_backend() 600 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, dev_str, in xen_pcibk_setup_backend()
|
/linux-4.4.14/drivers/input/misc/ |
D | xen-kbdfront.c | 130 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-abs-pointer", "%d", &abs) < 0) in xenkbd_probe() 325 ret = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in xenkbd_backend_changed() 349 if (xenbus_scanf(XBT_NIL, info->xbdev->otherend, in xenkbd_backend_changed() 353 if (xenbus_scanf(XBT_NIL, info->xbdev->otherend, in xenkbd_backend_changed()
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_probe_frontend.c | 345 xenbus_scanf(XBT_NIL, v[XS_WATCH_PATH], "", "%i", &backend_state); in xenbus_reset_backend_state_changed() 412 err = xenbus_scanf(XBT_NIL, frontend, "state", "%i", &fe_state); in xenbus_check_frontend() 424 err = xenbus_scanf(XBT_NIL, backend, "state", "%i", &be_state); in xenbus_check_frontend()
|
D | xenbus_xs.c | 545 int xenbus_scanf(struct xenbus_transaction t, in xenbus_scanf() function 565 EXPORT_SYMBOL_GPL(xenbus_scanf); 688 err = xenbus_scanf(XBT_NIL, "control", in xs_reset_watches()
|
D | xenbus_probe_backend.c | 229 rc = xenbus_scanf(XBT_NIL, dev->nodename, "online", "%d", &val); in xenbus_dev_is_online()
|
D | xenbus_client.c | 215 err = xenbus_scanf(xbt, dev->nodename, "state", "%d", ¤t_state); in __xenbus_switch_state()
|
/linux-4.4.14/drivers/pci/ |
D | xen-pcifront.c | 873 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, in pcifront_try_connect() 900 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_try_connect() 959 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, in pcifront_attach_devices() 986 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_attach_devices() 1023 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, "num_devs", "%d", in pcifront_detach_devices() 1041 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, "%d", in pcifront_detach_devices() 1055 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_detach_devices()
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | xenbus.c | 476 err = xenbus_scanf(XBT_NIL, dev->nodename, "discard-enable", "%d", in xen_blkbk_discard() 602 err = xenbus_scanf(XBT_NIL, dev->nodename, "physical-device", "%x:%x", in backend_changed() 841 err = xenbus_scanf(XBT_NIL, dev->otherend, "event-channel", "%u", in connect_ring() 851 err = xenbus_scanf(XBT_NIL, dev->otherend, "ring-page-order", "%u", in connect_ring() 854 err = xenbus_scanf(XBT_NIL, dev->otherend, "ring-ref", in connect_ring() 881 err = xenbus_scanf(XBT_NIL, dev->otherend, ring_ref_name, in connect_ring()
|
/linux-4.4.14/drivers/xen/ |
D | cpu_hotplug.c | 38 err = xenbus_scanf(XBT_NIL, dir, "availability", "%15s", state); in vcpu_online()
|
D | xen-balloon.c | 61 err = xenbus_scanf(XBT_NIL, "memory", "target", "%llu", &new_target); in watch_target()
|
D | manage.c | 278 if (!xenbus_scanf(xbt, "control", "sysrq", "%c", &sysrq_key)) { in sysrq_handler()
|
D | xen-scsiback.c | 1031 err = xenbus_scanf(XBT_NIL, dev->nodename, state, "%u", &device_state); in scsiback_do_1lun_hotplug() 1048 err = xenbus_scanf(XBT_NIL, dev->nodename, str, "%u:%u:%u:%u", in scsiback_do_1lun_hotplug()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | xen-fbfront.c | 378 if (xenbus_scanf(XBT_NIL, dev->otherend, "videoram", "%d", &val) == 1) { in xenfb_probe() 660 if (xenbus_scanf(XBT_NIL, info->xbdev->otherend, in xenfb_backend_changed() 666 if (xenbus_scanf(XBT_NIL, dev->otherend, in xenfb_backend_changed()
|
/linux-4.4.14/include/xen/ |
D | xenbus.h | 151 int xenbus_scanf(struct xenbus_transaction t,
|
/linux-4.4.14/drivers/net/ |
D | xen-netfront.c | 1169 if (xenbus_scanf(XBT_NIL, np->xbdev->otherend, "feature-sg", in xennet_fix_features() 1178 if (xenbus_scanf(XBT_NIL, np->xbdev->otherend, in xennet_fix_features() 1187 if (xenbus_scanf(XBT_NIL, np->xbdev->otherend, in xennet_fix_features() 1196 if (xenbus_scanf(XBT_NIL, np->xbdev->otherend, in xennet_fix_features() 1818 err = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in talk_to_netback() 1825 err = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in talk_to_netback() 1967 err = xenbus_scanf(XBT_NIL, np->xbdev->otherend, in xennet_connect()
|
/linux-4.4.14/drivers/scsi/ |
D | xen-scsifront.c | 1001 err = xenbus_scanf(XBT_NIL, dev->otherend, str, "%u", in scsifront_do_lun_hotplug() 1008 err = xenbus_scanf(XBT_NIL, dev->otherend, str, in scsifront_do_lun_hotplug() 1066 ret = xenbus_scanf(XBT_NIL, dev->otherend, "feature-sg-grant", "%u", in scsifront_read_backend_params()
|
/linux-4.4.14/drivers/char/tpm/ |
D | xen-tpmfront.c | 346 if (xenbus_scanf(XBT_NIL, dev->otherend, in backend_changed()
|
/linux-4.4.14/drivers/block/ |
D | xen-blkfront.c | 1469 err = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in talk_to_blkback() 1573 err = xenbus_scanf(XBT_NIL, dev->nodename, in blkfront_probe() 1577 err = xenbus_scanf(XBT_NIL, dev->nodename, "virtual-device-ext", in blkfront_probe() 2007 err = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in blkfront_connect() 2051 err = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in blkfront_connect()
|