Searched refs:containerof (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.140.69/tools/lldbmacros/ |
| H A D | waitq.py | 108 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 D | utils.py | 171 return containerof(obj, target_type, field_name)
|
| H A D | skywalk.py | 710 fe = containerof(node, 'struct flow_entry', 'fe_cnode')
|
| /xnu-11417.140.69/tools/lldbmacros/core/ |
| H A D | cvalue.py | 541 def containerof(obj, target_type, field_name): function
|