Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/xen-netback/
Dxenbus.c427 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/
Dxenbus.c311 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/
Dxen-kbdfront.c130 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/
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.c215 err = xenbus_scanf(xbt, dev->nodename, "state", "%d", &current_state); in __xenbus_switch_state()
/linux-4.4.14/drivers/pci/
Dxen-pcifront.c873 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/
Dxenbus.c476 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/
Dcpu_hotplug.c38 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.c1031 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/
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.4.14/include/xen/
Dxenbus.h151 int xenbus_scanf(struct xenbus_transaction t,
/linux-4.4.14/drivers/net/
Dxen-netfront.c1169 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/
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.4.14/drivers/char/tpm/
Dxen-tpmfront.c346 if (xenbus_scanf(XBT_NIL, dev->otherend, in backend_changed()
/linux-4.4.14/drivers/block/
Dxen-blkfront.c1469 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()