Searched refs:attrs (Results 26 - 50 of 233) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dpipe.c252 posix_spawnattr_t attrs;
326 && ((err = posix_spawnattr_init (&attrs)) != 0
328 (err = posix_spawnattr_setsigmask (&attrs,
331 || (err = posix_spawnattr_setflags (&attrs,
335 attrs_allocated ? &attrs : NULL, prog_argv,
342 posix_spawnattr_destroy (&attrs);
362 posix_spawnattr_destroy (&attrs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dgenerator.py110 def start(self, tag, attrs):
112 print "start %s, %s" % (tag, attrs)
122 if attrs.has_key('name'):
123 self.function = attrs['name']
124 if attrs.has_key('file'):
125 self.function_file = attrs['file']
135 if attrs.has_key('name'):
136 self.function_arg_name = attrs['name']
137 if attrs.has_key('type'):
138 self.function_arg_type = attrs['typ
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstore.h384 int STORE_ATTR_INFO_free(STORE_ATTR_INFO *attrs);
387 char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
388 unsigned char *STORE_ATTR_INFO_get0_sha1str(STORE_ATTR_INFO *attrs,
390 X509_NAME *STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
391 BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
392 int STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
394 int STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
396 int STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
398 int STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
400 int STORE_ATTR_INFO_modify_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dstore.h384 int STORE_ATTR_INFO_free(STORE_ATTR_INFO *attrs);
387 char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
388 unsigned char *STORE_ATTR_INFO_get0_sha1str(STORE_ATTR_INFO *attrs,
390 X509_NAME *STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
391 BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
392 int STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
394 int STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
396 int STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
398 int STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
400 int STORE_ATTR_INFO_modify_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/misc/
H A Dadssearch.pl120 my @attrs = @ARGV;
350 print "usage: $0 [--base|-b base] [--debug level] [--debug level] [--DN|-D binddn] [--extendeddn|-e] [--help] [--host|-h host] [--machine|-P] [--metadata|-m] [--nodiffs] [--notify|-n] [--password|-w password] [--port port] [--rawdisplay] [--realm|-R realm] [--rootdse] [--saslmech|-Y saslmech] [--schema|-c] [--scope|-s scope] [--simpleauth|-x] [--starttls|-Z] [--user|-U user] [--wknguid] [--workgroup|-k workgroup] filter [attrs]\n";
638 my $dse = $async_ldap_hd->root_dse( attrs => ['*', "supportedExtension", "supportedFeatures" ] );
1142 my @attrs = @_;
1144 if (!@attrs) {
1145 push(@attrs,"*");
1149 push(@attrs,"uSNChanged");
1153 push(@attrs,"msDS-ReplAttributeMetaData");
1154 push(@attrs,"replPropertyMetaData");
1157 push(@attrs,"nTSecurityDescripto
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsmbldap.c1027 const char *attrs[], int attrsonly,
1069 utf8_filter, attrs, attrsonly, res);
1075 int smbldap_modify(struct smbldap_state *ldap_state, const char *dn, LDAPMod *attrs[]) argument
1091 rc = ldap_modify_s(ldap_state->ldap_struct, utf8_dn, attrs);
1097 int smbldap_add(struct smbldap_state *ldap_state, const char *dn, LDAPMod *attrs[]) argument
1113 rc = ldap_add_s(ldap_state->ldap_struct, utf8_dn, attrs);
1454 static BOOL smbldap_check_root_dse(struct smbldap_state *ldap_state, const char **attrs, const char *value) argument
1462 if (!attrs[0]) {
1467 if (!strequal(attrs[0], "supportedExtension") &&
1468 !strequal(attrs[
1025 smbldap_search(struct smbldap_state *ldap_state, const char *base, int scope, const char *filter, const char *attrs[], int attrsonly, LDAPMessage **res) argument
1530 const char *attrs[] = { "supportedControl", NULL }; local
1540 const char *attrs[] = { "supportedExtension", NULL }; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_ads.c116 const char *attrs[] = {"userPrincipalName", local
137 rc = ads_search_retry(ads, &res, "(objectClass=user)", attrs);
218 const char *attrs[] = {"userPrincipalName", "sAMAccountName", local
239 rc = ads_search_retry(ads, &res, "(objectCategory=group)", attrs);
335 const char *attrs[] = {"userPrincipalName", "sAMAccountName", local
341 rc = ads_search_retry_dn(ads, &res, dn, attrs);
377 const char *attrs[] = {"userPrincipalName", local
402 rc = ads_search_retry(ads, &msg, ldap_exp, attrs);
548 const char *attrs[] = {"tokenGroups", "primaryGroupID", NULL}; local
577 rc = ads_search_retry_dn(ads, (void**)&msg, user_dn, attrs);
658 const char **attrs; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hostfs/
H A Dhostfs_kern.c828 struct hostfs_iattr attrs; local
841 attrs.ia_valid = 0;
843 attrs.ia_valid |= HOSTFS_ATTR_MODE;
844 attrs.ia_mode = attr->ia_mode;
847 attrs.ia_valid |= HOSTFS_ATTR_UID;
848 attrs.ia_uid = attr->ia_uid;
851 attrs.ia_valid |= HOSTFS_ATTR_GID;
852 attrs.ia_gid = attr->ia_gid;
855 attrs.ia_valid |= HOSTFS_ATTR_SIZE;
856 attrs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dxdr.h20 struct iattr attrs; member in struct:nfsd_sattrargs
47 struct iattr attrs; member in struct:nfsd_createargs
77 struct iattr attrs; member in struct:nfsd_symlinkargs
H A Dxdr3.h16 struct iattr attrs; member in struct:nfsd3_sattrargs
53 struct iattr attrs; member in struct:nfsd3_createargs
63 struct iattr attrs; member in struct:nfsd3_mknodargs
93 struct iattr attrs; member in struct:nfsd3_symlinkargs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Dldap_user.c32 const char *attrs[] = {"*", NULL}; local
39 status = ads_search(ads, res, ldap_exp, attrs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dsync.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/include/linux/
H A Dcoda_psdev.h50 struct CodaFid *newfid, struct coda_vattr *attrs);
53 struct CodaFid *newfid, struct coda_vattr *attrs) ;
H A Dattribute_container.h21 struct class_device_attribute **attrs; member in struct:attribute_container
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dpower.c68 .attrs = g,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dinode.c1389 int cifs_setattr(struct dentry *direntry, struct iattr *attrs) argument
1407 cFYI(1, ("setattr on file %s attrs->iavalid 0x%x",
1408 direntry->d_name.name, attrs->ia_valid));
1414 /* check if we have permission to change attrs */
1415 rc = inode_change_ok(direntry->d_inode, attrs);
1435 if (attrs->ia_valid & ATTR_SIZE) {
1448 rc = CIFSSMBSetFileSize(xid, pTcon, attrs->ia_size,
1451 cFYI(1,("SetFSize for attrs rc = %d", rc));
1455 nfid, 0, attrs->ia_size,
1469 attrs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.c797 struct iwch_qp_attributes attrs; local
892 attrs.mpa_attr = ep->mpa_attr;
893 attrs.max_ird = ep->ird;
894 attrs.max_ord = ep->ord;
895 attrs.llp_stream_handle = ep;
896 attrs.next_state = IWCH_QP_STATE_RTS;
904 ep->com.qp, mask, &attrs, 1);
1075 struct iwch_qp_attributes attrs; local
1078 attrs.mpa_attr = ep->mpa_attr;
1079 attrs
1394 struct iwch_qp_attributes attrs; local
1484 struct iwch_qp_attributes attrs; local
1585 struct iwch_qp_attributes attrs; local
1658 struct iwch_qp_attributes attrs; local
1675 struct iwch_qp_attributes attrs; local
1728 struct iwch_qp_attributes attrs; local
[all...]
H A Diwch_qp.c687 struct iwch_qp_attributes *attrs)
722 struct iwch_qp_attributes *attrs,
736 (mask & IWCH_QP_ATTR_NEXT_STATE) ? attrs->next_state : -1);
747 newattr.enable_rdma_read = attrs->enable_rdma_read;
749 newattr.enable_rdma_write = attrs->enable_rdma_write;
751 newattr.enable_bind = attrs->enable_bind;
753 if (attrs->max_ord >
758 newattr.max_ord = attrs->max_ord;
761 if (attrs->max_ird >
766 newattr.max_ird = attrs
685 rdma_init(struct iwch_dev *rhp, struct iwch_qp *qhp, enum iwch_qp_attr_mask mask, struct iwch_qp_attributes *attrs) argument
720 iwch_modify_qp(struct iwch_dev *rhp, struct iwch_qp *qhp, enum iwch_qp_attr_mask mask, struct iwch_qp_attributes *attrs, int internal) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-device.c294 struct device_attribute *attrs,
300 for (j = 0; attrs[j].attr.name != NULL; j++)
301 group->attrs[j] = &attrs[j].attr;
307 group->attrs[j++] = &attr->attr;
310 BUG_ON(j >= ARRAY_SIZE(group->attrs));
311 group->attrs[j++] = NULL;
314 group->group.attrs = group->attrs;
293 init_fw_attribute_group(struct device *dev, struct device_attribute *attrs, struct fw_attribute_group *group) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dtaskstats.c380 rc = parse(info->attrs[TASKSTATS_CMD_ATTR_REGISTER_CPUMASK], &mask);
386 rc = parse(info->attrs[TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK], &mask);
403 if (info->attrs[TASKSTATS_CMD_ATTR_PID]) {
404 u32 pid = nla_get_u32(info->attrs[TASKSTATS_CMD_ATTR_PID]);
412 } else if (info->attrs[TASKSTATS_CMD_ATTR_TGID]) {
413 u32 tgid = nla_get_u32(info->attrs[TASKSTATS_CMD_ATTR_TGID]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dvt8231.c592 { .attrs = vt8231_attributes_temps[0] },
593 { .attrs = vt8231_attributes_temps[1] },
594 { .attrs = vt8231_attributes_temps[2] },
595 { .attrs = vt8231_attributes_temps[3] },
596 { .attrs = vt8231_attributes_temps[4] },
597 { .attrs = vt8231_attributes_temps[5] },
635 { .attrs = vt8231_attributes_volts[0] },
636 { .attrs = vt8231_attributes_volts[1] },
637 { .attrs = vt8231_attributes_volts[2] },
638 { .attrs
[all...]
H A Dpc87427.c365 { .attrs = pc87427_attributes_fan[0] },
366 { .attrs = pc87427_attributes_fan[1] },
367 { .attrs = pc87427_attributes_fan[2] },
368 { .attrs = pc87427_attributes_fan[3] },
369 { .attrs = pc87427_attributes_fan[4] },
370 { .attrs = pc87427_attributes_fan[5] },
371 { .attrs = pc87427_attributes_fan[6] },
372 { .attrs = pc87427_attributes_fan[7] },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dsysfs.c402 .attrs = pma_attrs
411 for (i = 0; (a = p->gid_group.attrs[i]); ++i)
414 kfree(p->gid_group.attrs);
416 for (i = 0; (a = p->pkey_group.attrs[i]); ++i)
419 kfree(p->pkey_group.attrs);
536 p->gid_group.attrs = alloc_group_attrs(show_port_gid, attr.gid_tbl_len);
537 if (!p->gid_group.attrs)
545 p->pkey_group.attrs = alloc_group_attrs(show_port_pkey,
547 if (!p->pkey_group.attrs)
560 kfree(p->pkey_group.attrs[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dipl.c214 static void make_attrs_ro(struct attribute **attrs) argument
216 while (*attrs) {
217 (*attrs)->mode = S_IRUGO;
218 attrs++;
369 .attrs = ipl_fcp_attrs,
397 .attrs = ipl_ccw_attrs,
411 .attrs = ipl_nss_attrs,
422 .attrs = ipl_unknown_attrs,
455 .attrs = reipl_fcp_attrs,
519 .attrs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassWriter.java302 private Attribute attrs; field in class:ClassWriter
590 attr.next = attrs;
591 attrs = attr;
725 if (attrs != null) {
726 attributeCount += attrs.getCount();
727 size += attrs.getSize(this, null, 0, -1, -1);
797 if (attrs != null) {
798 attrs.put(this, null, 0, -1, -1, out);

Completed in 152 milliseconds

12345678910