tmpstring         439 drivers/xen/xenbus/xenbus_probe.c 	char *tmpstring;
tmpstring         458 drivers/xen/xenbus/xenbus_probe.c 	tmpstring = (char *)(xendev + 1);
tmpstring         459 drivers/xen/xenbus/xenbus_probe.c 	strcpy(tmpstring, nodename);
tmpstring         460 drivers/xen/xenbus/xenbus_probe.c 	xendev->nodename = tmpstring;
tmpstring         462 drivers/xen/xenbus/xenbus_probe.c 	tmpstring += strlen(tmpstring) + 1;
tmpstring         463 drivers/xen/xenbus/xenbus_probe.c 	strcpy(tmpstring, type);
tmpstring         464 drivers/xen/xenbus/xenbus_probe.c 	xendev->devicetype = tmpstring;