Searched refs:xenbus_read (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/drivers/xen/xenbus/ |
H A D | xenbus_xs.c | 428 void *xenbus_read(struct xenbus_transaction t, xenbus_read() function 442 EXPORT_SYMBOL_GPL(xenbus_read); variable 552 val = xenbus_read(t, dir, node, NULL); xenbus_scanf() 603 p = xenbus_read(t, dir, name, NULL); xenbus_gather()
|
H A D | xenbus_probe_frontend.c | 421 backend = xenbus_read(XBT_NIL, frontend, "backend", NULL); xenbus_check_frontend()
|
/linux-4.4.14/drivers/xen/ |
H A D | sys-hypervisor.c | 130 vm = xenbus_read(XBT_NIL, "vm", "", NULL); uuid_show_fallback() 133 val = xenbus_read(XBT_NIL, vm, "uuid", NULL); uuid_show_fallback()
|
H A D | manage.c | 234 str = (char *)xenbus_read(xbt, "control", "shutdown", NULL); shutdown_handler()
|
H A D | xen-scsiback.c | 1037 val = xenbus_read(XBT_NIL, dev->nodename, str, NULL); scsiback_do_1lun_hotplug()
|
/linux-4.4.14/drivers/block/xen-blkback/ |
H A D | xenbus.c | 69 devpath = xenbus_read(XBT_NIL, dev->nodename, "dev", NULL); blkback_name() 624 be->mode = xenbus_read(XBT_NIL, dev->nodename, "mode", NULL); backend_changed() 632 device_type = xenbus_read(XBT_NIL, dev->otherend, "device-type", NULL); backend_changed()
|
/linux-4.4.14/drivers/net/xen-netback/ |
H A D | xenbus.c | 362 script = xenbus_read(XBT_NIL, dev->nodename, "script", NULL); netback_probe() 617 ratestr = xenbus_read(XBT_NIL, dev->nodename, "rate", NULL); xen_net_read_rate() 647 macstr = s = xenbus_read(XBT_NIL, dev->nodename, "mac", NULL); xen_net_read_mac() 739 str = xenbus_read(XBT_NIL, be->dev->nodename, "hotplug-status", &len); hotplug_status_changed()
|
/linux-4.4.14/include/xen/ |
H A D | xenbus.h | 137 void *xenbus_read(struct xenbus_transaction t,
|
/linux-4.4.14/drivers/net/ |
H A D | xen-netfront.c | 1443 macstr = s = xenbus_read(XBT_NIL, dev->nodename, "mac", NULL); xen_net_read_mac()
|
/linux-4.4.14/drivers/block/ |
H A D | xen-blkfront.c | 1605 type = xenbus_read(XBT_NIL, dev->nodename, "device-type", &len); blkfront_probe()
|
Completed in 352 milliseconds