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

  /src/sys/arch/xen/xenbus/
xenbus_probe.c 549 char **dirt, **dirid; local in function:xenbus_probe_backends
555 err = xenbus_directory(NULL, "backend", "", &dirt_n, &dirt);
563 if (strcmp(dirt[type], xbakd->xbakd_type) == 0)
568 err = xenbus_directory(NULL, "backend", dirt[type],
571 dirt[type], err, dirid_n);
577 dirt[type], dirid[id]);
578 err = xenbus_probe_device_type(path, dirt[type],
587 xenbus_directory_free(dirt_n, dirt);

Completed in 11 milliseconds