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

/freebsd-13-stable/sys/dev/virtio/block/
H A Dvirtio_blk.c79 #define VTBLK_FLAG_DETACH 0x0002 macro
400 sc->vtblk_flags |= VTBLK_FLAG_DETACH;
492 return (sc->vtblk_flags & VTBLK_FLAG_DETACH ? ENXIO : 0);
564 if (sc->vtblk_flags & VTBLK_FLAG_DETACH) {
1298 if (sc->vtblk_flags & VTBLK_FLAG_DETACH)

Completed in 73 milliseconds