Home
last modified time | relevance | path

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

/trueos/sys/compat/mach/ipc/
HDipc_notify.c153 n->trailer.msgh_sender = KERNEL_SECURITY_TOKEN; in ipc_notify_init_port_deleted()
182 n->trailer.msgh_sender = KERNEL_SECURITY_TOKEN; in ipc_notify_init_port_destroyed()
207 n->trailer.msgh_sender = KERNEL_SECURITY_TOKEN; in ipc_notify_init_no_senders()
231 n->trailer.msgh_sender = KERNEL_SECURITY_TOKEN; in ipc_notify_init_send_once()
257 n->trailer.msgh_sender = KERNEL_SECURITY_TOKEN; in ipc_notify_init_dead_name()
HDipc_kobject.c439 trailer->msgh_sender = KERNEL_SECURITY_TOKEN; in ipc_kobject_server()
HDmach_msg.c213 security_token_t KERNEL_SECURITY_TOKEN = KERNEL_SECURITY_TOKEN_VALUE; variable
HDipc_kmsg.c896 trailer->msgh_sender = KERNEL_SECURITY_TOKEN; in ipc_kmsg_get_from_kernel()
/trueos/sys/sys/mach/
HDmessage.h513 extern security_token_t KERNEL_SECURITY_TOKEN;
/trueos/sys/compat/mach/kern/
HDtask.c438 new_task->sec_token = KERNEL_SECURITY_TOKEN; in task_create_internal()