Home
last modified time | relevance | path

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

/xnu-11215.1.10/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-11215.1.10/libsyscall/mach/
H A Dport_descriptions.c99 [TASK_BOOTSTRAP_PORT] = "bootstrap", in mach_task_special_port_description()
194 SP_ENTRY(TASK_BOOTSTRAP_PORT), in mach_task_special_port_for_id()
/xnu-11215.1.10/tests/
H A Dport_descriptions.c111 TEST_TSP(TASK_BOOTSTRAP_PORT);
210 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()
/xnu-11215.1.10/tests/ipc/
H A Dipc_read_inspect.c78 kr = task_get_special_port(tport, TASK_BOOTSTRAP_PORT, &special_port); in test_task_get_special_port()
/xnu-11215.1.10/osfmk/kern/
H A Dipc_tt.c2025 case TASK_BOOTSTRAP_PORT: in task_get_special_port_internal()
2314 case TASK_BOOTSTRAP_PORT: in task_set_special_port_internal()