Searched refs:attrs (Results 126 - 150 of 170) sorted by relevance

1234567

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DActiveDiscoverer.java334 advert.attrs,
H A DServerDATable.java137 * @param attrs Attributes of DA.
147 Vector attrs,
320 advert.attrs,
143 recordNewDA(ServiceURL url, Vector scopes, long timestamp, int version, Vector attrs, String spis) argument
H A DSLPConfig.java498 Vector attrs = new Vector();
536 new Object[] {prop, attrs});
543 attrs.addElement(attr);
547 return attrs;
H A DServiceStoreInMemory.java1251 attributeVectorToServerAttribute(Vector attrs, Locale locale) { argument
1252 int i, n = attrs.size();
1257 (ServiceLocationAttribute)attrs.elementAt(i);
1509 * @param attrs The Vector of ServiceLocationAttribute objects.
1523 register(ServiceURL url, Vector attrs, argument
1571 rec = new ServiceRecordInMemory(url, attrs, scopes,
1656 * @param attrs The Vector of ServiceLocationAttribute objects.
1666 updateRegistration(ServiceURL url, Vector attrs, argument
1702 new ServiceRecordInMemory(url, attrs, scopes,
2647 // Add a new record into the attrs tabl
[all...]
/osnet-11/usr/src/lib/libldap4/include/
H A Dentry.h190 Attribute **attrs,
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_parse.h158 * attrs Either a filter, or a list of attribute/value pairs, depending
161 * 'attrs' value is derived by evaluating 'element'.
166 char *attrs; member in struct:__anon1951
H A Dnis_parse_ldap_util.c429 if (obj_dn->read.attrs != NULL)
430 free(obj_dn->read.attrs);
431 obj_dn->read.attrs = NULL;
435 if (obj_dn->write.attrs != NULL)
436 free(obj_dn->write.attrs);
437 obj_dn->write.attrs = NULL;
506 if (item->searchSpec.triple.attrs != NULL)
507 free(item->searchSpec.triple.attrs);
508 item->searchSpec.triple.attrs = NULL;
1341 if (in->searchSpec.triple.attrs !
[all...]
H A Dnis_parse_ldap_conf.c763 char **attrs,
804 "objectclass=nisplusLDAPconfig", attrs, 0, &resultMsg);
841 char **attrs,
862 rc = process_ldap_referral(referralsp[i], attrs,
761 process_ldap_referral( char *url, char **attrs, __nis_ldap_proxy_info *proxy_info, __nis_config_t *nis_config, __nis_table_mapping_t **table_mapping, __nis_config_info_t *config_info, __nisdb_table_mapping_t *table_info) argument
838 process_ldap_referral_msg( LDAP *ld, LDAPMessage *resultMsg, char **attrs, __nis_ldap_proxy_info *proxy_info, __nis_config_t *nis_config, __nis_table_mapping_t **table_mapping, __nis_config_info_t *config_info, __nisdb_table_mapping_t *table_info) argument
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_svm.c116 inuse_svm(char *slice, nvlist_t *attrs, int *errp) argument
191 libdiskmgt_add_str(attrs, DM_USED_BY, DM_USE_SVM, errp);
195 libdiskmgt_add_str(attrs, DM_USED_NAME, listp->type, errp);
200 libdiskmgt_add_str(attrs, DM_USED_NAME, name, errp);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dauthdata_plugin.h223 krb5_data **attrs);
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptool.h186 int ldaptool_add_ext_s( LDAP *ld, const char *dn, LDAPMod **attrs,
H A Dldaptest.c270 LDAPMod **mods, **attrs; local
403 if ( (attrs = get_modlist( NULL, "attr? ",
407 if ((err = ldap_add_ext( ld, dn, attrs, NULL, NULL, &id )) != LDAP_SUCCESS )
413 if ( (id = ldap_add( ld, dn, attrs )) == -1 )
694 types = get_list( "attrs to return? " );
696 "attrsonly (0=attrs&values, 1=attrs only)? " );
761 types = get_list( "attrs to return? " );
763 "attrsonly (0=attrs&values, 1=attrs onl
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dvthread.h146 _vtattr_t attrs; /* attributes */ member in struct:_vthread_s
/osnet-11/usr/src/lib/libadutils/common/
H A Daddisc.c916 char *attrs[2]; local
922 attrs[0] = attr;
923 attrs[1] = NULL;
933 "(objectclass=*)", attrs, 0, &results);
972 char *attrs[3]; local
991 attrs[0] = "trustPartner";
992 attrs[1] = "trustDirection";
993 attrs[2] = NULL;
1004 rc = ldap_search_s(*ld, base_dn, scope, filter, attrs, 0, &results);
1063 static char *attrs[] local
[all...]
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c1378 t->objectDN->write.attrs, 0);
1382 t->objectDN->write.attrs, 1);
1887 char *objClassAttrs = NULL, *attrs; local
1978 attrs = scat(myself, F, "objectclass=nisdomainobject,",
1980 if (!attrs) {
1984 rc = ldapAdd(dn, rv, attrs, 0);
1985 sfree(attrs);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dattributes.pm37 my (undef,$home_stash,$svref,@attrs) = @_;
45 my @pkgattrs = _modify_attrs($svref, @attrs);
46 @badattrs = $pkgmeth->($home_stash, $svref, @attrs);
62 @badattrs = _modify_attrs($svref, @attrs);
413 L<attrs> for the obsolescent form of subroutine attribute specification
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c1486 S_apply_attrs(pTHX_ HV *stash, SV *target, OP *attrs, bool for_my) argument
1490 /* fake up C<use attributes $pkg,$rv,@attrs> */
1522 dup_attrlist(attrs))));
1528 S_apply_attrs_my(pTHX_ HV *stash, OP *target, OP *attrs, OP **imopsp) argument
1533 if (!attrs)
1541 apply_attrs(stash, PAD_SV(target->op_targ), attrs, TRUE);
1558 dup_attrlist(attrs)));
1596 OP *attrs = Nullop; local
1607 attrs = append_elem(OP_LIST, attrs,
1624 S_my_kid(pTHX_ OP *o, OP *attrs, OP **imopsp) argument
1685 Perl_my_attrs(pTHX_ OP *o, OP *attrs) argument
4086 Perl_newMYSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block) argument
4106 Perl_newATTRSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block) argument
4669 Perl_newANONATTRSUB(pTHX_ I32 floor, OP *proto, OP *attrs, OP *block) argument
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connect.c702 char *attrs[6]; local
730 attrs[0] = "supportedControl";
731 attrs[1] = "supportedsaslmechanisms";
732 attrs[2] = "vendorName";
733 attrs[3] = "objectclass";
734 attrs[4] = "isGlobalCatalogReady";
735 attrs[5] = NULL;
738 "(objectclass=*)", attrs, 0, NULL, NULL, &tv, 0, &resultMsg);
H A Dns_standalone.c846 char *attrs[2], *DNlist, *rest, *ptr; local
854 attrs[0] = "namingcontexts";
855 attrs[1] = NULL;
857 attrs, 0, NULL, NULL, &tv, 0, &resultMsg);
898 attrs[0] = "dn";
913 attrs,
1395 char *attrs[] = { local
1485 "(objectclass=*)", attrs, 0, NULL, NULL, &tv, 0, &resultMsg);
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h389 const char LDAP_CALLBACK *filter, char **attrs, int attrsonly);
394 int msgid, ber_tag_t tag, const char *dn, LDAPMod **attrs);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c2436 nvlist_t *attrs; local
2438 VERIFY(0 == nvpair_value_nvlist(pair, &attrs));
2442 (void) nvlist_lookup_string(attrs, ZPROP_VALUE,
2444 (void) nvlist_lookup_string(attrs,
2459 (void) nvlist_lookup_uint64(attrs, ZPROP_VALUE,
2461 (void) nvlist_lookup_uint64(attrs,
2536 nvlist_t *attrs; local
2551 if ((err = nvlist_alloc(&attrs, NV_UNIQUE_NAME, 0)) != 0)
2554 if ((err = nvlist_add_int32(attrs, ZPROP_SOURCE,
2569 err = nvlist_add_string(attrs, ZPROP_VALU
6081 nvlist_t *attrs; local
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c267 static const Attr_t attrs[] = variable
2023 for (j = 0; j < elementsof(attrs); j++)
2024 if (strneq(t, attrs[j].name, m))
2026 a |= attrs[j].flag;
3171 for (j = 0; j < elementsof(attrs); j++)
3172 if (strneq(t, attrs[j].name, m))
3174 a |= attrs[j].flag;
3283 for (j = 0; j < elementsof(attrs); j++)
3284 if (m & attrs[j].flag)
3286 sfputr(sp_body, attrs[
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dcldap.c244 cldap_search_s( LDAP *ld, char *base, int scope, char *filter, char **attrs, argument
274 if ( (msgid = ldap_search( ld, base, scope, filter, attrs,
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h745 const char *filter, char **attrs, int attrsonly,
866 const char *filter, char **attrs, int attrsonly,
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c74 const xmlChar **attrs);
222 start_element(void *state, const xmlChar *name, const xmlChar **attrs) argument

Completed in 84 milliseconds

1234567