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

/freebsd-11-stable/contrib/dtc/
H A Ddtc.h193 struct property *chain_property(struct property *first, struct property *list);
H A Ddtc-parser.y221 $$ = chain_property($2, $1);
H A Dlivetree.c77 struct property *chain_property(struct property *first, struct property *list) function

Completed in 65 milliseconds