Home
last modified time | relevance | path

Searched refs:xbd_dev (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/xen/blkfront/
HDblkfront.c241 xenbus_get_otherend_id(sc->xbd_dev), in xbd_queue_cb()
259 xenbus_get_otherend_id(sc->xbd_dev), in xbd_queue_cb()
617 device_printf(sc->xbd_dev, "dump: no more commands?\n"); in xbd_dump()
625 device_printf(sc->xbd_dev, "no more grant allocs?\n"); in xbd_dump()
654 device_printf(sc->xbd_dev, in xbd_dump()
695 if (xenbus_get_otherend_state(sc->xbd_dev) == in xbd_close()
697 xbd_closing(sc->xbd_dev); in xbd_close()
755 xenbus_dev_fatal(sc->xbd_dev, ENOMEM, "allocating shared ring"); in xbd_alloc_ring()
765 error = xenbus_grant_ring(sc->xbd_dev, in xbd_alloc_ring()
769 xenbus_dev_fatal(sc->xbd_dev, error, in xbd_alloc_ring()
[all …]
HDblock.h172 device_t xbd_dev; member