Home
last modified time | relevance | path

Searched refs:task_get_sec_token (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/osfmk/kern/
H A Dtask.h1109 extern security_token_t *task_get_sec_token(task_t task);
H A Dtask.c1695 task_ro_data.task_tokens.sec_token = *task_get_sec_token(parent_task); in task_create_internal()
5648 *sec_token_p = *task_get_sec_token(task); in task_info()
7691 task_get_sec_token(task_t task) in task_get_sec_token() function
7732 return task_get_sec_token(task)->val[0] == 0; in task_is_privileged()
/xnu-11215.61.5/osfmk/ipc/
H A Dipc_kmsg.c555 trailer->msgh_sender = *task_get_sec_token(sender); in ipc_kmsg_init_trailer_and_sign()