Searched refs:taskports_idx (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/tools/lldbmacros/ |
| H A D | ipc.py | 1225 taskports_idx = -2000 variable 1233 global intransit_idx, taskports_idx, thports_idx, registeredport_idx, excports_idx 1302 func(t, space, ctx, taskports_idx, 0, t.itk_settable_self, 17) 1304 func(t, space, ctx, taskports_idx, 0, t.itk_host, 17) 1306 func(t, space, ctx, taskports_idx, 0, t.itk_bootstrap, 17) 1308 func(t, space, ctx, taskports_idx, 0, t.itk_debug_control, 17) 1310 func(t, space, ctx, taskports_idx, 0, t.itk_task_access, 17) 1312 func(t, space, ctx, taskports_idx, 0, t.itk_task_ports[1], 17) 1314 func(t, space, ctx, taskports_idx, 0, t.itk_task_ports[2], 17) 1318 func(t, space, ctx, taskports_idx, 0, t.itk_task_ports[3], 0) [all …]
|