Lines Matching defs:node
113 if (dev->otherend_watch.node) {
115 kfree(dev->otherend_watch.node);
116 dev->otherend_watch.node = NULL;
192 state, xenbus_strstate(state), dev->otherend_watch.node, path);
356 /* If the node name is longer, ensure it really is a subdirectory. */
559 void xenbus_dev_changed(const char *node, struct xen_bus_type *bus)
566 if (char_count(node, '/') < 2)
569 exists = xenbus_exists(XBT_NIL, node, "");
571 xenbus_cleanup_devices(node, &bus->bus);
576 p = strchr(node, '/') + 1;
580 rootlen = strsep_len(node, '/', bus->levels);
583 root = kasprintf(GFP_KERNEL, "%.*s", rootlen, node);