Searched refs:xbd_shadow (Results 1 – 2 of 2) sorted by relevance
505 cm = &sc->xbd_shadow[bret->id]; in xbd_int()1070 if (sc->xbd_shadow) { in xbd_free()1074 cm = &sc->xbd_shadow[i]; in xbd_free()1090 free(sc->xbd_shadow, M_XENBLOCKFRONT); in xbd_free()1091 sc->xbd_shadow = NULL; in xbd_free()1348 sc->xbd_shadow = malloc(sizeof(*sc->xbd_shadow) * sc->xbd_max_requests, in xbd_connect()1350 if (sc->xbd_shadow == NULL) { in xbd_connect()1361 cm = &sc->xbd_shadow[i]; in xbd_connect()
199 struct xbd_command *xbd_shadow; member