Home
last modified time | relevance | path

Searched refs:TASK_BOOTSTRAP_PORT (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.101.15/osfmk/mach/
H A Dtask_special_ports.h78 #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-10063.101.15/libsyscall/mach/
H A Dport_descriptions.c98 [TASK_BOOTSTRAP_PORT] = "bootstrap", in mach_task_special_port_description()
193 SP_ENTRY(TASK_BOOTSTRAP_PORT), in mach_task_special_port_for_id()
/xnu-10063.101.15/tests/
H A Dport_descriptions.c110 TEST_TSP(TASK_BOOTSTRAP_PORT);
209 TEST_TSP(TASK_BOOTSTRAP_PORT);
H A Dimm_pinned_control_port.c215 kr = task_set_special_port(mach_task_self(), TASK_BOOTSTRAP_PORT, mach_task_self()); in test_immovable_port_stashing()
H A Dipc_read_inspect.c77 kr = task_get_special_port(tport, TASK_BOOTSTRAP_PORT, &special_port); in test_task_get_special_port()
/xnu-10063.101.15/osfmk/kern/
H A Dipc_tt.c1960 case TASK_BOOTSTRAP_PORT: in task_get_special_port_internal()
2247 case TASK_BOOTSTRAP_PORT: in task_set_special_port_internal()