Searched refs:taskports_idx (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/tools/lldbmacros/ |
| H A D | ipc.py | 1215 taskports_idx = -2000 variable 1223 global intransit_idx, taskports_idx, thports_idx, registeredport_idx, excports_idx 1290 func(t, space, ctx, taskports_idx, 0, t.itk_settable_self, 17) 1292 func(t, space, ctx, taskports_idx, 0, t.itk_host, 17) 1294 func(t, space, ctx, taskports_idx, 0, t.itk_bootstrap, 17) 1296 func(t, space, ctx, taskports_idx, 0, t.itk_debug_control, 17) 1298 func(t, space, ctx, taskports_idx, 0, t.itk_task_access, 17) 1300 func(t, space, ctx, taskports_idx, 0, t.itk_task_ports[1], 17) 1302 func(t, space, ctx, taskports_idx, 0, t.itk_task_ports[2], 17) 1306 func(t, space, ctx, taskports_idx, 0, t.itk_task_ports[3], 0) [all …]
|