Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dtask.h1085 extern security_token_t *task_get_sec_token(task_t task);
H A Dtask.c1693 task_ro_data.task_tokens.sec_token = *task_get_sec_token(parent_task); in task_create_internal()
5619 *sec_token_p = *task_get_sec_token(task); in task_info()
7619 task_get_sec_token(task_t task) in task_get_sec_token() function
7660 return task_get_sec_token(task)->val[0] == 0; in task_is_privileged()
/xnu-10063.141.1/osfmk/ipc/
H A Dipc_kmsg.c554 trailer->msgh_sender = *task_get_sec_token(sender); in ipc_kmsg_init_trailer_and_sign()