Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/ofctl/
H A Dofctl.c164 prop_array_t propkeys; in of_tree_fill() local
172 propkeys = prop_dictionary_all_keys(propdict); in of_tree_fill()
173 count = prop_array_count(propkeys); in of_tree_fill()
176 of_tree_mkprop(node, propdict, prop_array_get(propkeys, i)); in of_tree_fill()