Searched refs:attrs (Results 1 - 25 of 233) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba-slapd-include.conf11 access to attrs=lmPassword,ntPassword
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Dldap_utils.c32 const char **attrs, void **res)
53 status = ads_do_search_all(ads, bp, scope, expr, attrs, res);
95 const char **attrs)
98 expr, attrs, res);
103 const char **attrs)
106 "(objectclass=*)", attrs, res);
30 ads_do_search_retry(ADS_STRUCT *ads, const char *bind_path, int scope, const char *expr, const char **attrs, void **res) argument
93 ads_search_retry(ADS_STRUCT *ads, void **res, const char *expr, const char **attrs) argument
101 ads_search_retry_dn(ADS_STRUCT *ads, void **res, const char *dn, const char **attrs) argument
H A Dads_ldap.c33 const char *attrs[] = {"objectSid", "sAMAccountType", NULL}; local
55 rc = ads_search_retry(ads, &res, ldap_exp, attrs);
100 const char *attrs[] = {"userPrincipalName", local
122 rc = ads_search_retry(ads, &msg, ldap_exp, attrs);
H A Dldap.c74 char **attrs,
94 result = ldap_search_ext_s(ld, base, scope, filter, attrs,
424 * @param attrs Attributes to retrieve - specified in utf8 or ascii
432 const char **attrs, void **res,
456 if (!attrs || !(*attrs))
460 /* if (!(search_attrs = ads_push_strvals(ctx, attrs))) */
461 if (!(str_list_copy(&search_attrs, attrs))) {
550 /* if/when we decide to utf8-encode attrs, take out this next line */
564 * @param attrs Attribute
70 ldap_search_with_timeout(LDAP *ld, LDAP_CONST char *base, int scope, LDAP_CONST char *filter, char **attrs, int attrsonly, LDAPControl **sctrls, LDAPControl **cctrls, int sizelimit, LDAPMessage **res ) argument
430 ads_do_paged_search(ADS_STRUCT *ads, const char *bind_path, int scope, const char *expr, const char **attrs, void **res, int *count, void **cookie) argument
568 ads_do_search_all(ADS_STRUCT *ads, const char *bind_path, int scope, const char *expr, const char **attrs, void **res) argument
617 ads_do_search_all_fn(ADS_STRUCT *ads, const char *bind_path, int scope, const char *expr, const char **attrs, BOOL(*fn)(char *, void **, void *), void *data_area) argument
658 ads_do_search(ADS_STRUCT *ads, const char *bind_path, int scope, const char *expr, const char **attrs, void **res) argument
722 ads_search(ADS_STRUCT *ads, void **res, const char *expr, const char **attrs) argument
738 ads_search_dn(ADS_STRUCT *ads, void **res, const char *dn, const char **attrs) argument
803 const char *attrs[] = {"*", "nTSecurityDescriptor", NULL}; local
1071 const char *attrs[] = {"distinguishedName", NULL}; local
1146 const char *attrs[] = {"msDS-KeyVersionNumber", NULL}; local
1836 const char *attrs[] = {"nTSecurityDescriptor", "objectSid", 0}; local
2358 const char *attrs[] = {"highestCommittedUSN", NULL}; local
2405 const char *attrs[] = {"ldapServiceName", "currentTime", NULL}; local
2491 const char *attrs[] = {"objectSid", NULL}; local
2528 const char *attrs[] = {"servicePrincipalName", NULL}; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/prom/
H A Dp1275.c45 long attrs, x; local
56 attrs = fmt >> 8;
58 for (i = 0; i < nargs; i++, attrs >>= 3) {
59 switch (attrs & 0x7) {
77 i++; attrs >>= 3;
85 i++; attrs >>= 3;
108 attrs = fmt >> 8;
110 for (i = 0; i < nargs; i++, attrs >>= 3) {
111 switch (attrs & 0x7) {
124 i++; attrs >>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_attr.c121 ASN1_TYPE *PKCS12_get_attr_gen(STACK_OF(X509_ATTRIBUTE) *attrs, int attr_nid)
125 if (!attrs) return NULL;
126 for (i = 0; i < sk_X509_ATTRIBUTE_num (attrs); i++) {
127 attrib = sk_X509_ATTRIBUTE_value (attrs, i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_attr.c121 ASN1_TYPE *PKCS12_get_attr_gen(STACK_OF(X509_ATTRIBUTE) *attrs, int attr_nid)
125 if (!attrs) return NULL;
126 for (i = 0; i < sk_X509_ATTRIBUTE_num (attrs); i++) {
127 attrib = sk_X509_ATTRIBUTE_value (attrs, i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DFieldWriter.java91 private Attribute attrs; field in class:FieldWriter
156 attr.next = attrs;
157 attrs = attr;
204 if (attrs != null) {
205 size += attrs.getSize(cw, null, 0, -1, -1);
241 if (attrs != null) {
242 attributeCount += attrs.getCount();
272 if (attrs != null) {
273 attrs.put(cw, null, 0, -1, -1, out);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hostfs/
H A Dhostfs_user.c215 int set_attr(const char *file, struct hostfs_iattr *attrs, int fd) argument
221 if (attrs->ia_valid & HOSTFS_ATTR_MODE) {
223 if (fchmod(fd, attrs->ia_mode) != 0)
225 } else if (chmod(file, attrs->ia_mode) != 0) {
229 if (attrs->ia_valid & HOSTFS_ATTR_UID) {
231 if (fchown(fd, attrs->ia_uid, -1))
233 } else if(chown(file, attrs->ia_uid, -1)) {
237 if (attrs->ia_valid & HOSTFS_ATTR_GID) {
239 if (fchown(fd, -1, attrs->ia_gid))
241 } else if (chown(file, -1, attrs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstr_lib.c1285 static void STORE_ATTR_INFO_attr_free(STORE_ATTR_INFO *attrs, argument
1288 if (ATTR_IS_SET(attrs,code))
1295 STORE_ATTR_INFO_modify_cstr(attrs, code, NULL, 0);
1302 STORE_ATTR_INFO_modify_sha1str(attrs, code, NULL, 0);
1306 STORE_ATTR_INFO_modify_dn(attrs, code, NULL);
1309 STORE_ATTR_INFO_modify_number(attrs, code, NULL);
1316 int STORE_ATTR_INFO_free(STORE_ATTR_INFO *attrs) argument
1318 if (attrs)
1322 STORE_ATTR_INFO_attr_free(attrs, i);
1323 OPENSSL_free(attrs);
1327 STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1341 STORE_ATTR_INFO_get0_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1356 STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1370 STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1384 STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, char *cstr, size_t cstr_size) argument
1404 STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, unsigned char *sha1str, size_t sha1str_size) argument
1426 STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1446 STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
1466 STORE_ATTR_INFO_modify_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, char *cstr, size_t cstr_size) argument
1483 STORE_ATTR_INFO_modify_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, unsigned char *sha1str, size_t sha1str_size) argument
1500 STORE_ATTR_INFO_modify_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1517 STORE_ATTR_INFO_modify_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
1561 STORE_ATTR_INFO *attrs = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_stat.c24 DWORD attrs; local
39 ((attrs = GetFileAttributes(tpath)) == (DWORD)-1 ? 1 : 0), ret);
42 *isdirp = (attrs & FILE_ATTRIBUTE_DIRECTORY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Dattribute_container.c316 struct class_device_attribute **attrs = cont->attrs; local
319 if (!attrs)
322 for (i = 0; attrs[i]; i++) {
323 error = class_device_create_file(classdev, attrs[i]);
374 struct class_device_attribute **attrs = cont->attrs; local
377 if (!attrs)
380 for (i = 0; attrs[i]; i++)
381 class_device_remove_file(classdev, attrs[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestReader.c52 static int elem, attrs; variable
61 attrs += xmlTextReaderAttributeCount(reader);
72 attrs = 0;
98 printf("%s : %d elements, %d attributes\n", filename, elem, attrs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlabel/
H A Dnetlabel_cipso_v4.c124 doi_def->doi = nla_get_u32(info->attrs[NLBL_CIPSOV4_A_DOI]);
126 if (nla_validate_nested(info->attrs[NLBL_CIPSOV4_A_TAGLST],
131 nla_for_each_nested(nla, info->attrs[NLBL_CIPSOV4_A_TAGLST], nla_rem)
167 if (!info->attrs[NLBL_CIPSOV4_A_TAGLST] ||
168 !info->attrs[NLBL_CIPSOV4_A_MLSLVLLST])
171 if (nla_validate_nested(info->attrs[NLBL_CIPSOV4_A_MLSLVLLST],
192 info->attrs[NLBL_CIPSOV4_A_MLSLVLLST],
240 info->attrs[NLBL_CIPSOV4_A_MLSLVLLST],
258 if (info->attrs[NLBL_CIPSOV4_A_MLSCATLST]) {
259 if (nla_validate_nested(info->attrs[NLBL_CIPSOV4_A_MLSCATLS
[all...]
H A Dnetlabel_mgmt.c92 if (!info->attrs[NLBL_MGMT_A_DOMAIN] ||
93 !info->attrs[NLBL_MGMT_A_PROTOCOL])
103 tmp_size = nla_len(info->attrs[NLBL_MGMT_A_DOMAIN]);
109 entry->type = nla_get_u32(info->attrs[NLBL_MGMT_A_PROTOCOL]);
110 nla_strlcpy(entry->domain, info->attrs[NLBL_MGMT_A_DOMAIN], tmp_size);
117 if (!info->attrs[NLBL_MGMT_A_CV4DOI])
120 tmp_val = nla_get_u32(info->attrs[NLBL_MGMT_A_CV4DOI]);
164 if (!info->attrs[NLBL_MGMT_A_DOMAIN])
169 domain = nla_data(info->attrs[NLBL_MGMT_A_DOMAIN]);
272 if (!info->attrs[NLBL_MGMT_A_PROTOCO
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DpushSAX.py19 def startElement(self, tag, attrs):
21 log = log + "startElement %s %s:" % (tag, attrs)
H A DpushSAXhtml.py19 def startElement(self, tag, attrs):
21 log = log + "startElement %s %s:" % (tag, attrs)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsysfs.c237 struct sysdev_attribute *attrs, *pmc_attrs; local
247 attrs = ibm_common_attrs;
253 attrs = pa6t_attrs;
258 attrs = NULL;
264 sysdev_create_file(s, &attrs[i]);
288 struct sysdev_attribute *attrs, *pmc_attrs; local
300 attrs = ibm_common_attrs;
306 attrs = pa6t_attrs;
311 attrs = NULL;
317 sysdev_remove_file(s, &attrs[
378 cpu_add_sysdev_attr_group(struct attribute_group *attrs) argument
410 cpu_remove_sysdev_attr_group(struct attribute_group *attrs) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dad7418.c51 struct attribute_group attrs; member in struct:ad7418_data
298 data->attrs.attrs = ad7416_attributes;
304 data->attrs.attrs = ad7417_attributes;
310 data->attrs.attrs = ad7418_attributes;
324 if ((err = sysfs_create_group(&client->dev.kobj, &data->attrs)))
336 sysfs_remove_group(&client->dev.kobj, &data->attrs);
349 sysfs_remove_group(&client->dev.kobj, &data->attrs);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dexecute.c202 posix_spawnattr_t attrs;
239 && ((err = posix_spawnattr_init (&attrs)) != 0
241 (err = posix_spawnattr_setsigmask (&attrs,
244 || (err = posix_spawnattr_setflags (&attrs,
248 attrs_allocated ? &attrs : NULL, prog_argv,
255 posix_spawnattr_destroy (&attrs);
265 posix_spawnattr_destroy (&attrs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dauthdata.h45 uint32 attrs; member in struct:group_membership
55 uint32 attrs; member in struct:krb_sid_and_attrs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysfs/
H A Dgroup.c26 for (attr = grp->attrs; *attr; attr++)
36 for (attr = grp->attrs; *attr && !error; attr++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcpu.h41 extern int cpu_add_sysdev_attr_group(struct attribute_group *attrs);
42 extern void cpu_remove_sysdev_attr_group(struct attribute_group *attrs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.c736 struct iwch_qp_attributes attrs; local
742 attrs.next_state = IWCH_QP_STATE_ERROR;
743 iwch_modify_qp(rhp, qhp, IWCH_QP_ATTR_NEXT_STATE, &attrs, 0);
763 struct ib_qp_init_attr *attrs,
776 if (attrs->qp_type != IB_QPT_RC)
780 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid);
781 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid);
786 rqsize = roundup_pow_of_two(attrs->cap.max_recv_wr);
787 if (rqsize == attrs->cap.max_recv_wr)
788 rqsize = roundup_pow_of_two(attrs
762 iwch_create_qp(struct ib_pd *pd, struct ib_qp_init_attr *attrs, struct ib_udata *udata) argument
904 struct iwch_qp_attributes attrs; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Draid_class.c30 struct class_device_attribute *attrs[RAID_NUM_ATTRS + 1]; member in struct:raid_internal
271 i->r.raid_attrs.ac.attrs = &i->attrs[0];
275 i->attrs[count++] = &class_device_attr_level;
276 i->attrs[count++] = &class_device_attr_resync;
277 i->attrs[count++] = &class_device_attr_state;
279 i->attrs[count] = NULL;

Completed in 160 milliseconds

12345678910