Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/scsipi/
H A Dst_scsi.c128 case ST_OPS_CMPRSS_ON: in st_scsibus_ops()
131 (op == ST_OPS_CMPRSS_ON) ? 1 : 0); in st_scsibus_ops()
H A Dstvar.h96 #define ST_OPS_CMPRSS_ON 0x03 /* turn on compression */ macro
H A Dst_atapi.c127 case ST_OPS_CMPRSS_ON: in st_atapibus_ops()
H A Dst.c1604 ST_OPS_CMPRSS_OFF : ST_OPS_CMPRSS_ON, in stioctl()