Home
last modified time | relevance | path

Searched refs:iter_LIST_HEAD (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/tools/lldbmacros/core/
H A Dkernelcore.py579 return (value(p.AddressOf()) for p in ccol.iter_LIST_HEAD(
598 return (value(p.AddressOf()) for p in ccol.iter_LIST_HEAD(
H A Dcollections.py279 def iter_LIST_HEAD(head_value, link_field): function
770 iter_LIST_HEAD.__name__,