Home
last modified time | relevance | path

Searched defs:property (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dexpr.h134 struct property { struct
135 struct property *next; /* next property - null if last */ argument
136 struct symbol *sym; /* the symbol for which the property is associated */ argument
137 enum prop_type type; /* type of property */ argument
140 struct expr *expr; /* the optional conditional part of the property */ argument
141 struct menu *menu; /* the menu the property are associated with argument
144 struct file *file; /* what file was this property defined */ argument
145 int lineno; /* what lineno was this property defined */ argument
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc.h133 struct property { struct
137 struct property *next; argument
144 struct property *proplist; argument
H A Dflattree.c57 void (*property)(void *, struct label *labels); member