Searched refs:props_iter (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/modload/
H A Dmain.c270 prop_object_iterator_t props_iter; local
274 props_iter = prop_dictionary_iterator(new_dict);
275 if (props_iter == NULL) {
279 while ((props_obj = prop_object_iterator_next(props_iter)) != NULL) {
289 prop_object_iterator_release(props_iter);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_module.c1402 prop_object_iterator_t props_iter; local
1412 props_iter = prop_dictionary_iterator(new_dict);
1413 if (props_iter == NULL) {
1417 while ((props_obj = prop_object_iterator_next(props_iter)) != NULL) {
1430 prop_object_iterator_release(props_iter);

Completed in 303 milliseconds