Searched refs:tport (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/tests/ipc/ |
| H A D | ipc_read_inspect.c | 54 task_t tport, in test_task_get_special_port() argument 63 kr = task_get_special_port(tport, TASK_KERNEL_PORT, &special_port); in test_task_get_special_port() 68 kr = task_get_special_port(tport, TASK_BOOTSTRAP_PORT, &special_port); in test_task_get_special_port() 73 kr = task_get_special_port(tport, TASK_HOST_PORT, &special_port); in test_task_get_special_port() 79 kr = task_get_special_port(tport, TASK_READ_PORT, &special_port); in test_task_get_special_port() 91 kr = task_get_special_port(tport, TASK_INSPECT_PORT, &special_port); in test_task_get_special_port() 103 kr = task_get_special_port(tport, TASK_NAME_PORT, &special_port); in test_task_get_special_port() 117 thread_t tport, in test_thread_get_special_port() argument 125 kr = thread_get_special_port(tport, THREAD_KERNEL_PORT, &special_port); in test_thread_get_special_port() 131 kr = thread_get_special_port(tport, THREAD_READ_PORT, &special_port); in test_thread_get_special_port() [all …]
|
| /xnu-12377.1.9/tools/lldbmacros/ |
| H A D | ipc.py | 1600 tport = t.itk_registered[tr_idx] 1601 if unsigned(tport) > 0: 1603 func(t, space, ctx, registeredport_idx, 0, tport, 17)
|