ofctl.c | 104 of_tree_mkprop(struct of_node *node, prop_dictionary_t propdict, 112 obj = prop_dictionary_get_keysym(propdict, key); 163 prop_dictionary_t propdict; local in function:of_tree_fill 171 propdict = prop_dictionary_get(dict, "properties"); 172 propkeys = prop_dictionary_all_keys(propdict); 176 of_tree_mkprop(node, propdict, prop_array_get(propkeys, i)); 242 prop_dictionary_t dict, propdict; local in function:of_proplib_tree_fill 256 propdict = prop_dictionary_create(); 274 prop_dictionary_set(propdict, namebuf, obj); 276 prop_dictionary_set(dict, "properties", propdict); [all...] |