Home
last modified time | relevance | path

Searched refs:containerof (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/tools/lldbmacros/
H A Dwaitq.py116 return containerof(self._wq, 'turnstile', 'ts_waitq')
121 return containerof(self._wq, 'selinfo', 'si_waitq')
126 return containerof(self._wq, 'ipc_port', 'ip_waitq')
131 return containerof(self._wq, 'ipc_pset', 'ips_wqset')
143 sellink = containerof(link, 'struct waitq_sellink', 'wql_next')
H A Dutils.py155 return containerof(obj, target_type, field_name)
H A Dskywalk.py710 fe = containerof(node, 'struct flow_entry', 'fe_cnode')
/xnu-11215/tools/lldbmacros/core/
H A Dcvalue.py543 def containerof(obj, target_type, field_name): function