Home
last modified time | relevance | path

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

/drivers/xen/xenbus/
Dxenbus_probe_backend.c158 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()
Dxenbus_probe.c465 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()
Dxenbus_xs.c376 int dir_n; in xenbus_exists() local
378 d = xenbus_directory(t, dir, node, &dir_n); in xenbus_exists()