Home
last modified time | relevance | path

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

/xnu-11417.140.69/tools/lldbmacros/
H A Dwaitq.py108 return containerof(self._wq, 'turnstile', 'ts_waitq')
113 return containerof(self._wq, 'selinfo', 'si_waitq')
118 return containerof(self._wq, 'ipc_port', 'ip_waitq')
123 return containerof(self._wq, 'ipc_pset', 'ips_wqset')
135 sellink = containerof(link, 'struct waitq_sellink', 'wql_next')
H A Dutils.py171 return containerof(obj, target_type, field_name)
H A Dskywalk.py710 fe = containerof(node, 'struct flow_entry', 'fe_cnode')
/xnu-11417.140.69/tools/lldbmacros/core/
H A Dcvalue.py541 def containerof(obj, target_type, field_name): function