Searched refs:TASK_BOOTSTRAP_PORT (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.41.9/osfmk/mach/ |
| H A D | task_special_ports.h | 78 #define TASK_BOOTSTRAP_PORT 4 /* Bootstrap environment for task. */ macro 117 (task_get_special_port((task), TASK_BOOTSTRAP_PORT, (port))) 123 (task_set_special_port((task), TASK_BOOTSTRAP_PORT, (port)))
|
| /xnu-8792.41.9/libsyscall/mach/ |
| H A D | port_descriptions.c | 97 [TASK_BOOTSTRAP_PORT] = "bootstrap", in mach_task_special_port_description() 192 SP_ENTRY(TASK_BOOTSTRAP_PORT), in mach_task_special_port_for_id()
|
| /xnu-8792.41.9/tests/ |
| H A D | port_descriptions.c | 109 TEST_TSP(TASK_BOOTSTRAP_PORT); 208 TEST_TSP(TASK_BOOTSTRAP_PORT);
|
| H A D | imm_pinned_control_port.c | 199 kr = task_set_special_port(mach_task_self(), TASK_BOOTSTRAP_PORT, mach_task_self()); in test_immovable_port_stashing()
|
| H A D | ipc_read_inspect.c | 77 kr = task_get_special_port(tport, TASK_BOOTSTRAP_PORT, &special_port); in test_task_get_special_port()
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | ipc_tt.c | 1950 case TASK_BOOTSTRAP_PORT: in task_get_special_port_internal() 2237 case TASK_BOOTSTRAP_PORT: in task_set_special_port_internal()
|