| 326 | } |
| 327 | |
| 328 | int |
| 329 | sys___mac_get_link(struct thread *td, struct __mac_get_link_args *uap) |
| 330 | { |
| 331 | |
| 332 | return (kern___mac_get_path(td, uap->path_p, uap->mac_p, NOFOLLOW)); |
| 333 | } |
| 334 | |
| 335 | static int |
| 336 | kern___mac_get_path(struct thread *td, const char *path_p, struct mac *mac_p, |
nothing calls this directly
no test coverage detected