Searched refs:CFI_DISK_OPEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/cfi/
H A Dcfi_disk.c62 #define CFI_DISK_OPEN 0x0001 macro
144 if (sc->flags & CFI_DISK_OPEN)
159 sc->flags |= CFI_DISK_OPEN;
168 sc->flags &= ~CFI_DISK_OPEN;

Completed in 43 milliseconds