Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dtask.h1273 extern uint32_t task_get_security_config(task_t);
H A Dtask.c9853 task_get_security_config(task_t task) in task_get_security_config() function
/xnu-11417.121.6/bsd/kern/
H A Dkern_exec.c6539 SECURITY_CONFIG_KEY "0x%x", task_get_security_config(task)); in exec_add_apple_strings()