Searched refs:mac_get_filelink (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/security/
H A Dmac_base.c1809 mac_get_filelink(proc_t p, user_addr_t mac_p, user_addr_t path_p, int follow) function
1886 return (mac_get_filelink(p, uap->mac_p, uap->path_p, 1));
1894 return (mac_get_filelink(p, uap->mac_p, uap->path_p, 0));

Completed in 13 milliseconds