Searched refs:attrs (Results 101 - 125 of 538) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dpower.c64 .attrs = g,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wimax/
H A Dop-rfkill.c373 if (info->attrs[WIMAX_GNL_RFKILL_IFIDX] == NULL) {
378 ifindex = nla_get_u32(info->attrs[WIMAX_GNL_RFKILL_IFIDX]);
384 if (info->attrs[WIMAX_GNL_RFKILL_STATE] == NULL) {
389 new_state = nla_get_u32(info->attrs[WIMAX_GNL_RFKILL_STATE]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Ddma-mapping.h4 #include <linux/dma-attrs.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysfs/
H A Dinode.c54 struct sysfs_inode_attrs *attrs; local
57 attrs = kzalloc(sizeof(struct sysfs_inode_attrs), GFP_KERNEL);
58 if (!attrs)
60 iattrs = &attrs->ia_iattr;
68 return attrs;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Dswiotlb-xen.c247 struct dma_attrs *attrs)
317 struct dma_attrs *attrs)
390 struct dma_attrs *attrs)
412 attrs);
440 struct dma_attrs *attrs)
244 xen_swiotlb_map_page(struct device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
315 xen_swiotlb_unmap_page(struct device *hwdev, dma_addr_t dev_addr, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
388 xen_swiotlb_map_sg_attrs(struct device *hwdev, struct scatterlist *sgl, int nelems, enum dma_data_direction dir, struct dma_attrs *attrs) argument
438 xen_swiotlb_unmap_sg_attrs(struct device *hwdev, struct scatterlist *sgl, int nelems, 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/drivers/staging/tidspbridge/core/
H A Dtiomap3430.c117 u32 size, struct hw_mmu_map_attrs_t *attrs);
1131 u32 attrs; local
1154 attrs = ul_map_attr;
1157 attrs = ul_map_attr | (DSP_MAPVIRTUALADDR | DSP_MAPELEMSIZE16);
1160 if (attrs & DSP_MAPBIGENDIAN)
1166 ((attrs & DSP_MAPMIXEDELEMSIZE) >> 2);
1169 if (attrs & DSP_MAPELEMSIZE8) {
1172 } else if (attrs & DSP_MAPELEMSIZE16) {
1175 } else if (attrs & DSP_MAPELEMSIZE32) {
1178 } else if (attrs
1616 pte_set(struct pg_table_attrs *pt, u32 pa, u32 va, u32 size, struct hw_mmu_map_attrs_t *attrs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libgpo/
H A Dgpo_ldap.c239 const char *attrs[] = {"gPLink", "gPOptions", NULL}; local
246 status = ads_search_dn(ads, &res, link_dn, attrs);
287 const char *attrs[] = {"gPLink", NULL}; local
299 status = ads_search_dn(ads, &res, link_dn, attrs);
343 const char *attrs[] = {"gPLink", NULL}; local
359 status = ads_search_dn(ads, &res, link_dn, attrs);
455 const char *attrs[] = { "cn", "displayName", "flags", "gPCFileSysPath", local
472 status = ads_search_dn(ads, &res, gpo_dn, attrs);
484 attrs, &res);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dsysfs.c385 .attrs = pma_attrs
394 for (i = 0; (a = p->gid_group.attrs[i]); ++i)
397 kfree(p->gid_group.attrs);
399 for (i = 0; (a = p->pkey_group.attrs[i]); ++i)
402 kfree(p->pkey_group.attrs);
509 p->gid_group.attrs = alloc_group_attrs(show_port_gid, attr.gid_tbl_len);
510 if (!p->gid_group.attrs)
518 p->pkey_group.attrs = alloc_group_attrs(show_port_pkey,
520 if (!p->pkey_group.attrs)
543 kfree(p->pkey_group.attrs[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_qp.c874 struct iwch_qp_attributes *attrs)
926 struct iwch_qp_attributes *attrs,
940 (mask & IWCH_QP_ATTR_NEXT_STATE) ? attrs->next_state : -1);
951 newattr.enable_rdma_read = attrs->enable_rdma_read;
953 newattr.enable_rdma_write = attrs->enable_rdma_write;
955 newattr.enable_bind = attrs->enable_bind;
957 if (attrs->max_ord >
962 newattr.max_ord = attrs->max_ord;
965 if (attrs->max_ird >
970 newattr.max_ird = attrs
872 rdma_init(struct iwch_dev *rhp, struct iwch_qp *qhp, enum iwch_qp_attr_mask mask, struct iwch_qp_attributes *attrs) argument
924 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...]
H A Diwch_cm.c815 struct iwch_qp_attributes attrs; local
911 attrs.mpa_attr = ep->mpa_attr;
912 attrs.max_ird = ep->ird;
913 attrs.max_ord = ep->ord;
914 attrs.llp_stream_handle = ep;
915 attrs.next_state = IWCH_QP_STATE_RTS;
923 ep->com.qp, mask, &attrs, 1);
1431 struct iwch_qp_attributes attrs; local
1472 attrs.next_state = IWCH_QP_STATE_CLOSING;
1474 IWCH_QP_ATTR_NEXT_STATE, &attrs,
1525 struct iwch_qp_attributes attrs; local
1633 struct iwch_qp_attributes attrs; local
1709 struct iwch_qp_attributes attrs; local
1726 struct iwch_qp_attributes attrs; local
1787 struct iwch_qp_attributes attrs; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dpc87427.c533 { .attrs = pc87427_attributes_fan[0] },
534 { .attrs = pc87427_attributes_fan[1] },
535 { .attrs = pc87427_attributes_fan[2] },
536 { .attrs = pc87427_attributes_fan[3] },
537 { .attrs = pc87427_attributes_fan[4] },
538 { .attrs = pc87427_attributes_fan[5] },
539 { .attrs = pc87427_attributes_fan[6] },
540 { .attrs = pc87427_attributes_fan[7] },
676 { .attrs = pc87427_attributes_pwm[0] },
677 { .attrs
[all...]
H A Dvt8231.c616 { .attrs = vt8231_attributes_temps[0] },
617 { .attrs = vt8231_attributes_temps[1] },
618 { .attrs = vt8231_attributes_temps[2] },
619 { .attrs = vt8231_attributes_temps[3] },
620 { .attrs = vt8231_attributes_temps[4] },
621 { .attrs = vt8231_attributes_temps[5] },
665 { .attrs = vt8231_attributes_volts[0] },
666 { .attrs = vt8231_attributes_volts[1] },
667 { .attrs = vt8231_attributes_volts[2] },
668 { .attrs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Dcod.c56 struct dbll_attrs attrs; member in struct:cod_manager
213 const struct cod_attrs *attrs)
225 /* we don't support non-default attrs yet */
226 if (attrs != NULL)
256 mgr_new->attrs = zl_attrs;
284 &cod_mgr_obj->attrs);
597 hmgr->fxns.unload_fxn(hmgr->base_lib, &hmgr->attrs);
212 cod_create(struct cod_manager **mgr, char *str_zl_file, const struct cod_attrs *attrs) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Didmap_ad.c258 const char *attrs[] = { "sAMAccountType", local
299 attrs[2] = ad_schema->posix_uidnumber_attr;
300 attrs[3] = ad_schema->posix_gidnumber_attr;
357 rc = ads_search_retry(ads, &res, filter, attrs);
479 const char *attrs[] = { "sAMAccountType", local
519 attrs[2] = ad_schema->posix_uidnumber_attr;
520 attrs[3] = ad_schema->posix_gidnumber_attr;
545 rc = ads_search_retry(ads, &res, filter, attrs);
/netgear-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Diommu.c165 struct dma_attrs *attrs)
186 direction, attrs);
262 struct dma_attrs *attrs)
330 direction, attrs);
410 struct dma_attrs *attrs)
558 struct dma_attrs *attrs)
579 attrs);
595 struct dma_attrs *attrs)
161 iommu_alloc(struct device *dev, struct iommu_table *tbl, void *page, unsigned int npages, enum dma_data_direction direction, unsigned long mask, unsigned int align_order, struct dma_attrs *attrs) argument
259 iommu_map_sg(struct device *dev, struct iommu_table *tbl, struct scatterlist *sglist, int nelems, unsigned long mask, enum dma_data_direction direction, struct dma_attrs *attrs) argument
408 iommu_unmap_sg(struct iommu_table *tbl, struct scatterlist *sglist, int nelems, enum dma_data_direction direction, struct dma_attrs *attrs) argument
555 iommu_map_page(struct device *dev, struct iommu_table *tbl, struct page *page, unsigned long offset, size_t size, unsigned long mask, enum dma_data_direction direction, struct dma_attrs *attrs) argument
593 iommu_unmap_page(struct iommu_table *tbl, dma_addr_t dma_handle, size_t size, enum dma_data_direction direction, struct dma_attrs *attrs) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtaskstats.c393 na = info->attrs[CGROUPSTATS_CMD_ATTR_FD];
397 fd = nla_get_u32(info->attrs[CGROUPSTATS_CMD_ATTR_FD]);
438 rc = parse(info->attrs[TASKSTATS_CMD_ATTR_REGISTER_CPUMASK], mask);
446 rc = parse(info->attrs[TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK], mask);
468 if (info->attrs[TASKSTATS_CMD_ATTR_PID]) {
469 u32 pid = nla_get_u32(info->attrs[TASKSTATS_CMD_ATTR_PID]);
477 } else if (info->attrs[TASKSTATS_CMD_ATTR_TGID]) {
478 u32 tgid = nla_get_u32(info->attrs[TASKSTATS_CMD_ATTR_TGID]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dpci-noop.c134 struct dma_attrs *attrs)
140 enum dma_data_direction dir, struct dma_attrs *attrs)
131 alpha_noop_map_page(struct device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
139 alpha_noop_map_sg(struct device *dev, struct scatterlist *sgl, 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_printer.c36 const char *attrs[] = {"*", "nTSecurityDescriptor", NULL}; local
59 status = ads_search(ads, res, s, attrs);
70 const char *attrs[] = { "objectClass", "printerName", "location", "driverName", local
78 return ads_search(ads, res, ldap_expr, attrs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Drpadlpar_sysfs.c106 .attrs = default_attrs,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs.h86 extern int set_attr(const char *file, struct hostfs_iattr *attrs, int fd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Ddrv_libxml2.py186 attributesNSImpl._attrs = attrs = {}
205 attrs[attName] = value
217 attributesImpl._attrs = attrs = {}
220 attrs[attName] = _d(reader.Value())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Ddrv_libxml2.py186 attributesNSImpl._attrs = attrs = {}
205 attrs[attName] = value
217 attributesImpl._attrs = attrs = {}
220 attrs[attName] = _d(reader.Value())
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudev_rules.h77 struct key_pairs attrs; member in struct:udev_rule
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/store/
H A Dstr_mem.c250 STORE_ATTR_INFO *attrs = NULL; local
264 while ((attrs = STORE_parse_attrs_next(attribute_context))) {
273 sk_STORE_ATTR_INFO_push(context->search_attributes, attrs);

Completed in 314 milliseconds

1234567891011>>