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

  /src/sys/arch/xen/xenbus/
xenbus_probe.c 550 unsigned int type, id, dirt_n, dirid_n; local in function:xenbus_probe_backends
555 err = xenbus_directory(NULL, "backend", "", &dirt_n, &dirt);
556 DPRINTK("directory err %d dirt_n %d", err, dirt_n);
560 for (type = 0; type < dirt_n; type++) {
587 xenbus_directory_free(dirt_n, dirt);
xenbus_probe.c 550 unsigned int type, id, dirt_n, dirid_n; local in function:xenbus_probe_backends
555 err = xenbus_directory(NULL, "backend", "", &dirt_n, &dirt);
556 DPRINTK("directory err %d dirt_n %d", err, dirt_n);
560 for (type = 0; type < dirt_n; type++) {
587 xenbus_directory_free(dirt_n, dirt);

Completed in 27 milliseconds