Searched refs:xbd_shadow (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/xen/blkfront/
H A Dblkfront.c500 cm = &sc->xbd_shadow[bret->id];
1053 if (sc->xbd_shadow) {
1057 cm = &sc->xbd_shadow[i];
1075 free(sc->xbd_shadow, M_XENBLOCKFRONT);
1076 sc->xbd_shadow = NULL;
1333 sc->xbd_shadow = malloc(sizeof(*sc->xbd_shadow) * sc->xbd_max_requests,
1335 if (sc->xbd_shadow == NULL) {
1346 cm = &sc->xbd_shadow[i];
H A Dblock.h199 struct xbd_command *xbd_shadow; member in struct:xbd_softc

Completed in 165 milliseconds