Searched refs:TASK_KERNEL_PORT (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | task_special_ports.h | 72 #define TASK_KERNEL_PORT 1 /* The full task port for task. */ macro 105 (task_get_special_port((task), TASK_KERNEL_PORT, (port))) 108 (task_set_special_port((task), TASK_KERNEL_PORT, (port)))
|
| /xnu-12377.41.6/libsyscall/mach/ |
| H A D | port_descriptions.c | 96 [TASK_KERNEL_PORT] = "kernel", in mach_task_special_port_description() 191 SP_ENTRY(TASK_KERNEL_PORT), in mach_task_special_port_for_id()
|
| /xnu-12377.41.6/tests/ |
| H A D | port_descriptions.c | 106 TEST_TSP(TASK_KERNEL_PORT); 205 TEST_TSP(TASK_KERNEL_PORT);
|
| H A D | reply_port_defense_client.c | 512 kr = task_get_special_port(mach_task_self(), TASK_KERNEL_PORT, &task_self); in test_task_self_movable_send()
|
| /xnu-12377.41.6/tests/ipc/ |
| H A D | control_port_movability_common.c | 10 kern_return_t kr = task_get_special_port(mach_task_self(), TASK_KERNEL_PORT, task_control); in get_task_thread_control() 12 kr = task_get_special_port(mach_task_self(), TASK_KERNEL_PORT, task_control); in get_task_thread_control()
|
| H A D | imm_pinned_control_port_entitled.c | 64 kr = task_get_special_port(mach_task_self(), TASK_KERNEL_PORT, &port); in test_task_thread_port_values()
|
| H A D | ipc_read_inspect.c | 63 kr = task_get_special_port(tport, TASK_KERNEL_PORT, &special_port); in test_task_get_special_port() 537 kr = task_get_special_port(mach_task_self(), TASK_KERNEL_PORT, &movable_port);
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | ipc_tt.c | 1773 case TASK_KERNEL_PORT: in task_special_type_to_flavor() 1826 case TASK_KERNEL_PORT: in task_get_special_port_internal() 1927 if (which == TASK_KERNEL_PORT && task == curr_task) { in task_get_special_port_from_user() 2062 case TASK_KERNEL_PORT: in task_set_special_port() 2124 case TASK_KERNEL_PORT: in task_set_special_port_internal()
|