Searched refs:element_ptr_type (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/core/
H A Dkernelcore.py71 def IterateQueue(queue_head, element_ptr_type, element_field_name):
75 element_ptr_type - lldb.SBType : a pointer type of the element 'next' points to. Typically its structs like thread, task etc..
85 if type(element_ptr_type) == str :
86 element_ptr_type = gettype(element_ptr_type)
99 elt = cur_elt.Cast(element_ptr_type)
H A Doperating_system.py629 def IterateQueue(queue_head, element_ptr_type, element_field_name):
648 elt = cur_elt.Cast(element_ptr_type)
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dbedeck.h144 struct AST_type_n_t *element_ptr_type; member in struct:BE_array_i_t

Completed in 236 milliseconds