Home
last modified time | relevance | path

Searched refs:ss_type (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore.c184 sst_open(uint_t ss_type, ...) /* END CSTYLED */ in sst_open() argument
190 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()
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);
/titanic_44/usr/src/cmd/sgs/elfwrap/common/
H A D_elfwrap.h71 Word ss_type; /* section type */ member
H A Delfwrap.c175 outsec.os_type = stdsecs->ss_type; in input()
/titanic_44/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.h41 int ss_type; /* sonode or soassoc */ member
H A Dsockmod_sctp.c100 ss->ss_type = SOSCTP_SOCKET; in socksctp_constructor()
H A Dsocksctp.c1944 ASSERT(lss->ss_type == SOSCTP_SOCKET); in sctp_assoc_newconn()
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_usr.c516 if (ssp->ss_type != STYPE_PRINTQ) in smb_usr_printjob()
570 if (ssp->ss_type == STYPE_PRINTQ) in smb_usr_closefh()
774 tcon->tc_sh.sh_type = ssp->ss_type; in smb_usr_get_tree()
H A Dsmb_conn.h241 #define ss_type ss_ioc.sh_type macro
H A Dsmb_smb.c289 ssp->ss_type = smb_share_parsetype(stype_str); in smb_smb_treeconnect()