Lines Matching refs:xspath
857 char *xspath;
868 xspath = kstrdup(dev->otherend, GFP_KERNEL);
869 if (!xspath) {
876 xspath = kzalloc(xspathsize, GFP_KERNEL);
877 if (!xspath) {
882 snprintf(xspath, xspathsize, "%s/queue-%u", dev->otherend,
886 err = xenbus_gather(XBT_NIL, xspath,
892 xspath);
897 err = xenbus_gather(XBT_NIL, xspath,
901 err = xenbus_scanf(XBT_NIL, xspath,
906 xspath);
925 kfree(xspath);