Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/ipc/
H A Dmach_msg.c133 const security_token_t KERNEL_SECURITY_TOKEN = KERNEL_SECURITY_TOKEN_VALUE; variable
H A Dipc_kmsg.c5652 &KERNEL_SECURITY_TOKEN, in ipc_kmsg_trace_send()
5653 sizeof(KERNEL_SECURITY_TOKEN)) == 0) { in ipc_kmsg_trace_send()
/xnu-12377.41.6/osfmk/mach/
H A Dmessage.h879 extern const security_token_t KERNEL_SECURITY_TOKEN;
/xnu-12377.41.6/osfmk/kern/
H A Dtask.c1771 task_ro_data.task_tokens.sec_token = KERNEL_SECURITY_TOKEN; in task_create_internal()