Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/scsipi/
Dstvar.h133 #define BLKSIZE_SET_BY_QUIRK 0x08 macro
Dst.c517 st->modeflags[i] &= ~(BLKSIZE_SET_BY_QUIRK | in st_loadquirks()
522 st->modeflags[i] |= BLKSIZE_SET_BY_QUIRK; in st_loadquirks()
916 (BLKSIZE_SET_BY_QUIRK | BLKSIZE_SET_BY_USER)) { in st_mount_tape()