Searched refs:dir_n (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 156 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()
|
D | xenbus_probe.c | 481 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()
|
D | xenbus_xs.c | 375 int dir_n; in xenbus_exists() local 377 d = xenbus_directory(t, dir, node, &dir_n); in xenbus_exists()
|