Symbol: attrtype
usr/src/cmd/dlmgmtd/dlmgmt_util.c
601
dladm_datatype_t attrtype;
usr/src/cmd/dlmgmtd/dlmgmt_util.c
603
err = linkattr_get(headp, attr, &attrval, &attrsz, &attrtype);
usr/src/cmd/dlmgmtd/dlmgmt_util.c
611
retvalp->lr_type = attrtype;
usr/src/cmd/ldap/common/common.c
1527
int ldaptool_compare_ext_s( LDAP *ld, const char *dn, const char *attrtype,
usr/src/cmd/ldap/common/common.c
1533
if (( rc = ldap_compare_ext( ld, dn, attrtype, bvalue, serverctrls,
usr/src/cmd/ldap/common/ldaptool.h
195
int ldaptool_compare_ext_s( LDAP *ld, const char *dn, const char *attrtype,
usr/src/cmd/ldap/ns_ldap/mapping.c
150
set_keys(char **key, char *attrtype)
usr/src/cmd/ldap/ns_ldap/mapping.c
178
totlen += strlen(attrtype) + strlen(k) + 3;
usr/src/cmd/ldap/ns_ldap/mapping.c
196
"(%s=%s)", attrtype, k);
usr/src/cmd/ldap/ns_ldap/mapping.c
218
set_keys_publickey(char **key, char *attrtype, int type, char **ret)
usr/src/cmd/ldap/ns_ldap/mapping.c
245
totlen += strlen(k) + strlen(attrtype) + 3;
usr/src/cmd/ldap/ns_ldap/mapping.c
267
"(%s=%s)", attrtype, k);
usr/src/cmd/passwd/passwd.c
1686
attrlist_add(attrlist **l, attrtype type, char *val)
usr/src/cmd/passwd/passwd.c
212
static void attrlist_add(attrlist **, attrtype, char *);
usr/src/cmd/passwd/passwd.c
214
static char *userinput(char *, pwu_repository_t *, attrtype);
usr/src/cmd/passwd/passwd.c
538
userinput(char *name, pwu_repository_t *rep, attrtype type)
usr/src/lib/libkmf/plugins/kmf_pkcs11/common/pkcs11_spi.c
2411
CK_ATTRIBUTE_TYPE attrtype, KMF_BIGINT *bigint)
usr/src/lib/libkmf/plugins/kmf_pkcs11/common/pkcs11_spi.c
2416
attr.type = attrtype;
usr/src/lib/libnisdb/yptol/dit_access_utils.c
1512
char *attrtype, *p;
usr/src/lib/libnisdb/yptol/dit_access_utils.c
1519
attrtype = p;
usr/src/lib/libnisdb/yptol/dit_access_utils.c
1522
if ((p = strchr(attrtype, '=')) == 0 || p == attrtype ||
usr/src/lib/libnisdb/yptol/dit_access_utils.c
1531
len = p - attrtype + 1;
usr/src/lib/libnisdb/yptol/dit_access_utils.c
1534
if (!strncasecmp(oc_lookup[i].attrType, attrtype, len))
usr/src/lib/passwdutil/passwdutil.h
85
attrtype type;
usr/src/lib/pkcs11/libpkcs11/common/metaAttrManager.c
35
find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes,
usr/src/lib/pkcs11/libpkcs11/common/metaAttrManager.c
622
find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes,
usr/src/lib/pkcs11/libpkcs11/common/metaAttrManager.c
631
if (attr->attribute.type == attrtype) {