Searched refs:xenbus_read (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/arch/xen/xen/ |
H A D | shutdown_xenbus.c | 98 error = xenbus_read(xbt, SHUTDOWN_PATH, SHUTDOWN_NAME, in xenbus_shutdown_handler()
|
H A D | xpci_xenbus.c | 319 xenbus_read(NULL, sc->sc_xbusd->xbusd_otherend, node, in xpci_connect() 519 xenbus_read(NULL, xpci_sc->sc_xbusd->xbusd_otherend, in xpci_enumerate_bus1()
|
H A D | xbdback_xenbus.c | 557 err = xenbus_read(NULL, xbusd->xbusd_otherend, "protocol", in xbdback_connect() 758 err = xenbus_read(NULL, xbusd->xbusd_path, "mode", mode, sizeof(mode)); in xbdback_backend_changed()
|
H A D | pciback.c | 494 if ((err = xenbus_read(NULL, xbusd->xbusd_path, path, in pciback_xenbus_create()
|
H A D | xennetback_xenbus.c | 220 err = xenbus_read(NULL, xbusd->xbusd_path, "mac", mac, sizeof(mac)); in xennetback_xenbus_create()
|
H A D | if_xennet_xenbus.c | 354 err = xenbus_read(NULL, sc->sc_xbusd->xbusd_path, "mac", in xennet_xenbus_attach()
|
/netbsd-src/sys/arch/xen/xenbus/ |
H A D | xenbus_xs.c | 367 xenbus_read(struct xenbus_transaction *t, in xenbus_read() function 404 err = xenbus_read(t, dir, node, string, sizeof(string)); in xenbus_read_ul() 423 err = xenbus_read(t, dir, node, string, sizeof(string)); in xenbus_read_ull()
|
H A D | xenbus_probe.c | 189 err = xenbus_read(NULL, xendev->xbusd_path, path_node, in read_otherend_details() 447 if (xenbus_read(NULL, xbusd->xbusd_path, in xenbus_probe_device_type()
|
/netbsd-src/sys/arch/xen/include/ |
H A D | xenbus.h | 127 int xenbus_read(struct xenbus_transaction *,
|