Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_acl.c72 static int kern___acl_set_path(struct thread *td, const char *path,
393 return(kern___acl_set_path(td, uap->path, uap->type, uap->aclp, in sys___acl_set_file()
404 return(kern___acl_set_path(td, uap->path, uap->type, uap->aclp, in sys___acl_set_link()
409 kern___acl_set_path(struct thread *td, const char *path, in kern___acl_set_path() function