Searched refs:ssop_type (Results 1 – 2 of 2) sorted by relevance
187 uint_t ssop_type; in sst_open() local197 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()
239 #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