Home
last modified time | relevance | path

Searched refs:xenbus_read (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/xen/xenbus/
Dxenbus_xs.c460 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()
Dxenbus_probe_frontend.c417 backend = xenbus_read(XBT_NIL, frontend, "backend", NULL); in xenbus_check_frontend()
/linux-4.19.296/include/xen/
Dxenbus.h147 void *xenbus_read(struct xenbus_transaction t,
/linux-4.19.296/drivers/xen/
Dsys-hypervisor.c149 vm = xenbus_read(XBT_NIL, "vm", "", NULL); in uuid_show_fallback()
152 val = xenbus_read(XBT_NIL, vm, "uuid", NULL); in uuid_show_fallback()
Dmanage.c234 str = (char *)xenbus_read(xbt, "control", "shutdown", NULL); in shutdown_handler()
Dpvcalls-front.c1150 versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len); in pvcalls_front_probe()
Dxen-scsiback.c1077 val = xenbus_read(XBT_NIL, dev->nodename, str, NULL); in scsiback_do_1lun_hotplug()