Searched refs:property (Results 1 - 25 of 102) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-329 <property name="visible">no</property>
30 <property name="title" translatable="yes">gedit: ASCII table</property>
31 <property name="type">GTK_WINDOW_TOPLEVEL</property>
32 <property name="modal">no</property>
33 <property name="allow_shrink">yes</property>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/prom/
H A Dsun4prom.c27 struct property { struct
35 struct property *properties;
38 struct property null_properties = { NULL, NULL, -1 };
40 struct property root_properties[] = {
67 static struct property *find_property(int node,char *name)
69 struct property *prop = &nodes[node].properties[0];
79 struct property *prop = find_property(node,name);
86 struct property *prop = find_property(node,name);
101 struct property *prop = find_property(node,name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dmdesc.h19 struct property *properties;
31 extern struct property *md_find_property(const struct mdesc_node *mp,
H A Dprom.h28 struct property { struct
32 struct property *next;
45 struct property *properties;
46 struct property *deadprops; /* removed properties */
97 extern struct property *of_find_property(const struct device_node *np,
H A Doplib.h264 /* Get the length, at the passed node, of the given property type.
265 * Returns -1 on error (ie. no such property at this node).
267 extern int prom_getproplen(int thisnode, const char *property);
269 /* Fetch the requested property using the given buffer. Returns
272 extern int prom_getproperty(int thisnode, const char *property,
275 /* Acquire an integer property. */
276 extern int prom_getint(int node, const char *property);
278 /* Acquire an integer property, with a default value. */
279 extern int prom_getintdefault(int node, const char *property, int defval);
281 /* Acquire a boolean property,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-declaration.c62 *@a_property: the property string of the declaration
91 result->property = a_property;
119 CRString *property = NULL; local
136 status = cr_parser_parse_declaration (parser, &property,
138 if (status != CR_OK || !property)
141 result = cr_declaration_new (a_statement, property, value);
143 property = NULL;
155 if (property) {
156 cr_string_destroy (property);
157 property
184 CRString *property = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-declaration.c62 *@a_property: the property string of the declaration
91 result->property = a_property;
119 CRString *property = NULL; local
136 status = cr_parser_parse_declaration (parser, &property,
138 if (status != CR_OK || !property)
141 result = cr_declaration_new (a_statement, property, value);
143 property = NULL;
155 if (property) {
156 cr_string_destroy (property);
157 property
184 CRString *property = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Doplib.h238 /* Get the length, at the passed node, of the given property type.
239 * Returns -1 on error (ie. no such property at this node).
241 extern int prom_getproplen(int thisnode, char *property);
243 /* Fetch the requested property using the given buffer. Returns
246 extern int __must_check prom_getproperty(int thisnode, char *property,
249 /* Acquire an integer property. */
250 extern int prom_getint(int node, char *property);
252 /* Acquire an integer property, with a default value. */
253 extern int prom_getintdefault(int node, char *property, int defval);
255 /* Acquire a boolean property,
[all...]
H A Dprom.h28 struct property { struct
32 struct property *next;
44 struct property *properties;
45 struct property *deadprops; /* removed properties */
88 extern struct property *of_find_property(const struct device_node *np,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Doplib.h215 /* Get the length, at the passed node, of the given property type.
216 * Returns -1 on error (ie. no such property at this node).
218 extern int prom_getproplen(int thisnode, char *property);
220 /* Fetch the requested property using the given buffer. Returns
223 extern int prom_getproperty(int thisnode, char *property,
226 /* Acquire an integer property. */
227 extern int prom_getint(int node, char *property);
229 /* Acquire an integer property, with a default value. */
230 extern int prom_getintdefault(int node, char *property, int defval);
232 /* Acquire a boolean property,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dproc_devtree.c24 * Supply data on a read from /proc/device-tree/node/property.
29 struct property *pp = data;
52 * Add a property to a node
55 __proc_device_tree_add_prop(struct proc_dir_entry *de, struct property *pp,
80 void proc_device_tree_add_prop(struct proc_dir_entry *pde, struct property *prop)
86 struct property *prop)
92 struct property *newprop,
93 struct property *oldprop)
101 printk(KERN_WARNING "device-tree: property \"%s\" "
178 struct property *p
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dprom.c154 struct property *of_find_property(const struct device_node *np,
158 struct property *pp;
172 * Find a property with a given name for a given node
178 struct property *pp = of_find_property(np,name,lenp);
185 struct property *prop;
206 /* No #address-cells property for the root node, default to 2 */
221 /* No #size-cells property for the root node, default to 1 */
228 struct property **prevp;
243 struct property *prop = *prevp;
310 * we walk up the tree until we discover a "device_type" property
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc.h77 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep);
78 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
104 struct property *prop_alloc(enum prop_type type, struct symbol *sym);
105 struct symbol *prop_get_symbol(struct property *prop);
H A Dlkc_proto.h33 P(sym_get_choice_prop,struct property *,(struct symbol *sym));
34 P(sym_get_default_prop,struct property *,(struct symbol *sym));
H A Dsymbol.c39 struct property *prop = prop_alloc(P_DEFAULT, sym);
111 struct property *sym_get_choice_prop(struct symbol *sym)
113 struct property *prop;
120 struct property *sym_get_default_prop(struct symbol *sym)
122 struct property *prop;
132 struct property *sym_get_range_prop(struct symbol *sym)
134 struct property *prop;
162 struct property *prop;
195 struct property *prop;
226 struct property *pro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dlkc.h82 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep);
83 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
111 struct property *prop_alloc(enum prop_type type, struct symbol *sym);
112 struct symbol *prop_get_symbol(struct property *prop);
H A Dlkc_proto.h35 P(sym_get_choice_prop,struct property *,(struct symbol *sym));
36 P(sym_get_default_prop,struct property *,(struct symbol *sym));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dprom.h39 * property contents. The dt strings contain a separate block with just
40 * the strings for the property names, and is fully page aligned and
42 * each property name appears only once in this page (cheap compression)
71 struct property { struct
75 struct property *next;
85 struct property *properties;
86 struct property *deadprops; /* removed properties */
133 extern struct property *of_find_property(const struct device_node *np,
170 extern int prom_add_property(struct device_node* np, struct property* prop);
171 extern int prom_remove_property(struct device_node *np, struct property *pro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dlkc.h50 struct property *create_prop(enum prop_type type);
52 struct property *menu_add_prop(int token, char *prompt, struct symbol *def, struct expr *dep);
H A Dlkc_proto.h30 P(sym_get_choice_prop,struct property *,(struct symbol *sym));
31 P(sym_get_default_prop,struct property *,(struct symbol *sym));
H A Dsymbol.c37 struct property *prop = create_prop(P_DEFAULT);
38 struct property **propp;
43 /* append property to the prop list of symbol */
115 struct property *sym_get_choice_prop(struct symbol *sym)
117 struct property *prop;
124 struct property *sym_get_default_prop(struct symbol *sym)
126 struct property *prop;
139 struct property *prop;
156 struct property *prop, *def_prop;
343 struct property *pro
[all...]
H A Dexpr.h94 struct property *prop;
134 struct property { struct
135 struct property *next;
151 struct property *next_pos;
167 struct property *prompt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dreconfig.c44 struct property *pp = np->properties;
110 static int pSeries_reconfig_add_node(const char *path, struct property *proplist)
190 static void release_prop_list(const struct property *prop)
192 struct property *next;
203 * parse_next_property - process the next property from raw input buffer
206 * @name: return value; set to property name in buf
208 * @value: return value; set to the property value in buf
223 printk(KERN_ERR "property parse failed in %s at line %d\n",
230 printk(KERN_ERR "property parse failed in %s at line %d\n",
239 printk(KERN_ERR "property pars
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dmachine_kexec_64.c283 static struct property htab_base_prop = {
289 static struct property htab_size_prop = {
295 static struct property kernel_end_prop = {
324 static struct property crashk_base_prop = {
332 static struct property crashk_size_prop = {
341 struct property *prop;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dproc_fs.h147 struct property;
150 extern void proc_device_tree_add_prop(struct proc_dir_entry *pde, struct property *prop);
152 struct property *prop);
154 struct property *newprop,
155 struct property *oldprop);

Completed in 173 milliseconds

12345