Searched refs:attribute (Results 1 - 25 of 495) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dmsgattrib.x2 msgattrib \- attribute matching and manipulation on message catalog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/
H A Dsamba-schema-netscapeds4.x2 # LDAP Schema file for SAMBA 3.0 attribute storage
6 attribute sambaLMPassword 1.3.6.1.4.1.7165.2.1.24 cis single
7 attribute sambaNTPassword 1.3.6.1.4.1.7165.2.1.25 cis single
8 attribute sambaAcctFlags 1.3.6.1.4.1.7165.2.1.26 cis single
9 attribute sambaPwdLastSet 1.3.6.1.4.1.7165.2.1.27 int single
10 attribute sambaPwdCanChange 1.3.6.1.4.1.7165.2.1.28 int single
11 attribute sambaPwdMustChange 1.3.6.1.4.1.7165.2.1.29 int single
12 attribute sambaLogonTime 1.3.6.1.4.1.7165.2.1.30 int single
13 attribute sambaLogoffTime 1.3.6.1.4.1.7165.2.1.31 int single
14 attribute sambaKickoffTim
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dbat_sysfs.h30 struct attribute attr;
31 ssize_t (*show)(struct kobject *kobj, struct attribute *attr,
33 ssize_t (*store)(struct kobject *kobj, struct attribute *attr,
H A Dbat_sysfs.c39 static ssize_t show_aggr_ogms(struct kobject *kobj, struct attribute *attr,
50 static ssize_t store_aggr_ogms(struct kobject *kobj, struct attribute *attr,
88 static ssize_t show_bond(struct kobject *kobj, struct attribute *attr,
99 static ssize_t store_bond(struct kobject *kobj, struct attribute *attr,
137 static ssize_t show_vis_mode(struct kobject *kobj, struct attribute *attr,
149 static ssize_t store_vis_mode(struct kobject *kobj, struct attribute *attr,
191 static ssize_t show_orig_interval(struct kobject *kobj, struct attribute *attr,
201 static ssize_t store_orig_interval(struct kobject *kobj, struct attribute *attr,
235 static ssize_t show_log_level(struct kobject *kobj, struct attribute *attr,
245 static ssize_t store_log_level(struct kobject *kobj, struct attribute *att
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/test/schemas/
H A Dinclude1_0.inc10 <xsd:attribute name="bar" type="barType" fixed="o"/>
21 <xsd:attribute ref="bar" xml:lang="DE">
23 </xsd:attribute>
24 <xsd:attribute name="uri" type="xsd:token" />
H A Dinclude2_0.inc12 <xsd:attribute name="bar"/>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/test/schemas/
H A Dinclude1_0.inc10 <xsd:attribute name="bar" type="barType" fixed="o"/>
21 <xsd:attribute ref="bar" xml:lang="DE">
23 </xsd:attribute>
24 <xsd:attribute name="uri" type="xsd:token" />
H A Dinclude2_0.inc12 <xsd:attribute name="bar"/>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/samples/kobject/
H A Dkset-example.c39 /* a custom attribute that works just for a struct foo_obj. */
41 struct attribute attr;
55 struct attribute *attr,
58 struct foo_attribute *attribute; local
61 attribute = to_foo_attr(attr);
64 if (!attribute->show)
67 return attribute->show(foo, attribute, buf);
75 struct attribute *attr,
78 struct foo_attribute *attribute; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsysfs.h26 struct attribute { struct
36 * sysfs_attr_init - initialize a dynamically allocated sysfs attribute
37 * @attr: struct attribute to initialize
39 * Initialize a dynamically allocated struct attribute so we can
42 * Lockdep gives a nice error when your attribute is added to
59 struct attribute *, int);
60 struct attribute **attrs;
89 struct attribute attr;
107 * enabled. Lockdep gives a nice error when your attribute is
113 ssize_t (*show)(struct kobject *, struct attribute *,cha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpicmn.c312 if (phm->u.c.attribute == HPI_METER_PEAK) {
315 } else if (phm->u.c.attribute == HPI_METER_RMS) {
322 if (phm->u.c.attribute == HPI_VOLUME_GAIN) {
329 if (phm->u.c.attribute == HPI_MULTIPLEXER_SOURCE) {
337 if (phm->u.c.attribute == HPI_CHANNEL_MODE_MODE)
343 if (phm->u.c.attribute == HPI_LEVEL_GAIN) {
350 if (phm->u.c.attribute == HPI_TUNER_FREQ)
352 else if (phm->u.c.attribute == HPI_TUNER_BAND)
354 else if ((phm->u.c.attribute == HPI_TUNER_LEVEL)
366 if (phm->u.c.attribute
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dpci-label.c32 enum smbios_attr_enum attribute)
49 if (attribute == SMBIOS_ATTR_INSTANCE_SHOW)
53 else if (attribute == SMBIOS_ATTR_LABEL_SHOW)
65 smbios_instance_string_exist(struct kobject *kobj, struct attribute *attr,
109 static struct attribute *smbios_attributes[] = {
31 find_smbios_instance_string(struct pci_dev *pdev, char *buf, enum smbios_attr_enum attribute) argument
H A Dslot.c18 struct attribute *attr, char *buf)
21 struct pci_slot_attribute *attribute = to_pci_slot_attr(attr); local
22 return attribute->show ? attribute->show(slot, buf) : -EIO;
26 struct attribute *attr, const char *buf, size_t len)
29 struct pci_slot_attribute *attribute = to_pci_slot_attr(attr); local
30 return attribute->store ? attribute->store(slot, buf, len) : -EIO;
124 static struct attribute *pci_slot_default_attrs[] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-sysfs.c12 struct attribute attr;
21 static ssize_t dm_attr_show(struct kobject *kobj, struct attribute *attr,
71 static struct attribute *dm_attrs[] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dwxexpr.h157 // attribute-value is deleted first.
158 void AddAttributeValue(const wxString& attribute, long value);
159 void AddAttributeValue(const wxString& attribute, double value);
160 void AddAttributeValueWord(const wxString& attribute, const wxString& value);
161 void AddAttributeValueString(const wxString& attribute, const wxString& value);
162 void AddAttributeValue(const wxString& attribute, wxList *value);
163 void AddAttributeValue(const wxString& attribute, wxExpr *value);
164 void AddAttributeValueStringList(const wxString& attribute, wxList *string_list);
166 void DeleteAttributeValue(const wxString& attribute);
183 // Add string items to list if the list attribute exist
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dexpr.tex26 that will appear in the data file, with a list of attribute/value pairs.
67 \func{void}{AddAttributeValue}{\param{const wxString\&}{ attribute}, \param{float }{value}}
69 Adds an attribute and floating point value pair to the clause.
71 \func{void}{AddAttributeValue}{\param{const wxString\&}{ attribute}, \param{long }{value}}
73 Adds an attribute and long integer value pair to the clause.
75 \func{void}{AddAttributeValue}{\param{const wxString\&}{ attribute}, \param{wxList* }{value}}
77 Adds an attribute and list value pair to the clause, converting the list into
81 \func{void}{AddAttributeValue}{\param{const wxString\&}{ attribute}, \param{wxExpr* }{value}}
83 Adds an attribute and wxExpr value pair to the clause. Do not delete\rtfsp
88 \func{void}{AddAttributeValueString}{\param{const wxString\&}{ attribute}, \para
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dparams.c519 struct param_attribute *attribute = to_param_attr(mattr); local
521 if (!attribute->param->ops->get)
525 count = attribute->param->ops->get(buf, attribute->param);
540 struct param_attribute *attribute = to_param_attr(mattr); local
542 if (!attribute->param->ops->set)
546 err = attribute->param->ops->set(buf, attribute->param);
588 struct attribute **attrs;
799 struct attribute *att
802 struct module_attribute *attribute; local
821 struct module_attribute *attribute; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dsysfs.c64 struct attribute attr;
76 static struct attribute *btrfs_root_attrs[] = {
84 struct attribute attr;
97 static struct attribute *btrfs_super_attrs[] = {
105 struct attribute *attr, char *buf)
117 struct attribute *attr,
130 struct attribute *attr, char *buf)
142 struct attribute *attr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmbldap.h57 /* attribute map table indexes */
136 void smbldap_set_mod (LDAPMod *** modlist, int modop, const char *attribute, const char *value);
139 const char *attribute, const char *newval);
141 const char *attribute, char *value,
144 const char *attribute, pstring value);
213 const char *attribute,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dfakephp.c33 static ssize_t legacy_show(struct kobject *kobj, struct attribute *attr,
46 static ssize_t legacy_store(struct kobject *kobj, struct attribute *attr,
63 static struct attribute *legacy_attrs[] = {
64 &(struct attribute){ .name = "power", .mode = 0644 },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dsysfs.c66 struct attribute *i2400m_dev_attrs[] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysfs/
H A Dsysfs.h28 struct attribute *attr;
109 struct attribute *attr = sd->s_attr.attr; \
217 const struct attribute *attr, int type);
220 const struct attribute *attr, int type, mode_t amode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dmasklog.c68 struct attribute attr;
122 static struct attribute *mlog_attr_ptrs[MLOG_MAX_BITS] = {NULL, };
124 static ssize_t mlog_show(struct kobject *obj, struct attribute *attr,
132 static ssize_t mlog_store(struct kobject *obj, struct attribute *attr,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_device_sysfs.c27 * Set of edac_device_ctl_info attribute store/show functions
105 /* edac_device_ctl_info specific attribute structure */
107 struct attribute attr;
117 struct attribute *attr, char *buffer)
129 struct attribute *attr,
219 .default_attrs = (struct attribute **)device_ctrl_attr,
313 * Set of low-level instance attribute show functions
344 /* instance specific attribute structure */
346 struct attribute attr;
353 struct attribute *att
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firmware/
H A Dmemmap.c50 struct attribute *attr, char *buf);
60 struct attribute attr;
71 static struct attribute *def_attrs[] = {
224 struct attribute *attr, char *buf)

Completed in 315 milliseconds

1234567891011>>