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

/freebsd-12-stable/sys/security/mac/
H A Dmac_syscalls.c79 static int kern___mac_get_path(struct thread *td, const char *path_p,
324 return (kern___mac_get_path(td, uap->path_p, uap->mac_p, FOLLOW));
331 return (kern___mac_get_path(td, uap->path_p, uap->mac_p, NOFOLLOW));
335 kern___mac_get_path(struct thread *td, const char *path_p, struct mac *mac_p, function

Completed in 112 milliseconds