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