Searched refs:dir_n (Results 1 – 3 of 3) sorted by relevance
/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 158 unsigned int i, dir_n = 0; in xenbus_probe_backend() local 166 dir = xenbus_directory(XBT_NIL, nodename, "", &dir_n); in xenbus_probe_backend() 172 for (i = 0; i < dir_n; i++) { in xenbus_probe_backend()
|
D | xenbus_probe.c | 465 unsigned int dir_n = 0; in xenbus_probe_device_type() local 468 dir = xenbus_directory(XBT_NIL, bus->root, type, &dir_n); in xenbus_probe_device_type() 472 for (i = 0; i < dir_n; i++) { in xenbus_probe_device_type() 486 unsigned int i, dir_n; in xenbus_probe_devices() local 488 dir = xenbus_directory(XBT_NIL, bus->root, "", &dir_n); in xenbus_probe_devices() 492 for (i = 0; i < dir_n; i++) { in xenbus_probe_devices()
|
D | xenbus_xs.c | 376 int dir_n; in xenbus_exists() local 378 d = xenbus_directory(t, dir, node, &dir_n); in xenbus_exists()
|