Home
last modified time | relevance | path

Searched refs:chain_property (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/dtc/dist/
H A Ddtc-parser.y268 $$ = chain_property($2, $1);
H A Ddtc.h199 struct property *chain_property(struct property *first, struct property *list);
H A Dlivetree.c67 struct property *chain_property(struct property *first, struct property *list) in chain_property() function