Searched refs:taskports_idx (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | ipc.py | 1156 taskports_idx = -2000 variable 1164 global intransit_idx, taskports_idx, thports_idx, registeredport_idx, excports_idx 1234 func(t, space, ctx, taskports_idx, 0, t.itk_settable_self, 17) 1236 func(t, space, ctx, taskports_idx, 0, t.itk_host, 17) 1238 func(t, space, ctx, taskports_idx, 0, t.itk_bootstrap, 17) 1240 func(t, space, ctx, taskports_idx, 0, t.itk_debug_control, 17) 1242 func(t, space, ctx, taskports_idx, 0, t.itk_task_access, 17) 1244 func(t, space, ctx, taskports_idx, 0, t.itk_task_ports[1], 17) 1246 func(t, space, ctx, taskports_idx, 0, t.itk_task_ports[2], 17) 1250 func(t, space, ctx, taskports_idx, 0, t.itk_task_ports[3], 0) [all …]
|