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

  /src/sbin/modload/
main.c 271 prop_object_iterator_t props_iter; local
275 props_iter = prop_dictionary_iterator(new_dict);
276 if (props_iter == NULL) {
280 while ((props_obj = prop_object_iterator_next(props_iter)) != NULL) {
290 prop_object_iterator_release(props_iter);
  /src/sys/kern/
kern_module.c 1879 prop_object_iterator_t props_iter; local
1889 props_iter = prop_dictionary_iterator(new_dict);
1890 if (props_iter == NULL) {
1894 while ((props_obj = prop_object_iterator_next(props_iter)) != NULL) {
1907 prop_object_iterator_release(props_iter);

Completed in 41 milliseconds