Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_syscalls.c79 static int kern___mac_get_path(struct thread *td, const char *path_p,
325 return (kern___mac_get_path(td, uap->path_p, uap->mac_p, FOLLOW)); in sys___mac_get_file()
332 return (kern___mac_get_path(td, uap->path_p, uap->mac_p, NOFOLLOW)); in sys___mac_get_link()
336 kern___mac_get_path(struct thread *td, const char *path_p, struct mac *mac_p, in kern___mac_get_path() function