HomeSort by: relevance | last modified time | path
    Searched defs:propdict (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ofctl/
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...]
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...]

Completed in 21 milliseconds