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

/scripts/dtc/
H A Ddtc.h133 struct property { struct
137 struct property *next;
144 struct property *proplist;
170 struct property *build_property(char *name, struct data val);
171 struct property *chain_property(struct property *first, struct property *list);
172 struct property *reverse_properties(struct property *first);
174 struct node *build_node(struct property *proplis
[all...]
H A Dlivetree.c42 struct property *build_property(char *name, struct data val)
44 struct property *new = xmalloc(sizeof(*new));
54 struct property *chain_property(struct property *first, struct property *list)
62 struct property *reverse_properties(struct property *first)
64 struct property *p = first;
65 struct property *head = NULL;
66 struct property *nex
[all...]
H A Dchecks.c52 struct node *node, struct property *prop);
117 struct property *prop;
182 struct property *prop;
190 FAIL(c, "\"%s\" property in %s is not a string",
199 struct property *prop;
207 FAIL(c, "\"%s\" property in %s is not a single cell",
235 struct property *prop, *prop2;
240 FAIL(c, "Duplicate property name %s in %s",
271 struct node *node, struct property *prop)
276 FAIL(c, "Bad character '%c' in property nam
[all...]
H A Dfstree.c52 struct property *prop;
H A Ddtc-parser.y49 struct property *prop;
50 struct property *proplist;
H A Dflattree.c57 void (*property)(void *, struct label *labels); member in struct:emitter
114 .property = bin_emit_property,
240 .property = asm_emit_property,
262 struct property *prop;
283 emit->property(etarget, prop->labels);
295 emit->property(etarget, NULL);
675 static struct property *flat_read_property(struct inbuf *dtbuf,
760 struct property *prop;
768 "subnodes preceding a property.\n");
H A Dtreesource.c193 static void write_propval(FILE *f, struct property *prop)
236 struct property *prop;
/scripts/kconfig/
H A Dlkc.h114 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep);
115 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
152 struct property *prop_alloc(enum prop_type type, struct symbol *sym);
153 struct symbol *prop_get_symbol(struct property *prop);
154 struct property *sym_get_env_prop(struct symbol *sym);
H A Dsymbol.c41 struct property *prop = prop_alloc(P_DEFAULT, sym);
98 struct property *sym_get_choice_prop(struct symbol *sym)
100 struct property *prop;
107 struct property *sym_get_env_prop(struct symbol *sym)
109 struct property *prop;
116 struct property *sym_get_default_prop(struct symbol *sym)
118 struct property *prop;
128 static struct property *sym_get_range_prop(struct symbol *sym)
130 struct property *prop;
158 struct property *pro
[all...]
H A Dexpr.h81 struct property *prop;
110 /* A property represent the config options that can be associated
134 struct property { struct
135 struct property *next; /* next property - null if last */
136 struct symbol *sym; /* the symbol for which the property is associated */
137 enum prop_type type; /* type of property */
140 struct expr *expr; /* the optional conditional part of the property */
141 struct menu *menu; /* the menu the property are associated with
144 struct file *file; /* what file was this property define
[all...]
H A Dlkc_proto.h45 P(sym_get_choice_prop,struct property *,(struct symbol *sym));
46 P(sym_get_default_prop,struct property *,(struct symbol *sym));
H A Dmenu.c31 static void prop_warn(struct property *prop, const char *fmt, ...)
127 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep)
129 struct property *prop = prop_alloc(type, current_entry->sym);
164 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep)
187 struct property *prop;
214 struct property *prop;
266 struct property *prop;
510 static void get_prompt_str(struct gstr *r, struct property *prop)
544 struct property *prop;
H A Dutil.c56 struct property *prop;
H A Dzconf.y514 struct property *prop;
618 struct property *prop;
699 struct property *prop;
H A Dconfdata.c193 struct property *prop;
344 struct property *prop;
920 struct property *prop;
963 struct property *prop;
H A Dconf.c352 struct property *prop;
H A Dmconf.c341 struct property *prop;
H A Dqconf.cc118 struct property *prop;
1080 for (struct property *prop = sym->prop; prop; prop = prop->next) {
1105 debug += "unknown property: ";
1248 struct property *prop;
H A Dgconf.c1313 struct property *prop;
1396 struct property *prop;
H A Dnconf.c735 struct property *prop;

Completed in 62 milliseconds