Home
last modified time | relevance | path

Searched refs:nametype (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdn.c190 ldap_explode( const char *dn, const int notypes, const int nametype ) in ldap_explode() argument
232 case '+': if ( nametype != LDAP_RDN ) break; in ldap_explode()
242 if ( nametype == LDAP_RDN && in ldap_explode()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dptree.h74 const char *ptree_nametype2str(enum nametype t);
H A Dtree.h154 enum nametype { enum
H A Dptree.c545 ptree_nametype2str(enum nametype t) in ptree_nametype2str()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.h88 enum nametype t:3; /* defined in tree.h */
H A Dfme.c955 is_problem(enum nametype t) in is_problem()
961 is_defect(enum nametype t) in is_defect()
967 is_upset(enum nametype t) in is_upset()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1939 KMF_GENERALNAMECHOICES nametype, KMF_DATA *encodedname) in encode_altname() argument
1956 switch (nametype) { in encode_altname()
1963 tagval = (0x80 | nametype); in encode_altname()
1970 tagval = (0x80 | nametype); in encode_altname()
1981 tagval = (0x80 | nametype); in encode_altname()
1985 tagval = (0x80 | nametype); in encode_altname()
1989 tagval = (0x80 | nametype); in encode_altname()
1997 tagval = (0x80 | nametype); in encode_altname()
2166 KMF_GENERALNAMECHOICES nametype, in kmf_set_altname() argument
2181 ret = encode_altname(namedata, nametype, &dername); in kmf_set_altname()
H A Dcertgetsetop.c2048 KMF_GENERALNAMECHOICES nametype, in kmf_set_cert_issuer_altname() argument
2055 (KMF_OID *)&KMFOID_IssuerAltName, critical, nametype, namedata)); in kmf_set_cert_issuer_altname()
2061 KMF_GENERALNAMECHOICES nametype, in kmf_set_cert_subject_altname() argument
2068 (KMF_OID *)&KMFOID_SubjectAltName, critical, nametype, namedata)); in kmf_set_cert_subject_altname()