Searched refs:xbd_dev (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/xen/blkfront/ |
H A D | blkfront.c | 243 xenbus_get_otherend_id(sc->xbd_dev), in xbd_queue_cb() 262 xenbus_get_otherend_id(sc->xbd_dev), in xbd_queue_cb() 622 device_printf(sc->xbd_dev, "dump: no more commands?\n"); in xbd_dump() 630 device_printf(sc->xbd_dev, "no more grant allocs?\n"); in xbd_dump() 659 device_printf(sc->xbd_dev, in xbd_dump() 700 if (xenbus_get_otherend_state(sc->xbd_dev) == in xbd_close() 702 xbd_closing(sc->xbd_dev); in xbd_close() 760 xenbus_dev_fatal(sc->xbd_dev, ENOMEM, "allocating shared ring"); in xbd_alloc_ring() 769 error = xenbus_grant_ring(sc->xbd_dev, in xbd_alloc_ring() 773 xenbus_dev_fatal(sc->xbd_dev, error, in xbd_alloc_ring() [all …]
|
H A D | block.h | 172 device_t xbd_dev; member
|