Searched refs:task_get_special_port (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/osfmk/mach/
H A Dtask_special_ports.h62 * port identifiers - they are only used for the task_get_special_port
98 (task_get_special_port((task), TASK_KERNEL_PORT, (port)))
104 (task_get_special_port((task), TASK_HOST_PORT, (port)))
110 (task_get_special_port((task), TASK_BOOTSTRAP_PORT, (port)))
113 (task_get_special_port((task), TASK_DEBUG_CONTROL_PORT, (port)))
119 (task_get_special_port((task), TASK_ACCESS_PORT, (port)))
H A Dtask.defs156 routine task_get_special_port(
/xnu-2782.1.97/osfmk/kern/
H A Dipc_tt.c873 * Routine: task_get_special_port [kernel call]
887 task_get_special_port( function
/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c1089 * Returns: kern_return_t see task_get_special_port()
1099 return task_get_special_port(task, which, portp);

Completed in 85 milliseconds