otherend 720 drivers/block/xen-blkback/xenbus.c device_type = xenbus_read(XBT_NIL, dev->otherend, "device-type", NULL); otherend 727 drivers/block/xen-blkback/xenbus.c err = kstrtoul(strrchr(dev->otherend, '/') + 1, 0, &handle); otherend 850 drivers/block/xen-blkback/xenbus.c pr_debug("%s %s\n", __func__, dev->otherend); otherend 1037 drivers/block/xen-blkback/xenbus.c pr_debug("%s %s\n", __func__, dev->otherend); otherend 1040 drivers/block/xen-blkback/xenbus.c err = xenbus_scanf(XBT_NIL, dev->otherend, "protocol", otherend 1054 drivers/block/xen-blkback/xenbus.c pers_grants = xenbus_read_unsigned(dev->otherend, "feature-persistent", otherend 1062 drivers/block/xen-blkback/xenbus.c requested_num_queues = xenbus_read_unsigned(dev->otherend, otherend 1081 drivers/block/xen-blkback/xenbus.c ring_page_order = xenbus_read_unsigned(dev->otherend, otherend 1096 drivers/block/xen-blkback/xenbus.c return read_per_ring_refs(&blkif->rings[0], dev->otherend); otherend 1098 drivers/block/xen-blkback/xenbus.c xspathsize = strlen(dev->otherend) + xenstore_path_ext_size; otherend 1107 drivers/block/xen-blkback/xenbus.c snprintf(xspath, xspathsize, "%s/queue-%u", dev->otherend, i); otherend 1786 drivers/block/xen-blkfront.c max_page_order = xenbus_read_unsigned(info->xbdev->otherend, otherend 1911 drivers/block/xen-blkfront.c backend_max_queues = xenbus_read_unsigned(info->xbdev->otherend, otherend 2177 drivers/block/xen-blkfront.c err = xenbus_gather(XBT_NIL, info->xbdev->otherend, otherend 2186 drivers/block/xen-blkfront.c !!xenbus_read_unsigned(info->xbdev->otherend, "discard-secure", otherend 2300 drivers/block/xen-blkfront.c if (xenbus_read_unsigned(info->xbdev->otherend, "feature-barrier", 0)) { otherend 2309 drivers/block/xen-blkfront.c if (xenbus_read_unsigned(info->xbdev->otherend, "feature-flush-cache", otherend 2315 drivers/block/xen-blkfront.c if (xenbus_read_unsigned(info->xbdev->otherend, "feature-discard", 0)) otherend 2319 drivers/block/xen-blkfront.c !!xenbus_read_unsigned(info->xbdev->otherend, otherend 2322 drivers/block/xen-blkfront.c indirect_segments = xenbus_read_unsigned(info->xbdev->otherend, otherend 2356 drivers/block/xen-blkfront.c err = xenbus_scanf(XBT_NIL, info->xbdev->otherend, otherend 2383 drivers/block/xen-blkfront.c __func__, info->xbdev->otherend); otherend 2385 drivers/block/xen-blkfront.c err = xenbus_gather(XBT_NIL, info->xbdev->otherend, otherend 2393 drivers/block/xen-blkfront.c info->xbdev->otherend); otherend 2402 drivers/block/xen-blkfront.c physical_sector_size = xenbus_read_unsigned(info->xbdev->otherend, otherend 2410 drivers/block/xen-blkfront.c info->xbdev->otherend); otherend 2420 drivers/block/xen-blkfront.c info->xbdev->otherend); otherend 401 drivers/char/tpm/xen-tpmfront.c if (!xenbus_read_unsigned(dev->otherend, "feature-protocol-v2", otherend 758 drivers/gpu/drm/xen/xen_drm_front.c while ((xenbus_read_unsigned(front_info->xb_dev->otherend, "state", otherend 766 drivers/gpu/drm/xen/xen_drm_front.c state = xenbus_read_unsigned(front_info->xb_dev->otherend, otherend 227 drivers/input/misc/xen-kbdfront.c with_kbd = !xenbus_read_unsigned(dev->otherend, otherend 230 drivers/input/misc/xen-kbdfront.c with_ptr = !xenbus_read_unsigned(dev->otherend, otherend 234 drivers/input/misc/xen-kbdfront.c with_mtouch = xenbus_read_unsigned(dev->otherend, otherend 277 drivers/input/misc/xen-kbdfront.c abs = xenbus_read_unsigned(dev->otherend, otherend 279 drivers/input/misc/xen-kbdfront.c ptr_size[KPARAM_X] = xenbus_read_unsigned(dev->otherend, otherend 282 drivers/input/misc/xen-kbdfront.c ptr_size[KPARAM_Y] = xenbus_read_unsigned(dev->otherend, otherend 337 drivers/input/misc/xen-kbdfront.c num_cont = xenbus_read_unsigned(info->xbdev->otherend, otherend 340 drivers/input/misc/xen-kbdfront.c width = xenbus_read_unsigned(info->xbdev->otherend, otherend 343 drivers/input/misc/xen-kbdfront.c height = xenbus_read_unsigned(info->xbdev->otherend, otherend 583 drivers/net/xen-netback/xenbus.c pr_debug("%s -> %s\n", dev->otherend, xenbus_strstate(frontend_state)); otherend 743 drivers/net/xen-netback/xenbus.c vif->multicast_control = !!xenbus_read_unsigned(dev->otherend, otherend 752 drivers/net/xen-netback/xenbus.c unsigned maxlen = strlen(dev->otherend) + otherend 766 drivers/net/xen-netback/xenbus.c dev->otherend); otherend 843 drivers/net/xen-netback/xenbus.c err = xenbus_scanf(XBT_NIL, dev->otherend, otherend 850 drivers/net/xen-netback/xenbus.c err = xenbus_scanf(XBT_NIL, dev->otherend, otherend 855 drivers/net/xen-netback/xenbus.c dev->otherend); otherend 888 drivers/net/xen-netback/xenbus.c requested_num_queues = xenbus_read_unsigned(dev->otherend, otherend 1020 drivers/net/xen-netback/xenbus.c xspath = kzalloc(strlen(dev->otherend) + 1, GFP_KERNEL); otherend 1026 drivers/net/xen-netback/xenbus.c strcpy(xspath, dev->otherend); otherend 1028 drivers/net/xen-netback/xenbus.c xspathsize = strlen(dev->otherend) + xenstore_path_ext_size; otherend 1035 drivers/net/xen-netback/xenbus.c snprintf(xspath, xspathsize, "%s/queue-%u", dev->otherend, otherend 1089 drivers/net/xen-netback/xenbus.c err = xenbus_scanf(XBT_NIL, dev->otherend, "request-rx-copy", "%u", otherend 1097 drivers/net/xen-netback/xenbus.c dev->otherend); otherend 1103 drivers/net/xen-netback/xenbus.c if (!xenbus_read_unsigned(dev->otherend, "feature-rx-notify", 0)) { otherend 1112 drivers/net/xen-netback/xenbus.c vif->can_sg = !!xenbus_read_unsigned(dev->otherend, "feature-sg", 0); otherend 1116 drivers/net/xen-netback/xenbus.c if (xenbus_read_unsigned(dev->otherend, "feature-gso-tcpv4", 0)) otherend 1119 drivers/net/xen-netback/xenbus.c if (xenbus_read_unsigned(dev->otherend, "feature-gso-tcpv6", 0)) otherend 1122 drivers/net/xen-netback/xenbus.c vif->ip_csum = !xenbus_read_unsigned(dev->otherend, otherend 1125 drivers/net/xen-netback/xenbus.c vif->ipv6_csum = !!xenbus_read_unsigned(dev->otherend, otherend 1191 drivers/net/xen-netfront.c !xenbus_read_unsigned(np->xbdev->otherend, "feature-sg", 0)) otherend 1195 drivers/net/xen-netfront.c !xenbus_read_unsigned(np->xbdev->otherend, otherend 1200 drivers/net/xen-netfront.c !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv4", 0)) otherend 1204 drivers/net/xen-netfront.c !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv6", 0)) otherend 1339 drivers/net/xen-netfront.c xenbus_read_driver_state(dev->otherend) != otherend 1341 drivers/net/xen-netfront.c xenbus_read_driver_state(dev->otherend) != otherend 1813 drivers/net/xen-netfront.c max_queues = xenbus_read_unsigned(info->xbdev->otherend, otherend 1818 drivers/net/xen-netfront.c feature_split_evtchn = xenbus_read_unsigned(info->xbdev->otherend, otherend 1857 drivers/net/xen-netfront.c info->xbdev->otherend, "multi-queue-max-queues")) { otherend 1953 drivers/net/xen-netfront.c if (!xenbus_read_unsigned(np->xbdev->otherend, "feature-rx-copy", 0)) { otherend 2148 drivers/net/xen-netfront.c if (xenbus_read_driver_state(dev->otherend) != XenbusStateClosed) { otherend 2151 drivers/net/xen-netfront.c xenbus_read_driver_state(dev->otherend) == otherend 2153 drivers/net/xen-netfront.c xenbus_read_driver_state(dev->otherend) == otherend 2158 drivers/net/xen-netfront.c xenbus_read_driver_state(dev->otherend) == otherend 2160 drivers/net/xen-netfront.c xenbus_read_driver_state(dev->otherend) == otherend 873 drivers/pci/xen-pcifront.c err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, otherend 900 drivers/pci/xen-pcifront.c err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, otherend 959 drivers/pci/xen-pcifront.c err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, otherend 986 drivers/pci/xen-pcifront.c err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, otherend 1023 drivers/pci/xen-pcifront.c err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, "num_devs", "%d", otherend 1041 drivers/pci/xen-pcifront.c state = xenbus_read_unsigned(pdev->xdev->otherend, str, otherend 1053 drivers/pci/xen-pcifront.c err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, otherend 979 drivers/scsi/xen-scsifront.c dir = xenbus_directory(XBT_NIL, dev->otherend, "vscsi-devs", &dir_n); otherend 990 drivers/scsi/xen-scsifront.c err = xenbus_scanf(XBT_NIL, dev->otherend, str, "%u", otherend 997 drivers/scsi/xen-scsifront.c err = xenbus_scanf(XBT_NIL, dev->otherend, str, otherend 1061 drivers/scsi/xen-scsifront.c sg_grant = xenbus_read_unsigned(dev->otherend, "feature-sg-grant", 0); otherend 380 drivers/video/fbdev/xen-fbfront.c if (xenbus_scanf(XBT_NIL, dev->otherend, "videoram", "%d", &val) == 1) { otherend 385 drivers/video/fbdev/xen-fbfront.c video[KPARAM_WIDTH] = xenbus_read_unsigned(dev->otherend, "width", otherend 387 drivers/video/fbdev/xen-fbfront.c video[KPARAM_HEIGHT] = xenbus_read_unsigned(dev->otherend, "height", otherend 669 drivers/video/fbdev/xen-fbfront.c if (xenbus_read_unsigned(info->xbdev->otherend, otherend 673 drivers/video/fbdev/xen-fbfront.c info->feature_resize = xenbus_read_unsigned(dev->otherend, otherend 917 drivers/xen/pvcalls-back.c err = xenbus_scanf(XBT_NIL, dev->otherend, "port", "%u", otherend 922 drivers/xen/pvcalls-back.c dev->otherend); otherend 926 drivers/xen/pvcalls-back.c err = xenbus_scanf(XBT_NIL, dev->otherend, "ring-ref", "%u", &ring_ref); otherend 930 drivers/xen/pvcalls-back.c dev->otherend); otherend 1141 drivers/xen/pvcalls-front.c versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len); otherend 1151 drivers/xen/pvcalls-front.c max_page_order = xenbus_read_unsigned(dev->otherend, otherend 1155 drivers/xen/pvcalls-front.c function_calls = xenbus_read_unsigned(dev->otherend, otherend 156 drivers/xen/xen-pciback/xenbus.c if (xenbus_read_driver_state(pdev->xdev->otherend) != otherend 162 drivers/xen/xen-pciback/xenbus.c err = xenbus_gather(XBT_NIL, pdev->xdev->otherend, otherend 860 drivers/xen/xen-scsiback.c err = xenbus_gather(XBT_NIL, dev->otherend, otherend 864 drivers/xen/xen-scsiback.c xenbus_dev_fatal(dev, err, "reading %s ring", dev->otherend); otherend 106 drivers/xen/xenbus/xenbus_probe.c kfree(dev->otherend); otherend 107 drivers/xen/xenbus/xenbus_probe.c dev->otherend = NULL; otherend 140 drivers/xen/xenbus/xenbus_probe.c "%s/%s", dev->otherend, "state"); otherend 149 drivers/xen/xenbus/xenbus_probe.c path_node, NULL, &xendev->otherend, otherend 157 drivers/xen/xenbus/xenbus_probe.c if (strlen(xendev->otherend) == 0 || otherend 158 drivers/xen/xenbus/xenbus_probe.c !xenbus_exists(XBT_NIL, xendev->otherend, "")) { otherend 182 drivers/xen/xenbus/xenbus_probe.c if (!dev->otherend || otherend 183 drivers/xen/xenbus/xenbus_probe.c strncmp(dev->otherend, path, strlen(dev->otherend))) { otherend 188 drivers/xen/xenbus/xenbus_probe.c state = xenbus_read_driver_state(dev->otherend); otherend 244 drivers/xen/xenbus/xenbus_probe_frontend.c if (xendev->otherend) otherend 245 drivers/xen/xenbus/xenbus_probe_frontend.c rstate = xenbus_read_driver_state(xendev->otherend); otherend 72 include/xen/xenbus.h const char *otherend; otherend 394 net/9p/trans_xen.c versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len); otherend 402 net/9p/trans_xen.c max_rings = xenbus_read_unsigned(dev->otherend, "max-rings", 0); otherend 405 net/9p/trans_xen.c max_ring_order = xenbus_read_unsigned(dev->otherend, otherend 336 sound/xen/xen_snd_front.c while ((xenbus_read_unsigned(front_info->xb_dev->otherend, "state", otherend 344 sound/xen/xen_snd_front.c state = xenbus_read_unsigned(front_info->xb_dev->otherend,