Searched refs:TASK_ACCESS_PORT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dtask_special_ports.h89 #define TASK_ACCESS_PORT 9 /* Permission check for task_for_pid. */ macro
115 (task_get_special_port((task), TASK_ACCESS_PORT, (port)))
118 (task_set_special_port((task), TASK_ACCESS_PORT, (port)))
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dipc_tt.c923 case TASK_ACCESS_PORT:
982 case TASK_ACCESS_PORT:
997 if ((TASK_SEATBELT_PORT == which || TASK_ACCESS_PORT == which)
/macosx-10.9.5/launchd-842.92.1/src/
H A Dcore.c8500 if (j->per_user && (ms->special_port_num != TASK_ACCESS_PORT)) {
8501 // The TASK_ACCESS_PORT funny business is to workaround 5325399.

Completed in 197 milliseconds