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

  /src/sbin/modload/
main.c 272 prop_object_t props_obj; local in function:merge_dicts
280 while ((props_obj = prop_object_iterator_next(props_iter)) != NULL) {
281 props_keysym = (prop_dictionary_keysym_t)props_obj;
283 props_obj = prop_dictionary_get_keysym(new_dict, props_keysym);
284 if ((props_obj == NULL) || !prop_dictionary_set(existing_dict,
285 props_key, props_obj)) {
  /src/sys/kern/
kern_module.c 1877 prop_object_t props_obj; local in function:module_merge_dicts
1891 while ((props_obj = prop_object_iterator_next(props_iter)) != NULL) {
1892 props_keysym = (prop_dictionary_keysym_t)props_obj;
1894 props_obj = prop_dictionary_get_keysym(new_dict, props_keysym);
1895 if ((props_obj == NULL) || !prop_dictionary_set(existing_dict,
1896 props_key, props_obj)) {

Completed in 43 milliseconds