Searched refs:attrs (Results 51 - 75 of 538) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A DpushSAXhtml.py19 def startElement(self, tag, attrs):
21 log = log + "startElement %s %s:" % (tag, attrs)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxml-attr.c71 for (i = node->value.element.num_attrs, attr = node->value.element.attrs;
130 for (i = node->value.element.num_attrs, attr = node->value.element.attrs;
265 for (i = node->value.element.num_attrs, attr = node->value.element.attrs;
289 attr = realloc(node->value.element.attrs,
299 node->value.element.attrs = attr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dad7418.c48 struct attribute_group attrs; member in struct:ad7418_data
253 data->attrs.attrs = ad7416_attributes;
258 data->attrs.attrs = ad7417_attributes;
263 data->attrs.attrs = ad7418_attributes;
273 if ((err = sysfs_create_group(&client->dev.kobj, &data->attrs)))
285 sysfs_remove_group(&client->dev.kobj, &data->attrs);
296 sysfs_remove_group(&client->dev.kobj, &data->attrs);
[all...]
H A Di5k_amb.c115 struct i5k_device_attribute *attrs; member in struct:i5k_amb_data
268 data->attrs = kzalloc(sizeof(*data->attrs) * num_ambs * KNOBS_PER_AMB,
270 if (!data->attrs)
285 iattr = data->attrs + data->num_attrs;
300 iattr = data->attrs + data->num_attrs;
315 iattr = data->attrs + data->num_attrs;
331 iattr = data->attrs + data->num_attrs;
347 iattr = data->attrs + data->num_attrs;
363 iattr = data->attrs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wimax/
H A Dop-msg.c356 if (info->attrs[WIMAX_GNL_MSG_IFIDX] == NULL) {
361 ifindex = nla_get_u32(info->attrs[WIMAX_GNL_MSG_IFIDX]);
369 if (info->attrs[WIMAX_GNL_MSG_DATA] == NULL) {
374 msg_buf = nla_data(info->attrs[WIMAX_GNL_MSG_DATA]);
375 msg_len = nla_len(info->attrs[WIMAX_GNL_MSG_DATA]);
377 if (info->attrs[WIMAX_GNL_MSG_PIPE_NAME] == NULL)
380 struct nlattr *attr = info->attrs[WIMAX_GNL_MSG_PIPE_NAME];
/netgear-R7000-V1.0.7.12_1.2.5/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);
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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dsysfs.c73 .attrs = i2400m_dev_attrs,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Ddma.c66 struct dma_attrs *attrs)
82 struct dma_attrs *attrs)
103 struct dma_attrs *attrs)
114 struct dma_attrs *attrs)
64 dma_direct_map_sg(struct device *dev, struct scatterlist *sgl, int nents, enum dma_data_direction direction, struct dma_attrs *attrs) argument
80 dma_direct_unmap_sg(struct device *dev, struct scatterlist *sg, int nents, enum dma_data_direction direction, struct dma_attrs *attrs) argument
98 dma_direct_map_page(struct device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
110 dma_direct_unmap_page(struct device *dev, dma_addr_t dma_address, size_t size, enum dma_data_direction direction, struct dma_attrs *attrs) argument
H A Dsysfs.c302 struct sysdev_attribute *attrs, *pmc_attrs; local
315 attrs = ibm_common_attrs;
322 attrs = g4_common_attrs;
330 attrs = pa6t_attrs;
336 attrs = NULL;
342 sysdev_create_file(s, &attrs[i]);
370 struct sysdev_attribute *attrs, *pmc_attrs; local
385 attrs = ibm_common_attrs;
392 attrs = g4_common_attrs;
400 attrs
496 cpu_add_sysdev_attr_group(struct attribute_group *attrs) argument
530 cpu_remove_sysdev_attr_group(struct attribute_group *attrs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcpu.h39 extern int cpu_add_sysdev_attr_group(struct attribute_group *attrs);
40 extern void cpu_remove_sysdev_attr_group(struct attribute_group *attrs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Ddma-nommu.c16 struct dma_attrs *attrs)
28 struct dma_attrs *attrs)
13 nommu_map_page(struct device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
26 nommu_map_sg(struct device *dev, struct scatterlist *sg, int nents, enum dma_data_direction dir, struct dma_attrs *attrs) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dpci-nommu.c32 struct dma_attrs *attrs)
59 struct dma_attrs *attrs)
29 nommu_map_page(struct device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
57 nommu_map_sg(struct device *hwdev, struct scatterlist *sg, int nents, enum dma_data_direction dir, struct dma_attrs *attrs) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dldap_schema.c35 const char *attrs[] = { "lDAPDisplayName", "attributeId", NULL }; local
63 LDAP_SCOPE_SUBTREE, expr, attrs, &res);
116 const char *attrs[] = { "lDAPDisplayName", NULL }; local
129 expr, attrs, &res);
160 const char *attrs[] = { "schemaNamingContext", NULL }; local
162 status = ads_do_search(ads, "", LDAP_SCOPE_BASE, "(objectclass=*)", attrs, &res);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dcontrol.cpp471 wxVisualAttributes attrs; local
475 attrs.font = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);
480 attrs.colFg = wxSystemSettings::GetColour(wxSYS_COLOUR_BTNTEXT);
481 attrs.colBg = wxSystemSettings::GetColour(wxSYS_COLOUR_BTNFACE);
483 return attrs;
490 wxVisualAttributes attrs; local
491 attrs.font = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);
492 attrs.colFg = wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT);
493 attrs.colBg = wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW);
495 return attrs;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Draid_class.c30 struct device_attribute *attrs[RAID_NUM_ATTRS + 1]; member in struct:raid_internal
274 i->r.raid_attrs.ac.attrs = &i->attrs[0];
278 i->attrs[count++] = &dev_attr_level;
279 i->attrs[count++] = &dev_attr_resync;
280 i->attrs[count++] = &dev_attr_state;
282 i->attrs[count] = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/pci/
H A Dpci_dma.c157 * @attrs: optional dma attributes
178 struct dma_attrs *attrs)
187 dmabarr = dma_get_attr(DMA_ATTR_WRITE_BARRIER, attrs);
212 * @attrs: optional dma attributes
220 struct dma_attrs *attrs)
236 * @attrs: optional dma attributes
242 struct dma_attrs *attrs)
264 * @attrs: optional dma attributes
275 struct dma_attrs *attrs)
284 dmabarr = dma_get_attr(DMA_ATTR_WRITE_BARRIER, attrs);
175 sn_dma_map_page(struct device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
218 sn_dma_unmap_page(struct device *dev, dma_addr_t dma_addr, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
240 sn_dma_unmap_sg(struct device *dev, struct scatterlist *sgl, int nhwentries, enum dma_data_direction dir, struct dma_attrs *attrs) argument
273 sn_dma_map_sg(struct device *dev, struct scatterlist *sgl, int nhwentries, enum dma_data_direction dir, struct dma_attrs *attrs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_ads.c160 const char *attrs[] = { "*", NULL }; local
178 rc = ads_search_retry(ads, &res, "(objectCategory=user)", attrs);
263 const char *attrs[] = {"userPrincipalName", "sAMAccountName", local
316 rc = ads_search_retry(ads, &res, filter, attrs);
402 const char *attrs[] = {"userPrincipalName", "sAMAccountName", local
408 rc = ads_search_retry_dn(ads, &res, dn, attrs);
444 const char *attrs[] = { "*", NULL }; local
462 rc = ads_search_retry(ads, &msg, ldap_exp, attrs);
615 const char *attrs[] = {"memberOf", NULL}; local
629 rc = ads_search_retry_extended_dn(ads, &res, user_dn, attrs,
698 const char *attrs[] = {"tokenGroups", "primaryGroupID", NULL}; local
855 const char **attrs; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/store/
H A Dstore.h478 int STORE_ATTR_INFO_free(STORE_ATTR_INFO *attrs);
481 char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs,
483 unsigned char *STORE_ATTR_INFO_get0_sha1str(STORE_ATTR_INFO *attrs,
485 X509_NAME *STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs,
487 BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs,
489 int STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
491 int STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
493 int STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
495 int STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
497 int STORE_ATTR_INFO_modify_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/store/
H A Dstore.h478 int STORE_ATTR_INFO_free(STORE_ATTR_INFO *attrs);
481 char *STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs,
483 unsigned char *STORE_ATTR_INFO_get0_sha1str(STORE_ATTR_INFO *attrs,
485 X509_NAME *STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs,
487 BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs,
489 int STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
491 int STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
493 int STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
495 int STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code,
497 int STORE_ATTR_INFO_modify_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dadssearch.pl136 my @attrs = @ARGV;
560 print "usage: $0 [--asq] [--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";
869 my $dse = $async_ldap_hd->root_dse( attrs => ['*', "supportedExtension", "supportedFeatures" ] );
1387 my @attrs = @_;
1389 if (!@attrs) {
1390 push(@attrs,"*");
1394 push(@attrs,"uSNChanged");
1398 push(@attrs,"msDS-ReplAttributeMetaData");
1399 push(@attrs,"replPropertyMetaData");
1403 push(@attrs,"nTSecurityDescripto
[all...]

Completed in 360 milliseconds

1234567891011>>