Searched refs:prop (Results 1 - 25 of 139) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dparport.h18 const u32 *prop; local
25 prop = of_get_property(np, "reg", &propsize);
26 if (!prop || propsize > 6*sizeof(u32))
28 io1 = prop[1]; io2 = prop[2];
29 prop = of_get_property(np, "interrupts", NULL);
30 if (!prop)
32 if (parport_pc_probe_port(io1, io2, prop[0], autodma, NULL) != NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dmv64x60_dev.c90 const unsigned int *prop; local
129 prop = of_get_property(np, "block-index", NULL);
130 if (!prop)
132 port_number = *(int *)prop;
138 prop = of_get_property(np, "max_idle", NULL);
139 if (prop)
140 pdata.max_idle = *prop;
142 prop = of_get_property(brg, "current-speed", NULL);
143 if (prop)
144 pdata.default_baud = *prop;
237 const int *prop; local
334 const unsigned int *prop; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/prom/
H A Dsun4prom.c69 struct property *prop = &nodes[node].properties[0]; local
70 while (prop && prop->name) {
71 if (strcmp(prop->name,name) == 0) return prop;
72 prop++;
79 struct property *prop = find_property(node,name); local
80 if (prop) return prop->length;
86 struct property *prop local
101 struct property *prop = find_property(node,name); local
[all...]
H A Dtree.c85 /* Return the length in bytes of property 'prop' at node 'node'.
88 int prom_getproplen(int node, char *prop) argument
93 if((!node) || (!prop))
97 ret = prom_nodeops->no_proplen(node, prop);
103 /* Acquire a property 'prop' at node 'node' and place it in
107 int prom_getproperty(int node, char *prop, char *buffer, int bufsize) argument
112 plen = prom_getproplen(node, prop);
117 ret = prom_nodeops->no_getprop(node, prop, buffer);
126 int prom_getint(int node, char *prop) argument
130 if(prom_getproperty(node, prop, (cha
150 prom_getbool(int node, char *prop) argument
163 prom_getstring(int node, char *prop, char *user_buf, int ubuf_size) argument
212 char *prop; local
291 prom_node_has_property(int node, char *prop) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dmenu.c28 static void prop_warn(struct property *prop, const char *fmt, ...) argument
32 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno);
124 struct property *prop = prop_alloc(type, current_entry->sym); local
126 prop->menu = current_entry;
127 prop->expr = expr;
128 prop->visible.expr = menu_check_dep(dep);
132 prop_warn(prop, "leading whitespace ignored");
137 prop_warn(prop, "prompt redefined");
138 current_entry->prompt = prop;
162 struct property *prop; local
186 struct property *prop; local
232 struct property *prop; local
[all...]
H A Dsymbol.c39 struct property *prop = prop_alloc(P_DEFAULT, sym); local
41 prop->expr = expr_alloc_symbol(sym_lookup(def, 1));
113 struct property *prop; local
115 for_all_choices(sym, prop)
116 return prop;
122 struct property *prop; local
124 for_all_defaults(sym, prop) {
125 prop->visible.tri = expr_calc_value(prop->visible.expr);
126 if (prop
134 struct property *prop; local
162 struct property *prop; local
195 struct property *prop; local
226 struct property *prop; local
265 struct property *prop; local
388 struct property *prop; local
442 struct property *prop; local
529 struct property *prop; local
793 struct property *prop; local
829 struct property *prop; local
849 prop_get_symbol(struct property *prop) argument
[all...]
H A Dzconf.y496 if (!modules_sym->prop) {
497 struct property *prop;
499 prop = prop_alloc(P_DEFAULT, modules_sym);
500 prop->expr = expr_alloc_symbol(sym_lookup("MODULES", 0));
596 struct property *prop;
622 for (prop = sym->prop; prop; prop = prop
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dmenu.c28 static void prop_warn(struct property *prop, const char *fmt, ...) argument
32 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno);
124 struct property *prop = prop_alloc(type, current_entry->sym); local
126 prop->menu = current_entry;
127 prop->text = prompt;
128 prop->expr = expr;
129 prop->visible.expr = menu_check_dep(dep);
134 current_entry->prompt = prop;
137 return prop;
163 struct property *prop; local
209 struct property *prop; local
[all...]
H A Dsymbol.c39 struct property *prop = prop_alloc(P_DEFAULT, sym); local
41 prop->expr = expr_alloc_symbol(sym_lookup(def, 1));
113 struct property *prop; local
115 for_all_choices(sym, prop)
116 return prop;
122 struct property *prop; local
124 for_all_defaults(sym, prop) {
125 prop->visible.tri = expr_calc_value(prop->visible.expr);
126 if (prop
134 struct property *prop; local
162 struct property *prop; local
195 struct property *prop; local
226 struct property *prop; local
265 struct property *prop; local
385 struct property *prop; local
439 struct property *prop; local
529 struct property *prop; local
793 struct property *prop; local
833 struct property *prop; local
853 prop_get_symbol(struct property *prop) argument
[all...]
H A Dzconf.y563 struct property *prop;
589 for (prop = sym->prop; prop; prop = prop->next) {
590 if (prop->menu != menu)
592 switch (prop->type) {
595 print_quoted_string(out, prop->text);
596 if (!expr_is_yes(prop
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dmenu.c79 struct property *prop; local
81 prop = malloc(sizeof(*prop));
82 memset(prop, 0, sizeof(*prop));
83 prop->type = type;
84 prop->file = current_file;
85 prop->lineno = zconf_lineno();
87 return prop;
92 struct property *prop local
128 struct property *prop; local
[all...]
H A Dsymbol.c37 struct property *prop = create_prop(P_DEFAULT); local
40 prop->sym = sym;
41 prop->def = sym_lookup(def, 1);
43 /* append property to the prop list of symbol */
44 if (prop->sym) {
45 for (propp = &prop->sym->prop; *propp; propp = &(*propp)->next)
47 *propp = prop;
117 struct property *prop; local
119 for_all_choices(sym, prop)
126 struct property *prop; local
139 struct property *prop; local
156 struct property *prop, *def_prop; local
343 struct property *prop = sym_get_choice_prop(sym); local
[all...]
H A Dzconf.y233 //current_choice->prop->def = $2;
505 struct property *prop;
540 for (prop = sym->prop; prop; prop = prop->next) {
541 if (prop->menu != menu)
543 switch (prop->type) {
546 print_quoted_string(out, prop
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/prom/
H A Dtree.c71 /* Return the length in bytes of property 'prop' at node 'node'.
75 prom_getproplen(int node, const char *prop) argument
77 if((!node) || (!prop)) return -1;
81 node, prop);
84 /* Acquire a property 'prop' at node 'node' and place it in
89 prom_getproperty(int node, const char *prop, char *buffer, int bufsize) argument
93 plen = prom_getproplen(node, prop);
102 node, prop, buffer, P1275_SIZE(plen));
110 prom_getint(int node, const char *prop) argument
114 if(prom_getproperty(node, prop, (cha
137 prom_getbool(int node, const char *prop) argument
151 prom_getstring(int node, const char *prop, char *user_buf, int ubuf_size) argument
245 prom_node_has_property(int node, const char *prop) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/openpromfs/
H A Dinode.c32 struct property *prop; member in union:op_inode_data
65 struct property *prop = f->private; local
69 len = prop->length;
70 pval = prop->value;
151 m->private = oi->u.prop;
180 struct property *prop; local
211 prop = dp->properties;
212 while (prop) {
213 int n = strlen(prop->name);
215 if (len == n && !strncmp(prop
269 struct property *prop; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspu_manage.c49 const unsigned int *prop; local
51 prop = of_get_property(spe, "unit-id", &proplen);
53 return (u64)*prop;
55 prop = of_get_property(spe, "reg", &proplen);
57 return (u64)*prop;
110 } __attribute__((packed)) *prop; local
113 prop = of_get_property(n, name, &proplen);
114 if (prop == NULL || proplen != sizeof (struct address_prop))
117 return ioremap(prop->address, prop
123 const char *prop; local
[all...]
H A Dcbe_regs.c209 } __attribute__((packed)) *prop; local
213 prop = of_get_property(cpu, "pervasive", NULL);
214 if (prop != NULL)
215 map->pmd_regs = ioremap(prop->address, prop->len);
217 prop = of_get_property(cpu, "iic", NULL);
218 if (prop != NULL)
219 map->iic_regs = ioremap(prop->address, prop->len);
221 prop
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dprom.c185 struct property *prop; local
188 prop = of_find_property(np, name, &len);
189 if (!prop || len != 4)
192 return *(int *) prop->value;
243 struct property *prop = *prevp; local
245 if (!strcasecmp(prop->name, name)) {
246 void *old_val = prop->value;
252 prop->value = new_val;
253 prop->length = len;
255 if (OF_IS_DYNAMIC(prop))
332 struct property *prop; local
349 struct property *prop; local
374 struct property *prop; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dreconfig.c190 static void release_prop_list(const struct property *prop) argument
193 for (; prop; prop = next) {
194 next = prop->next;
195 kfree(prop->name);
196 kfree(prop->value);
197 kfree(prop);
299 struct property *prop = NULL; local
319 struct property *last = prop;
321 prop
375 struct property *prop = NULL; local
402 struct property *prop; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dprom.c190 struct property *prop; local
193 prop = of_find_property(np, name, &len);
194 if (!prop || len != 4)
197 return *(int *) prop->value;
248 struct property *prop = *prevp; local
250 if (!strcasecmp(prop->name, name)) {
251 void *old_val = prop->value;
257 prop->value = new_val;
258 prop->length = len;
260 if (OF_IS_DYNAMIC(prop))
1279 struct property *prop; local
1314 struct property *prop; local
1331 struct property *prop; local
1356 struct property *prop; local
1377 struct property *prop; local
1393 struct property *prop; local
1410 struct property *prop; local
1429 struct property *prop; local
1450 struct property *prop; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlinebreak.c153 int prop = lbrkprop_lookup (uc); local
155 if (prop == LBP_BK)
168 switch (prop)
172 prop = LBP_AI_REPLACEMENT;
176 prop = LBP_ID;
183 prop = LBP_AL;
189 if (prop == LBP_CM)
198 prop = LBP_AL;
202 else if (prop == LBP_SP)
212 /* prop mus
267 int prop = lbrkprop_lookup (uc); local
375 int prop = lbrkprop_lookup (uc); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlinebreak.c153 int prop = lbrkprop_lookup (uc); local
155 if (prop == LBP_BK)
168 switch (prop)
172 prop = LBP_AI_REPLACEMENT;
176 prop = LBP_ID;
183 prop = LBP_AL;
189 if (prop == LBP_CM)
198 prop = LBP_AL;
202 else if (prop == LBP_SP)
212 /* prop mus
267 int prop = lbrkprop_lookup (uc); local
375 int prop = lbrkprop_lookup (uc); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcheck-xinclude-test-suite.py64 uri = test.prop('href')
65 id = test.prop('id')
66 type = test.prop('type')
173 creator = case.prop('creator')
177 basedir = case.prop('basedir')
198 profile = testsuite.prop('PROFILE')
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-prop-list.c24 #include "cr-prop-list.h"
29 CRString *prop; member in struct:_CRPropListPriv
74 *Returns the resulting prop list, or NULL if an error
99 *Appends a pair of prop/declaration to
100 *the current prop list.
120 PRIVATE (list)->prop = a_prop;
175 PRIVATE (list)->prop = a_prop_name;
194 PRIVATE (a_this)->prop = a_prop;
215 *a_prop = PRIVATE (a_this)->prop;
260 *Returns CR_OK if a prop/dec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-prop-list.c24 #include "cr-prop-list.h"
29 CRString *prop; member in struct:_CRPropListPriv
74 *Returns the resulting prop list, or NULL if an error
99 *Appends a pair of prop/declaration to
100 *the current prop list.
120 PRIVATE (list)->prop = a_prop;
175 PRIVATE (list)->prop = a_prop_name;
194 PRIVATE (a_this)->prop = a_prop;
215 *a_prop = PRIVATE (a_this)->prop;
260 *Returns CR_OK if a prop/dec
[all...]

Completed in 250 milliseconds

123456