Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c1464 int raw = RDC_IS_RAW(rfd);
1570 int raw = RDC_IS_RAW(rfd); in _rdc_attach()
1603 int raw = RDC_IS_RAW(rfd); in _rdc_detach()
1711 int raw = RDC_IS_RAW(rfd); in _rdc_maxfbas()
H A Drdc_io.h606 #define RDC_IS_RAW(rdc) (((rdc)->rdc_oflags & NSC_CACHE) == 0) macro