Home
last modified time | relevance | path

Searched defs:iterator (Results 1 – 13 of 13) sorted by relevance

/xnu-11215/iokit/DriverKit/
H A Dbounded_array.h58 using iterator = bounded_ptr<T, TrappingPolicy>; member
H A Dbounded_array_ref.h165 using iterator = bounded_ptr<T, TrappingPolicy>; member
/xnu-11215/libkern/libkern/c++/
H A Dbounded_array.h58 using iterator = bounded_ptr<T, TrappingPolicy>; member
H A Dbounded_array_ref.h165 using iterator = bounded_ptr<T, TrappingPolicy>; member
/xnu-11215/bsd/kern/
H A Dkern_memorystatus_policy.c616 memorystatus_freeze_pick_process(struct memorystatus_freeze_list_iterator *iterator) in memorystatus_freeze_pick_process()
H A Dkern_memorystatus_freeze.c830 struct memorystatus_freeze_list_iterator iterator; in memorystatus_freezer_get_status() local
2143 struct memorystatus_freeze_list_iterator iterator; in memorystatus_freeze_top_process() local
/xnu-11215/iokit/Kernel/
H A DIOReporter.cpp57 OSSharedPtr<OSCollectionIterator> iterator; in configureAllReports() local
108 OSSharedPtr<OSCollectionIterator> iterator; in updateAllReports() local
H A DIOPMPowerSource.cpp179 OSCollectionIterator *iterator; in updateStatus() local
H A DIOUserClient.cpp2563 io_object_t iterator, in is_io_iterator_next()
2595 io_object_t iterator ) in is_io_iterator_reset()
2607 io_object_t iterator, in is_io_iterator_is_valid()
3299 io_object_t *iterator ) in is_io_registry_create_iterator()
3318 io_object_t *iterator ) in is_io_registry_entry_create_iterator()
3332 io_object_t iterator ) in is_io_registry_iterator_enter_entry()
3346 io_object_t iterator ) in is_io_registry_iterator_exit_entry()
4176 io_object_t *iterator ) in is_io_registry_entry_get_child_iterator()
4191 io_object_t *iterator) in is_io_registry_entry_get_parent_iterator()
H A DIOPMrootDomain.cpp3226 …OSSharedPtr<OSCollectionIterator> iterator = OSCollectionIterator::withCollection(preventers.get()… in makeSleepPreventersListLog() local
3390 OSSharedPtr<OSCollectionIterator> iterator; in copySleepPreventersList() local
3442 OSSharedPtr<OSCollectionIterator> iterator; in copySleepPreventersListWithID() local
H A DIOService.cpp1403 _IOOpenServiceIterator::iterator( OSIterator * _iter, in iterator() function in _IOOpenServiceIterator
/xnu-11215/tools/lldbmacros/
H A Dkcdata.py694 def ReadItems(self, iterator): argument
728 def ReadItems(self, iterator): argument
H A Dkasan.py87 def iterator(self, addr, count, step=1): member in AbstractShadowMap