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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddma-attrs.h34 static inline void init_dma_attrs(struct dma_attrs *attrs) argument
36 bitmap_zero(attrs->flags, __DMA_ATTRS_LONGS);
43 * @attrs: struct dma_attrs (may be NULL)
45 static inline void dma_set_attr(enum dma_attr attr, struct dma_attrs *attrs) argument
47 if (attrs == NULL)
50 __set_bit(attr, attrs->flags);
56 * @attrs: struct dma_attrs (may be NULL)
58 static inline int dma_get_attr(enum dma_attr attr, struct dma_attrs *attrs) argument
60 if (attrs == NULL)
63 return test_bit(attr, attrs
66 dma_set_attr(enum dma_attr attr, struct dma_attrs *attrs) argument
70 dma_get_attr(enum dma_attr attr, struct dma_attrs *attrs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dldap_utils.c32 const char **attrs, void *args,
58 status = ads_do_search(ads, bp, scope, expr, attrs, res);
60 status = ads_do_search_all_args(ads, bp, scope, expr, attrs, args, res);
99 status = ads_do_search(ads, bp, scope, expr, attrs, res);
101 status = ads_do_search_all_args(ads, bp, scope, expr, attrs, args, res);
122 const char **attrs, LDAPMessage **res)
124 return ads_do_search_retry_internal(ads, bind_path, scope, expr, attrs, NULL, res);
129 const char **attrs, void *args,
132 return ads_do_search_retry_internal(ads, bind_path, scope, expr, attrs, args, res);
137 const char *expr, const char **attrs)
30 ads_do_search_retry_internal(ADS_STRUCT *ads, const char *bind_path, int scope, const char *expr, const char **attrs, void *args, LDAPMessage **res) argument
120 ads_do_search_retry(ADS_STRUCT *ads, const char *bind_path, int scope, const char *expr, const char **attrs, LDAPMessage **res) argument
127 ads_do_search_retry_args(ADS_STRUCT *ads, const char *bind_path, int scope, const char *expr, const char **attrs, void *args, LDAPMessage **res) argument
136 ads_search_retry(ADS_STRUCT *ads, LDAPMessage **res, const char *expr, const char **attrs) argument
143 ads_search_retry_dn(ADS_STRUCT *ads, LDAPMessage **res, const char *dn, const char **attrs) argument
151 ads_search_retry_extended_dn(ADS_STRUCT *ads, LDAPMessage **res, const char *dn, const char **attrs, enum ads_extended_dn_flags flags) argument
166 ads_search_retry_sid(ADS_STRUCT *ads, LDAPMessage **res, const DOM_SID *sid, const char **attrs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Ddma-iommu.c40 struct dma_attrs *attrs)
43 size, device_to_mask(dev), direction, attrs);
49 struct dma_attrs *attrs)
52 attrs); local
58 struct dma_attrs *attrs)
61 device_to_mask(dev), direction, attrs);
66 struct dma_attrs *attrs)
69 attrs); local
37 dma_iommu_map_page(struct device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction direction, struct dma_attrs *attrs) argument
47 dma_iommu_unmap_page(struct device *dev, dma_addr_t dma_handle, size_t size, enum dma_data_direction direction, struct dma_attrs *attrs) argument
56 dma_iommu_map_sg(struct device *dev, struct scatterlist *sglist, int nelems, enum dma_data_direction direction, struct dma_attrs *attrs) argument
64 dma_iommu_unmap_sg(struct device *dev, struct scatterlist *sglist, int nelems, 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/net/l2tp/
H A Dl2tp_netlink.c52 if (info->attrs[L2TP_ATTR_IFNAME]) {
53 ifname = nla_data(info->attrs[L2TP_ATTR_IFNAME]);
55 } else if ((info->attrs[L2TP_ATTR_SESSION_ID]) &&
56 (info->attrs[L2TP_ATTR_CONN_ID])) {
57 tunnel_id = nla_get_u32(info->attrs[L2TP_ATTR_CONN_ID]);
58 session_id = nla_get_u32(info->attrs[L2TP_ATTR_SESSION_ID]);
108 if (!info->attrs[L2TP_ATTR_CONN_ID]) {
112 tunnel_id = nla_get_u32(info->attrs[L2TP_ATTR_CONN_ID]);
114 if (!info->attrs[L2TP_ATTR_PEER_CONN_ID]) {
118 peer_tunnel_id = nla_get_u32(info->attrs[L2TP_ATTR_PEER_CONN_I
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ieee802154/
H A Dnl-mac.c293 if (info->attrs[IEEE802154_ATTR_DEV_NAME]) {
295 nla_strlcpy(name, info->attrs[IEEE802154_ATTR_DEV_NAME],
298 } else if (info->attrs[IEEE802154_ATTR_DEV_INDEX])
300 nla_get_u32(info->attrs[IEEE802154_ATTR_DEV_INDEX]));
323 if (!info->attrs[IEEE802154_ATTR_CHANNEL] ||
324 !info->attrs[IEEE802154_ATTR_COORD_PAN_ID] ||
325 (!info->attrs[IEEE802154_ATTR_COORD_HW_ADDR] &&
326 !info->attrs[IEEE802154_ATTR_COORD_SHORT_ADDR]) ||
327 !info->attrs[IEEE802154_ATTR_CAPABILITY])
334 if (info->attrs[IEEE802154_ATTR_COORD_HW_ADD
[all...]
H A Dnl-phy.c90 if (!info->attrs[IEEE802154_ATTR_PHY_NAME])
93 name = nla_data(info->attrs[IEEE802154_ATTR_PHY_NAME]);
94 if (name[nla_len(info->attrs[IEEE802154_ATTR_PHY_NAME]) - 1] != '\0')
183 if (!info->attrs[IEEE802154_ATTR_PHY_NAME])
186 name = nla_data(info->attrs[IEEE802154_ATTR_PHY_NAME]);
187 if (name[nla_len(info->attrs[IEEE802154_ATTR_PHY_NAME]) - 1] != '\0')
190 if (info->attrs[IEEE802154_ATTR_DEV_NAME]) {
191 devname = nla_data(info->attrs[IEEE802154_ATTR_DEV_NAME]);
192 if (devname[nla_len(info->attrs[IEEE802154_ATTR_DEV_NAME]) - 1]
248 if (!info->attrs[IEEE802154_ATTR_DEV_NAM
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs_user.c199 int set_attr(const char *file, struct hostfs_iattr *attrs, int fd) argument
205 if (attrs->ia_valid & HOSTFS_ATTR_MODE) {
207 if (fchmod(fd, attrs->ia_mode) != 0)
209 } else if (chmod(file, attrs->ia_mode) != 0) {
213 if (attrs->ia_valid & HOSTFS_ATTR_UID) {
215 if (fchown(fd, attrs->ia_uid, -1))
217 } else if (chown(file, attrs->ia_uid, -1)) {
221 if (attrs->ia_valid & HOSTFS_ATTR_GID) {
223 if (fchown(fd, -1, attrs->ia_gid))
225 } else if (chown(file, -1, attrs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dads_protos.h50 const char **attrs, LDAPMessage **res);
52 const char *expr, const char **attrs);
54 const char *dn, const char **attrs);
57 const char **attrs, void *args,
61 const char **attrs, LDAPMessage **res);
65 const char **attrs, LDAPMessage **res);
68 const char **attrs, void *args,
71 const char *expr, const char **attrs);
74 const char **attrs);
77 const char **attrs,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs12/
H A Dp12_attr.c120 ASN1_TYPE *PKCS12_get_attr_gen(STACK_OF(X509_ATTRIBUTE) *attrs, int attr_nid)
124 if (!attrs)
126 for (i = 0; i < sk_X509_ATTRIBUTE_num(attrs); i++) {
127 attrib = sk_X509_ATTRIBUTE_value(attrs, i);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Ddbll.h44 struct dbll_attrs *attrs, u32 * entry);
46 char *sec_name, struct dbll_attrs *attrs);
54 extern void dbll_unload(struct dbll_library_obj *lib, struct dbll_attrs *attrs);
56 char *sect_name, struct dbll_attrs *attrs);
H A Ddblldefs.h209 struct dbll_attrs *attrs);
270 struct dbll_attrs *attrs);
336 * attrs - May contain alloc, free, and write function.
350 struct dbll_attrs *attrs, u32 *entry);
358 * attrs - Contains write function and handle to pass to it.
366 * attrs != NULL.
367 * attrs->write != NULL.
372 struct dbll_attrs *attrs);
439 struct dbll_attrs *attrs);
446 * attrs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhtml-parse.h51 struct attr_pair *attrs; /* attributes */ member in struct:taginfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/
H A Dswiotlb-xen.h19 struct dma_attrs *attrs);
23 struct dma_attrs *attrs);
36 struct dma_attrs *attrs);
41 struct dma_attrs *attrs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_attr.c120 ASN1_TYPE *PKCS12_get_attr_gen(STACK_OF(X509_ATTRIBUTE) *attrs, int attr_nid)
124 if (!attrs)
126 for (i = 0; i < sk_X509_ATTRIBUTE_num(attrs); i++) {
127 attrib = sk_X509_ATTRIBUTE_value(attrs, i);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Ds3c-hwmon.c58 struct s3c_hwmon_attr attrs[8]; member in struct:s3c_hwmon
136 .attrs = s3c_hwmon_attrs,
225 struct s3c_hwmon_attr *attrs,
231 snprintf(attrs->in_name, sizeof(attrs->in_name), "in%d_input", channel);
233 attr = &attrs->in;
235 attr->dev_attr.attr.name = attrs->in_name;
248 snprintf(attrs->label_name, sizeof(attrs->label_name),
251 attr = &attrs
223 s3c_hwmon_create_attr(struct device *dev, struct s3c_hwmon_chcfg *cfg, struct s3c_hwmon_attr *attrs, int channel) argument
268 s3c_hwmon_remove_attr(struct device *dev, struct s3c_hwmon_attr *attrs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlabel/
H A Dnetlabel_mgmt.c107 entry->type = nla_get_u32(info->attrs[NLBL_MGMT_A_PROTOCOL]);
108 if (info->attrs[NLBL_MGMT_A_DOMAIN]) {
109 size_t tmp_size = nla_len(info->attrs[NLBL_MGMT_A_DOMAIN]);
116 info->attrs[NLBL_MGMT_A_DOMAIN], tmp_size);
128 if (!info->attrs[NLBL_MGMT_A_CV4DOI])
131 tmp_val = nla_get_u32(info->attrs[NLBL_MGMT_A_CV4DOI]);
141 if (info->attrs[NLBL_MGMT_A_IPV4ADDR]) {
154 if (nla_len(info->attrs[NLBL_MGMT_A_IPV4ADDR]) !=
159 if (nla_len(info->attrs[NLBL_MGMT_A_IPV4MASK]) !=
164 addr = nla_data(info->attrs[NLBL_MGMT_A_IPV4ADD
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dnl80211.c41 struct nlattr **attrs = info->attrs; local
44 if (!attrs[NL80211_ATTR_IFINDEX])
47 ifindex = nla_get_u32(attrs[NL80211_ATTR_IFINDEX]);
293 if (info->attrs[NL80211_ATTR_KEY_DATA]) {
294 k->p.key = nla_data(info->attrs[NL80211_ATTR_KEY_DATA]);
295 k->p.key_len = nla_len(info->attrs[NL80211_ATTR_KEY_DATA]);
298 if (info->attrs[NL80211_ATTR_KEY_SEQ]) {
299 k->p.seq = nla_data(info->attrs[NL80211_ATTR_KEY_SEQ]);
300 k->p.seq_len = nla_len(info->attrs[NL80211_ATTR_KEY_SE
5025 struct nlattr *attrs[NL80211_ATTR_CQM_MAX + 1]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wimax/
H A Dop-state-get.c59 if (info->attrs[WIMAX_GNL_STGET_IFIDX] == NULL) {
64 ifindex = nla_get_u32(info->attrs[WIMAX_GNL_STGET_IFIDX]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/store/
H A Dstr_lib.c1214 static void STORE_ATTR_INFO_attr_free(STORE_ATTR_INFO *attrs, argument
1217 if (ATTR_IS_SET(attrs, code)) {
1222 STORE_ATTR_INFO_modify_cstr(attrs, code, NULL, 0);
1229 STORE_ATTR_INFO_modify_sha1str(attrs, code, NULL, 0);
1233 STORE_ATTR_INFO_modify_dn(attrs, code, NULL);
1236 STORE_ATTR_INFO_modify_number(attrs, code, NULL);
1244 int STORE_ATTR_INFO_free(STORE_ATTR_INFO *attrs) argument
1246 if (attrs) {
1249 STORE_ATTR_INFO_attr_free(attrs, i);
1250 OPENSSL_free(attrs);
1255 STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1268 STORE_ATTR_INFO_get0_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1282 STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1296 STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1310 STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, char *cstr, size_t cstr_size) argument
1328 STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, unsigned char *sha1str, size_t sha1str_size) argument
1348 STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1365 STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
1383 STORE_ATTR_INFO_modify_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, char *cstr, size_t cstr_size) argument
1399 STORE_ATTR_INFO_modify_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, unsigned char *sha1str, size_t sha1str_size) argument
1417 STORE_ATTR_INFO_modify_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1433 STORE_ATTR_INFO_modify_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
1472 STORE_ATTR_INFO *attrs = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/store/
H A Dstr_lib.c1214 static void STORE_ATTR_INFO_attr_free(STORE_ATTR_INFO *attrs, argument
1217 if (ATTR_IS_SET(attrs, code)) {
1222 STORE_ATTR_INFO_modify_cstr(attrs, code, NULL, 0);
1229 STORE_ATTR_INFO_modify_sha1str(attrs, code, NULL, 0);
1233 STORE_ATTR_INFO_modify_dn(attrs, code, NULL);
1236 STORE_ATTR_INFO_modify_number(attrs, code, NULL);
1244 int STORE_ATTR_INFO_free(STORE_ATTR_INFO *attrs) argument
1246 if (attrs) {
1249 STORE_ATTR_INFO_attr_free(attrs, i);
1250 OPENSSL_free(attrs);
1255 STORE_ATTR_INFO_get0_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1268 STORE_ATTR_INFO_get0_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1282 STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1296 STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code) argument
1310 STORE_ATTR_INFO_set_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, char *cstr, size_t cstr_size) argument
1328 STORE_ATTR_INFO_set_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, unsigned char *sha1str, size_t sha1str_size) argument
1348 STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1365 STORE_ATTR_INFO_set_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
1383 STORE_ATTR_INFO_modify_cstr(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, char *cstr, size_t cstr_size) argument
1399 STORE_ATTR_INFO_modify_sha1str(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, unsigned char *sha1str, size_t sha1str_size) argument
1417 STORE_ATTR_INFO_modify_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1433 STORE_ATTR_INFO_modify_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, BIGNUM *number) argument
1472 STORE_ATTR_INFO *attrs = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dattribute_container.c316 struct device_attribute **attrs = cont->attrs; local
319 BUG_ON(attrs && cont->grp);
321 if (!attrs && !cont->grp)
327 for (i = 0; attrs[i]; i++) {
328 sysfs_attr_init(&attrs[i]->attr);
329 error = device_create_file(classdev, attrs[i]);
380 struct device_attribute **attrs = cont->attrs; local
383 if (!attrs
[all...]

Completed in 327 milliseconds

1234567891011>>