Lines Matching refs:xspath
857 char *xspath;
868 xspath = kzalloc(strlen(dev->otherend) + 1, GFP_KERNEL);
869 if (!xspath) {
874 strcpy(xspath, dev->otherend);
877 xspath = kzalloc(xspathsize, GFP_KERNEL);
878 if (!xspath) {
883 snprintf(xspath, xspathsize, "%s/queue-%u", dev->otherend,
887 err = xenbus_gather(XBT_NIL, xspath,
893 xspath);
898 err = xenbus_gather(XBT_NIL, xspath,
902 err = xenbus_scanf(XBT_NIL, xspath,
907 xspath);
926 kfree(xspath);