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

  /src/usr.sbin/btdevctl/
db.c 232 prop_object_iterator_t iter0, iter1; local in function:db_update1
247 iter1 = prop_dictionary_iterator(ldev);
248 if (iter1 == NULL)
251 while ((key = prop_object_iterator_next(iter1)) != NULL) {
270 prop_object_iterator_release(iter1);
db.c 232 prop_object_iterator_t iter0, iter1; local in function:db_update1
247 iter1 = prop_dictionary_iterator(ldev);
248 if (iter1 == NULL)
251 while ((key = prop_object_iterator_next(iter1)) != NULL) {
270 prop_object_iterator_release(iter1);
db.c 232 prop_object_iterator_t iter0, iter1; local in function:db_update1
247 iter1 = prop_dictionary_iterator(ldev);
248 if (iter1 == NULL)
251 while ((key = prop_object_iterator_next(iter1)) != NULL) {
270 prop_object_iterator_release(iter1);

Completed in 32 milliseconds