Searched refs:stype (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsmb_reparse.c157 char *stype, *sdata; local
167 stype = nvpair_name(nvp);
169 if ((stype != NULL) && (strcasecmp(stype, svctype) == 0)) {
174 rc = smb_reparse_deref(stype, sdata, info);
190 char *stype; local
199 if ((stype = nvpair_name(nvp)) == NULL)
202 if (strcasecmp(stype, DFS_REPARSE_SVCTYPE) == 0) {
208 if (strcasecmp(stype, DFS_FEDFS_SVCTYPE) == 0) {
295 * type (stype) an
306 smb_reparse_deref(char *stype, char *sdata, dfs_info_t *info) argument
[all...]
H A Dsrvsvc_svc.c2451 param->stype = STYPE_DISKTREE;
2459 param->stype = (si.shr_type & STYPE_MASK);
2465 param->stype = STYPE_DISKTREE;
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_auth.c194 int stype, i; local
207 for (i = 0, stype = smb_types[i]; stype != -1; ++i,
208 stype = smb_types[i]) {
209 if (smbios_lookup_type(shp, stype, &s) == 0 &&
224 stype == SMB_TYPE_SYSTEM ? "system" : "chassis",
228 if (stype == SMB_TYPE_SYSTEM) {
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dstr_conv.c291 krb5_int32 stype; local
337 if (krb5_string_to_salttype("normal", &stype) != 0)
338 stype = -1;
345 (!sp || !(kret = krb5_string_to_salttype(sp, &stype))) &&
347 !krb5_keysalt_is_present(*ksaltp, *nksaltp, ktype, stype))) {
367 (*ksaltp)[(*nksaltp)].ks_salttype = stype;
H A Dadmin.h539 ktype, krb5_int32 stype, krb5_int32
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SAttrMsg.java204 String stype = (String)types.elementAt(i);
205 ServiceType ttype = new ServiceType(stype);
H A DSLPHeaderV1.java552 static String checkServiceType(String stype) argument
557 if (!stype.endsWith(":")) {
562 new Object[] {stype});
566 String type = stype.substring(0, stype.length()-1);
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.c812 ns_ldap_attr_t *stype; local
820 stype = __ns_ldap_getAttrStruct(entry, NS_LDAP_OP_ATTR_SERVER_TYPE);
821 if (stype == NULL || stype->attrvalue == NULL)
824 if (strcmp(stype->attrvalue[0], NS_LDAP_ATTR_VAL_SERVER_ODSEE) == 0) {
829 if (strcmp(stype->attrvalue[0], NS_LDAP_ATTR_VAL_SERVER_AD) == 0) {
834 if (strcmp(stype->attrvalue[0], NS_LDAP_ATTR_VAL_SERVER_OPENLDAP) ==
840 if (strcmp(stype->attrvalue[0], NS_LDAP_ATTR_VAL_SERVER_OID) == 0) {
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_subr.c117 x86pi_smb_strcnt(topo_mod_t *mod, smbs_cnt_t *stype) argument
126 stype->count = 0;
134 if (sp->smbst_hdr->smbh_type == stype->type) {
135 stype->ids[cnt].node = NULL;
136 stype->ids[cnt].id = sp->smbst_hdr->smbh_hdl;
141 stype->count = cnt;
/osnet-11/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c98 char *buf, *stype, *val; local
112 if (!(stype = nvpair_name(curr))) {
117 (strlcat(buf, stype, buflen) >= buflen) ||
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_default.c46 * If stype or kvno is negative, it is ignored.
51 krb5_dbe_def_search_enctype(kcontext, dbentp, start, ktype, stype, kvno, kdatap)
56 krb5_int32 stype;
67 if (kvno == -1 && stype == -1 && ktype == -1)
102 if (stype >= 0 && db_stype != stype)
H A Dkdb5.c1655 krb5_int32 stype,
1659 return krb5_dbe_search_enctype(kcontext, dbentp, &start, ktype, stype,
1668 krb5_int32 stype,
1677 status = v->dbe_search_enctype(kcontext, dbentp, start, ktype, stype,
1652 krb5_dbe_find_enctype(krb5_context kcontext, krb5_db_entry * dbentp, krb5_int32 ktype, krb5_int32 stype, krb5_int32 kvno, krb5_key_data ** kdatap) argument
1664 krb5_dbe_search_enctype(krb5_context kcontext, krb5_db_entry * dbentp, krb5_int32 * start, krb5_int32 ktype, krb5_int32 stype, krb5_int32 kvno, krb5_key_data ** kdatap) argument
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h496 krb5_int32 stype,
505 krb5_int32 stype,
691 krb5_int32 stype,
1000 krb5_int32 stype,
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_hdrs_ui.c42 sip_get_val_from_hdr(sip_hdr_value_t *val, int val_type, boolean_t stype, argument
63 if (stype == B_TRUE) {
72 if (stype == B_TRUE) {
93 boolean_t stype, boolean_t empty_val, int *error)
119 return (sip_get_val_from_hdr(value, val_type, stype, error));
92 sip_get_val_from_msg(sip_msg_t msg, char *hdr_name, int val_type, boolean_t stype, boolean_t empty_val, int *error) argument
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ctx.c659 smbfs_ctx_setshare(struct smb_ctx *ctx, const char *share, int stype) argument
671 ctx->ct_shtype_req = stype;
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_principal.c532 ktype, krb5_int32 stype, krb5_int32
530 kadm5_decrypt_key(void *server_handle, kadm5_principal_ent_t entry, krb5_int32 ktype, krb5_int32 stype, krb5_int32 kvno, krb5_keyblock *keyblock, krb5_keysalt *keysalt, int *kvnop) argument
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c2230 * stype (r) salt type to search for, or -1 to ignore
2232 * only if it also matches ktype and stype
2244 * If ktype or stype is -1, it is ignored for the search. If kvno is
2245 * -1, ktype and stype are ignored and the key with the max kvno is
2247 * and only if it matches the ktype and stype; otherwise, ENOENT is
2252 ktype, krb5_int32 stype, krb5_int32
2270 stype, kvno, &key_data)))
2250 kadm5_decrypt_key(void *server_handle, kadm5_principal_ent_t entry, krb5_int32 ktype, krb5_int32 stype, krb5_int32 kvno, krb5_keyblock *keyblock, krb5_keysalt *keysalt, int *kvnop) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.c3647 register int stype; local
3654 stype = SvTYPE(sstr);
3667 switch (stype) {
3806 if ((int)SvTYPE(sstr) != stype) {
3807 stype = SvTYPE(sstr);
3808 if (stype == SVt_PVGV && dtype <= SVt_PVGV)
3812 if (stype == SVt_PVLV)
3815 (void)SvUPGRADE(dstr, (U32)stype);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm1814 my($src,$code,$verbatim,$stype,$alternate,$foo,@other) =
1818 my $type = defined $stype ? $stype : 'text/css';

Completed in 373 milliseconds