Searched refs:taskports_idx (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | ipc.py | 1164 taskports_idx = -2000 variable 1172 global intransit_idx, taskports_idx, thports_idx, registeredport_idx, excports_idx 1233 func(t, space, ctx, taskports_idx, 0, t.itk_settable_self, 17) 1235 func(t, space, ctx, taskports_idx, 0, t.itk_host, 17) 1237 func(t, space, ctx, taskports_idx, 0, t.itk_bootstrap, 17) 1239 func(t, space, ctx, taskports_idx, 0, t.itk_debug_control, 17) 1241 func(t, space, ctx, taskports_idx, 0, t.itk_task_access, 17) 1243 func(t, space, ctx, taskports_idx, 0, t.itk_task_ports[1], 17) 1245 func(t, space, ctx, taskports_idx, 0, t.itk_task_ports[2], 17) 1249 func(t, space, ctx, taskports_idx, 0, t.itk_task_ports[3], 0) [all …]
|