| 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);
|