Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_da.c112 DA_FLAG_OPEN = 0x000100, enumerator
1826 softc->flags |= DA_FLAG_OPEN; in daopen()
1883 softc->flags &= ~DA_FLAG_OPEN; in daclose()
6577 (softc->flags & DA_FLAG_OPEN)) { in dashutdown()
6588 if (((softc->flags & DA_FLAG_OPEN) == 0) in dashutdown()