Searched refs:xspath (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/xen-netback/ |
| D | xenbus.c | 877 char *xspath; in connect_rings() local 888 xspath = kzalloc(strlen(dev->otherend) + 1, GFP_KERNEL); in connect_rings() 889 if (!xspath) { in connect_rings() 894 strcpy(xspath, dev->otherend); in connect_rings() 897 xspath = kzalloc(xspathsize, GFP_KERNEL); in connect_rings() 898 if (!xspath) { in connect_rings() 903 snprintf(xspath, xspathsize, "%s/queue-%u", dev->otherend, in connect_rings() 907 err = xenbus_gather(XBT_NIL, xspath, in connect_rings() 913 xspath); in connect_rings() 918 err = xenbus_gather(XBT_NIL, xspath, in connect_rings() [all …]
|