Home
last modified time | relevance | path

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

/src/sys/cam/nvme/
H A Dnvme_da.c74 NDA_FLAG_DIRTY = 0x0002, enumerator
411 if ((softc->flags & NDA_FLAG_DIRTY) != 0 && in ndaclose()
422 softc->flags &= ~NDA_FLAG_DIRTY; in ndaclose()
1117 softc->flags |= NDA_FLAG_DIRTY; in ndastart()