Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/mach/
H A Dtask_info.h257 #define TASK_SECURITY_TOKEN 13 macro
/xnu-12377.81.4/tests/ipc/
H A Dmach_msg_transport.c195 kr = task_info(mach_task_self(), TASK_SECURITY_TOKEN, (task_info_t)&sec_token, &count);
/xnu-12377.81.4/iokit/Kernel/
H A DIOUserClient.cpp1501 kr = task_info( task, TASK_SECURITY_TOKEN, (task_info_t) &token, &count ); in clientHasPrivilege()
/xnu-12377.81.4/osfmk/kern/
H A Dtask.c5810 case TASK_SECURITY_TOKEN: in task_info()