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

  /src/sbin/modload/
main.c 272 prop_object_t props_obj; local
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 1880 prop_object_t props_obj; local
1894 while ((props_obj = prop_object_iterator_next(props_iter)) != NULL) {
1895 props_keysym = (prop_dictionary_keysym_t)props_obj;
1897 props_obj = prop_dictionary_get_keysym(new_dict, props_keysym);
1898 if ((props_obj == NULL) || !prop_dictionary_set(existing_dict,
1899 props_key, props_obj)) {

Completed in 15 milliseconds