Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/scsi/
H A Dscsi_da.c116 DA_FLAG_DIRTY = 0x001000, enumerator
1831 if ((softc->flags & DA_FLAG_DIRTY) != 0 && in daclose()
1842 softc->flags &= ~DA_FLAG_DIRTY; in daclose()
3387 softc->flags |= DA_FLAG_DIRTY; in dastart()
3426 (softc->flags & DA_FLAG_DIRTY) == 0) { in dastart()
3452 softc->flags &= ~DA_FLAG_DIRTY; in dastart()