Home
last modified time | relevance | path

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

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