Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/core/
H A Dkernelcore.py114 def IterateCircleQueue(queue_head, element_ptr_type, element_field_name): argument
134 yield containerof(value(cur_elt), element_ptr_type, element_field_name)
139 def IterateQueue(queue_head, element_ptr_type, element_field_name, backwards=False, unpack_ptr_fn=N… argument
155 if type(element_ptr_type) == str :
156 element_ptr_type = gettype(element_ptr_type)
170 obj.Cast(element_ptr_type)
182 elt = cur_elt.Cast(element_ptr_type)
H A Doperating_system.py607 def IterateQueue(queue_head, element_ptr_type, element_field_name): argument
626 elt = cur_elt.Cast(element_ptr_type)