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

/darwin-on-arm/xnu/osfmk/mach/
H A Dtask_special_ports.h62 * port identifiers - they are only used for the task_get_special_port
97 (task_get_special_port((task), TASK_KERNEL_PORT, (port)))
103 (task_get_special_port((task), TASK_HOST_PORT, (port)))
109 (task_get_special_port((task), TASK_BOOTSTRAP_PORT, (port)))
115 (task_get_special_port((task), TASK_ACCESS_PORT, (port)))
H A Dtask.defs156 routine task_get_special_port(
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dtask.h161 /* Routine task_get_special_port */
167 kern_return_t task_get_special_port
1593 { "task_get_special_port", 3409 },\
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_tt.c811 * Routine: task_get_special_port [kernel call]
825 task_get_special_port( function
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c1333 * Returns: kern_return_t see task_get_special_port()
1343 return task_get_special_port(task, which, portp);

Completed in 43 milliseconds