Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_acl.c76 static int kern___acl_set_path(struct thread *td, const char *path,
396 return(kern___acl_set_path(td, uap->path, uap->type, uap->aclp, in sys___acl_set_file()
407 return(kern___acl_set_path(td, uap->path, uap->type, uap->aclp, in sys___acl_set_link()
412 kern___acl_set_path(struct thread *td, const char *path, in kern___acl_set_path() function