Home
last modified time | relevance | path

Searched refs:TASK_DEBUG_CONTROL_PORT (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/osfmk/mach/ !
H A Dtask_special_ports.h94 #define TASK_DEBUG_CONTROL_PORT 10 /* debug control port */ macro
120 (task_get_special_port((task), TASK_DEBUG_CONTROL_PORT, (port)))
132 (task_set_special_port((task), TASK_DEBUG_CONTROL_PORT, (port)))
/xnu-8020.101.4/libsyscall/mach/ !
H A Dport_descriptions.c100 [TASK_DEBUG_CONTROL_PORT] = "debug control", in mach_task_special_port_description()
195 SP_ENTRY(TASK_DEBUG_CONTROL_PORT), in mach_task_special_port_for_id()
/xnu-8020.101.4/tests/ !
H A Dport_descriptions.c110 TEST_TSP(TASK_DEBUG_CONTROL_PORT);
209 TEST_TSP(TASK_DEBUG_CONTROL_PORT);
/xnu-8020.101.4/osfmk/kern/ !
H A Dipc_tt.c1893 case TASK_DEBUG_CONTROL_PORT: in task_get_special_port_internal()
2167 case TASK_DEBUG_CONTROL_PORT: in task_set_special_port_internal()