Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cam/ata/
H A Data_da.c110 ADA_FLAG_DIRTY = 0x00200000, enumerator
999 if ((softc->flags & ADA_FLAG_DIRTY) != 0 && in adaclose()
1022 softc->flags &= ~ADA_FLAG_DIRTY; in adaclose()
2340 softc->flags |= ADA_FLAG_DIRTY; in adastart()