Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dcompare.c71 const struct berval *bvalue, LDAPControl **serverctrls, in ldap_compare_ext() argument
93 if ( attr == NULL || bvalue == NULL || bvalue->bv_len == 0 in ldap_compare_ext()
112 LDAP_REQ_COMPARE, dn, attr, bvalue )) != 0 ) { in ldap_compare_ext()
127 attr, bvalue->bv_val, (int)bvalue->bv_len /* XXX lossy cast */ ) in ldap_compare_ext()
164 const struct berval *bvalue, LDAPControl **serverctrls, in ldap_compare_ext_s() argument
170 if (( err = ldap_compare_ext( ld, dn, attr, bvalue, serverctrls, in ldap_compare_ext_s()
H A Dllib-lldap65 int ldap_compare_ext(LDAP *ld, const char *dn, const char *attr, const struct berval *bvalue, LDAPC…
67 int ldap_compare_ext_s(LDAP *ld, const char *dn, const char *attr, const struct berval *bvalue, LDA…
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_wrapper.c108 char *dn, char *attr, struct berval *bvalue, in _ns_ldap_compare_ext() argument
113 return (ldap_compare_ext(ld, dn, attr, bvalue, in _ns_ldap_compare_ext()
119 char *dn, char *attr, struct berval *bvalue, in _ns_ldap_compare_ext_s() argument
124 return (ldap_compare_ext_s(ld, dn, attr, bvalue, in _ns_ldap_compare_ext_s()
/titanic_41/usr/src/cmd/pcitool/
H A Dpcitool_ui.c1109 char *bvalue, *dvalue, *fvalue; in parse_device_opts() local
1111 if ((rval = extract_bdf(value, &bvalue, &dvalue, in parse_device_opts()
1116 if (!bvalue | !dvalue | !fvalue) { in parse_device_opts()
1120 if ((rval = extract_bdf_arg(bvalue, "bus", in parse_device_opts()
1463 char *bvalue, *dvalue, *fvalue; in parse_probeone_opts() local
1465 if ((rval = extract_bdf(value, &bvalue, &dvalue, in parse_probeone_opts()
1469 if (bvalue) in parse_probeone_opts()
1470 if ((rval = extract_bdf_arg(bvalue, "bus", in parse_probeone_opts()
/titanic_41/usr/src/cmd/ldap/common/
H A Dldaptool.h196 const struct berval *bvalue, LDAPControl **serverctrls,
H A Dcommon.c1527 const struct berval *bvalue, LDAPControl **serverctrls, argument
1532 if (( rc = ldap_compare_ext( ld, dn, attrtype, bvalue, serverctrls,
/titanic_41/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c1142 krb5_boolean bvalue; local
1247 if (!krb5_aprof_get_boolean(aprofile, hierarchy, TRUE, &bvalue)) {
1248 rparams->realm_reject_bad_transit = bvalue;
/titanic_41/usr/src/lib/efcode/engine/
H A Dfcode.c621 bvalue(fcode_env_t *env) in bvalue() function
937 P1275(0x0b8, DEFINER, "b(value)", bvalue); in _init()
/titanic_41/usr/src/common/ctf/
H A Dctf_create.c1184 int bvalue; in enumcmp() local
1187 name, &bvalue) == CTF_ERR || value != bvalue); in enumcmp()
/titanic_41/usr/src/head/
H A Dldap.h598 const char *attr, const struct berval *bvalue,
601 const char *attr, const struct berval *bvalue,