Home
last modified time | relevance | path

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

/netbsd-src/sbin/modload/
H A Dmain.c272 prop_object_t props_obj; in merge_dicts() local
280 while ((props_obj = prop_object_iterator_next(props_iter)) != NULL) { in merge_dicts()
281 props_keysym = (prop_dictionary_keysym_t)props_obj; in merge_dicts()
283 props_obj = prop_dictionary_get_keysym(new_dict, props_keysym); in merge_dicts()
284 if ((props_obj == NULL) || !prop_dictionary_set(existing_dict, in merge_dicts()
285 props_key, props_obj)) { in merge_dicts()
/netbsd-src/sys/kern/
H A Dkern_module.c1838 prop_object_t props_obj; in module_merge_dicts() local
1852 while ((props_obj = prop_object_iterator_next(props_iter)) != NULL) { in module_merge_dicts()
1853 props_keysym = (prop_dictionary_keysym_t)props_obj; in module_merge_dicts()
1855 props_obj = prop_dictionary_get_keysym(new_dict, props_keysym); in module_merge_dicts()
1856 if ((props_obj == NULL) || !prop_dictionary_set(existing_dict, in module_merge_dicts()
1857 props_key, props_obj)) { in module_merge_dicts()