Searched refs:list_prefix (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/tools/lldbmacros/core/ |
| H A D | kernelcore.py | 31 def IterateTAILQ_HEAD(headval, element_name, list_prefix=''): argument 46 next_path = ".{}.{}tqe_next".format(element_name, list_prefix) 52 list_prefix + 'tqh_first', 74 def IterateListEntry(headval, field_name, list_prefix=''): argument 89 next_path = ".{}.{}le_next".format(field_name, list_prefix) 95 list_prefix + 'lh_first',
|
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | skywalk.py | 196 for bc in IterateListEntry(slab.sl_head, 'bc_link', list_prefix='s') : 208 for bc in IterateListEntry(slab.sl_head, 'bc_link', list_prefix='s') : 222 list_prefix='s') : 318 for kqum in IterateListEntry(bkt.upp_head, 'qum_upp_link', list_prefix='s') : 471 for nt in IterateListEntry(tokenhead, 'nt_ifp_link', list_prefix=''):
|
| H A D | kevent.py | 91 for kn in IterateListEntry(proc.p_fd.fd_knlist[i], 'kn_link', list_prefix='s'): 95 for kn in IterateListEntry(proc.p_fd.fd_knhash[i], 'kn_link', list_prefix='s'):
|