Searched refs:xenbus_read (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/drivers/xen/xenbus/ |
D | xenbus_xs.c | 460 void *xenbus_read(struct xenbus_transaction t, in xenbus_read() function 474 EXPORT_SYMBOL_GPL(xenbus_read); 575 val = xenbus_read(t, dir, node, NULL); in xenbus_scanf() 641 p = xenbus_read(t, dir, name, NULL); in xenbus_gather()
|
D | xenbus_probe_frontend.c | 417 backend = xenbus_read(XBT_NIL, frontend, "backend", NULL); in xenbus_check_frontend()
|
/linux-4.19.296/include/xen/ |
D | xenbus.h | 147 void *xenbus_read(struct xenbus_transaction t,
|
/linux-4.19.296/drivers/xen/ |
D | sys-hypervisor.c | 149 vm = xenbus_read(XBT_NIL, "vm", "", NULL); in uuid_show_fallback() 152 val = xenbus_read(XBT_NIL, vm, "uuid", NULL); in uuid_show_fallback()
|
D | manage.c | 234 str = (char *)xenbus_read(xbt, "control", "shutdown", NULL); in shutdown_handler()
|
D | pvcalls-front.c | 1150 versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len); in pvcalls_front_probe()
|
D | xen-scsiback.c | 1077 val = xenbus_read(XBT_NIL, dev->nodename, str, NULL); in scsiback_do_1lun_hotplug()
|