HomeSort by: relevance | last modified time | path
    Searched defs:xenbus_lookup_device_path (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/xen/xenbus/
xenbus_probe.c 81 static struct xenbus_device *xenbus_lookup_device_path(const char *);
299 xenbus_lookup_device_path(const char *path) function in typeref:struct:xenbus_device *
396 if (xenbus_lookup_device_path(xbusd->xbusd_path) != NULL) {
594 KASSERT(xenbus_lookup_device_path(xbusd->xbusd_path) == xbusd);

Completed in 11 milliseconds