Lines Matching defs:devices
274 * devices that do not need to interact with xenstore
286 * PV devices that need to probe xenstore
324 * The unit-address for frontend devices is the name of the
327 * VIF devices are named using an incrementing integer.
328 * VBD devices are either named using the 16-bit dev_t value
329 * for linux 'hd' and 'xvd' devices, or a simple integer value
642 * allocate Xen inter-domain communications ring for Xen virtual devices
715 * Release ring buffers allocated for Xen devices
879 * devices - don't attempt to iterate over the store.
956 /* Console and soft devices have no vdev. */
1566 * Frontend devices must watch for the backend path
1573 * Backend devices must watch for hotplug events.
1620 * Frontend devices need to watch for the backend path changing.
1794 * Watch for devices being created in the store.
1807 * Iterate over the store looking for backend devices to create.
1829 * Iterate over the store looking for frontend devices to create.
1842 char **devices;
1859 if ((devices = xenbus_directory(XBT_NULL, path, domain_path,
1866 ldevices += strlen(devices[j]) + 1 + sizeof (char *);
1867 (void) ddi_strtol(devices[j], &ep, 0, &tmplong);
1878 kmem_free(devices, ldevices);