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

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore.c187 uint_t ssop_type; local
197 ssop_type = ssm->ssm_module->ssop_type;
198 if ((ssop_type & SS_MEDIA_MASK) & ss_type)
199 if ((ssop_type & SS_TRANSPORT_MASK) & ss_type) {
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))
275 * @field ssop_type media type OR'd with transport type
303 uint_t ssop_type; /* media type OR'd with transport type */ member in struct:safestore_ops_s

Completed in 58 milliseconds