Home
last modified time | relevance | path

Searched refs:xenbus_scanf (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/drivers/net/xen-netback/
Dxenbus.c419 err = xenbus_scanf(XBT_NIL, dev->nodename, "handle", "%li", &handle); in backend_create_xenvif()
756 err = xenbus_scanf(XBT_NIL, dev->otherend, in connect()
908 err = xenbus_scanf(XBT_NIL, xspath, in connect_rings()
943 err = xenbus_scanf(XBT_NIL, dev->otherend, "request-rx-copy", "%u", in read_xenbus_vif_flags()
957 if (xenbus_scanf(XBT_NIL, dev->otherend, in read_xenbus_vif_flags()
969 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-sg", in read_xenbus_vif_flags()
977 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv4", in read_xenbus_vif_flags()
983 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv4-prefix", in read_xenbus_vif_flags()
989 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv6", in read_xenbus_vif_flags()
995 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-gso-tcpv6-prefix", in read_xenbus_vif_flags()
[all …]
/linux-4.1.27/drivers/xen/xen-pciback/
Dxenbus.c309 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, in xen_pcibk_publish_pci_root()
324 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, in xen_pcibk_publish_pci_root()
379 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, "num_devs", "%d", in xen_pcibk_reconfigure()
398 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, state_str, in xen_pcibk_reconfigure()
415 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, in xen_pcibk_reconfigure()
469 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, in xen_pcibk_reconfigure()
578 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, "num_devs", "%d", in xen_pcibk_setup_backend()
598 err = xenbus_scanf(XBT_NIL, pdev->xdev->nodename, dev_str, in xen_pcibk_setup_backend()
/linux-4.1.27/drivers/input/misc/
Dxen-kbdfront.c130 if (xenbus_scanf(XBT_NIL, dev->otherend, "feature-abs-pointer", "%d", &abs) < 0) in xenkbd_probe()
319 ret = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in xenkbd_backend_changed()
343 if (xenbus_scanf(XBT_NIL, info->xbdev->otherend, in xenkbd_backend_changed()
347 if (xenbus_scanf(XBT_NIL, info->xbdev->otherend, in xenkbd_backend_changed()
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_probe_frontend.c345 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()
Dxenbus_xs.c545 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()
Dxenbus_probe_backend.c229 rc = xenbus_scanf(XBT_NIL, dev->nodename, "online", "%d", &val); in xenbus_dev_is_online()
Dxenbus_client.c210 err = xenbus_scanf(xbt, dev->nodename, "state", "%d", &current_state); in __xenbus_switch_state()
/linux-4.1.27/drivers/pci/
Dxen-pcifront.c865 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, in pcifront_try_connect()
892 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_try_connect()
951 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, in pcifront_attach_devices()
978 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_attach_devices()
1015 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, "num_devs", "%d", in pcifront_detach_devices()
1033 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, "%d", in pcifront_detach_devices()
1047 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_detach_devices()
/linux-4.1.27/drivers/xen/
Dcpu_hotplug.c33 err = xenbus_scanf(XBT_NIL, dir, "availability", "%15s", state); in vcpu_online()
Dxen-balloon.c61 err = xenbus_scanf(XBT_NIL, "memory", "target", "%llu", &new_target); in watch_target()
Dmanage.c278 if (!xenbus_scanf(xbt, "control", "sysrq", "%c", &sysrq_key)) { in sysrq_handler()
Dxen-scsiback.c1033 err = xenbus_scanf(XBT_NIL, dev->nodename, state, "%u", &device_state); in scsiback_do_1lun_hotplug()
1050 err = xenbus_scanf(XBT_NIL, dev->nodename, str, "%u:%u:%u:%u", in scsiback_do_1lun_hotplug()
/linux-4.1.27/drivers/video/fbdev/
Dxen-fbfront.c378 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.1.27/include/xen/
Dxenbus.h151 int xenbus_scanf(struct xenbus_transaction t,
/linux-4.1.27/drivers/net/
Dxen-netfront.c1118 if (xenbus_scanf(XBT_NIL, np->xbdev->otherend, "feature-sg", in xennet_fix_features()
1127 if (xenbus_scanf(XBT_NIL, np->xbdev->otherend, in xennet_fix_features()
1136 if (xenbus_scanf(XBT_NIL, np->xbdev->otherend, in xennet_fix_features()
1145 if (xenbus_scanf(XBT_NIL, np->xbdev->otherend, in xennet_fix_features()
1772 err = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in talk_to_netback()
1779 err = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in talk_to_netback()
1921 err = xenbus_scanf(XBT_NIL, np->xbdev->otherend, in xennet_connect()
/linux-4.1.27/drivers/scsi/
Dxen-scsifront.c1001 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.1.27/drivers/char/tpm/
Dxen-tpmfront.c346 if (xenbus_scanf(XBT_NIL, dev->otherend, in backend_changed()
/linux-4.1.27/drivers/block/xen-blkback/
Dxenbus.c512 err = xenbus_scanf(XBT_NIL, dev->nodename, "discard-enable", "%d", in xen_blkbk_discard()
633 err = xenbus_scanf(XBT_NIL, dev->nodename, "physical-device", "%x:%x", in backend_changed()
/linux-4.1.27/drivers/block/
Dxen-blkfront.c1370 err = xenbus_scanf(XBT_NIL, dev->nodename, in blkfront_probe()
1374 err = xenbus_scanf(XBT_NIL, dev->nodename, "virtual-device-ext", in blkfront_probe()
1782 err = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in blkfront_connect()
1826 err = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in blkfront_connect()