Searched defs:ss_type (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A D_elfwrap.h71 Word ss_type; /* section type */ member in struct:__anon1539
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore.c163 * @param ss_type specifies a valid media type and transport type.
167 * more than one ss_type may be specified in the call if
184 sst_open(uint_t ss_type, ...) /* END CSTYLED */ argument
190 if ((ss_modules == NULL) || !ss_type)
193 va_start(ap, ss_type);
198 if ((ssop_type & SS_MEDIA_MASK) & ss_type)
199 if ((ssop_type & SS_TRANSPORT_MASK) & ss_type) {
205 } while ((ss_type = va_arg(ap, uint_t)) != 0);
H A Dsd_conf.c199 uint_t ss_type; local
324 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);
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.h41 int ss_type; /* sonode or soassoc */ member in struct:sctp_sonode
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.h241 #define ss_type ss_ioc.sh_type macro

Completed in 61 milliseconds