Home
last modified time | relevance | path

Searched refs:dir_n (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/xen/xenbus/
Dxenbus_probe_backend.c156 unsigned int i, dir_n = 0; in xenbus_probe_backend() local
164 dir = xenbus_directory(XBT_NIL, nodename, "", &dir_n); in xenbus_probe_backend()
170 for (i = 0; i < dir_n; i++) { in xenbus_probe_backend()
Dxenbus_probe.c481 unsigned int dir_n = 0; in xenbus_probe_device_type() local
484 dir = xenbus_directory(XBT_NIL, bus->root, type, &dir_n); in xenbus_probe_device_type()
488 for (i = 0; i < dir_n; i++) { in xenbus_probe_device_type()
502 unsigned int i, dir_n; in xenbus_probe_devices() local
504 dir = xenbus_directory(XBT_NIL, bus->root, "", &dir_n); in xenbus_probe_devices()
508 for (i = 0; i < dir_n; i++) { in xenbus_probe_devices()
Dxenbus_xs.c375 int dir_n; in xenbus_exists() local
377 d = xenbus_directory(t, dir, node, &dir_n); in xenbus_exists()