Searched refs:ss_type (Results 1 – 7 of 7) sorted by relevance
184 sst_open(uint_t ss_type, ...) /* END CSTYLED */ in sst_open() argument190 if ((ss_modules == NULL) || !ss_type) in sst_open()193 va_start(ap, ss_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()205 } while ((ss_type = va_arg(ap, uint_t)) != 0); in sst_open()
199 uint_t ss_type; local324 ss_type = sdbc_determine_safestore();328 if ((sdbc_safestore = sst_open(ss_type, 0)) == NULL) {330 ss_type);339 ss_type);343 if ((ss_type & (SS_M_RAM | SS_T_NONE)) ==349 ss_type = (SS_M_RAM | SS_T_NONE);
71 Word ss_type; /* section type */ member
175 outsec.os_type = stdsecs->ss_type; in input()
41 int ss_type; /* sonode or soassoc */ member
100 ss->ss_type = SOSCTP_SOCKET; in socksctp_constructor()
1944 ASSERT(lss->ss_type == SOSCTP_SOCKET); in sctp_assoc_newconn()