Searched refs:xenbus_directory (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/xen/xenbus/ |
D | xenbus_xs.c | 351 char **xenbus_directory(struct xenbus_transaction t, in xenbus_directory() function 368 EXPORT_SYMBOL_GPL(xenbus_directory); 377 d = xenbus_directory(t, dir, node, &dir_n); in xenbus_exists()
|
D | xenbus_probe_backend.c | 164 dir = xenbus_directory(XBT_NIL, nodename, "", &dir_n); in xenbus_probe_backend()
|
D | xenbus_probe.c | 484 dir = xenbus_directory(XBT_NIL, bus->root, type, &dir_n); in xenbus_probe_device_type() 504 dir = xenbus_directory(XBT_NIL, bus->root, "", &dir_n); in xenbus_probe_devices()
|
/linux-2.6.39/include/xen/ |
D | xenbus.h | 139 char **xenbus_directory(struct xenbus_transaction t,
|