Searched refs:tport (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.101.15/tests/ipc/ |
| H A D | ipc_read_inspect.c | 64 task_t tport, in test_task_get_special_port() argument 73 kr = task_get_special_port(tport, TASK_KERNEL_PORT, &special_port); in test_task_get_special_port() 78 kr = task_get_special_port(tport, TASK_BOOTSTRAP_PORT, &special_port); in test_task_get_special_port() 83 kr = task_get_special_port(tport, TASK_HOST_PORT, &special_port); in test_task_get_special_port() 89 kr = task_get_special_port(tport, TASK_READ_PORT, &special_port); in test_task_get_special_port() 101 kr = task_get_special_port(tport, TASK_INSPECT_PORT, &special_port); in test_task_get_special_port() 113 kr = task_get_special_port(tport, TASK_NAME_PORT, &special_port); in test_task_get_special_port() 127 thread_t tport, in test_thread_get_special_port() argument 135 kr = thread_get_special_port(tport, THREAD_KERNEL_PORT, &special_port); in test_thread_get_special_port() 141 kr = thread_get_special_port(tport, THREAD_READ_PORT, &special_port); in test_thread_get_special_port() [all …]
|
| /xnu-11417.101.15/tests/ |
| H A D | extract_right_soft_fail.c | 25 mach_port_t tport = MACH_PORT_NULL; in test_extract_immovable_task_port() local 36 kr = task_for_pid(mach_task_self(), pid, &tport); in test_extract_immovable_task_port() 37 T_EXPECT_MACH_SUCCESS(kr, "task_for_pid(), tport: 0x%x", tport); in test_extract_immovable_task_port() 49 kr = mach_port_space_info(tport, &space_info, &table, &tableCount, &tree, &treeCount); in test_extract_immovable_task_port() 54 kr = mach_port_kernel_object(tport, table[i].iin_name, &kotype, &kobject); in test_extract_immovable_task_port() 68 kr = mach_port_extract_right(tport, tport_name, MACH_MSG_TYPE_COPY_SEND, &extracted, &right); in test_extract_immovable_task_port() 73 kr = mach_port_mod_refs(tport, tport_name, MACH_PORT_RIGHT_SEND, -table[tport_idx].iin_urefs); in test_extract_immovable_task_port()
|
| /xnu-11417.101.15/tools/lldbmacros/ |
| H A D | ipc.py | 1328 tport = t.itk_registered[tr_idx] 1329 if unsigned(tport) > 0: 1331 func(t, space, ctx, registeredport_idx, 0, tport, 17)
|