Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/ipc/
H A Dmach_msg.c140 const security_token_t KERNEL_SECURITY_TOKEN = KERNEL_SECURITY_TOKEN_VALUE; variable
H A Dipc_kmsg.c1136 &KERNEL_SECURITY_TOKEN, in ipc_kmsg_trace_send()
1137 sizeof(KERNEL_SECURITY_TOKEN)) == 0) { in ipc_kmsg_trace_send()
/xnu-8020.140.41/osfmk/mach/
H A Dmessage.h749 extern const security_token_t KERNEL_SECURITY_TOKEN;
/xnu-8020.140.41/osfmk/kern/
H A Dtask.c1503 task_ro_data.task_tokens.sec_token = KERNEL_SECURITY_TOKEN; in task_create_internal()