Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore.c187 uint_t ssop_type; in sst_open() local
197 ssop_type = ssm->ssm_module->ssop_type; in sst_open()
198 if ((ssop_type & SS_MEDIA_MASK) & ss_type) in sst_open()
199 if ((ssop_type & SS_TRANSPORT_MASK) & ss_type) { in sst_open()
H A Dsafestore.h239 #define SAFESTORE_LOCAL(ssp) ((ssp) && (ssp->ssop_type & SS_T_NONE))
242 #define SAFESTORE_SAFE(ssp) ((ssp) && !(ssp->ssop_type & SS_M_RAM))
303 uint_t ssop_type; /* media type OR'd with transport type */ member