Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_acl.c74 static int kern___acl_get_path(struct thread *td, const char *path,
358 return (kern___acl_get_path(td, uap->path, uap->type, uap->aclp, in sys___acl_get_file()
369 return(kern___acl_get_path(td, uap->path, uap->type, uap->aclp, in sys___acl_get_link()
374 kern___acl_get_path(struct thread *td, const char *path, acl_type_t type, in kern___acl_get_path() function