Home
last modified time | relevance | path

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

/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_acl.c142 return kern___acl_delete_path(l, SCARG_P32(uap, path), SCARG(uap, type), in netbsd32___acl_delete_file()
153 return kern___acl_delete_path(l, SCARG_P32(uap, path), SCARG(uap, type), in netbsd32___acl_delete_link()
/netbsd/sys/kern/
H A Dvfs_acl.c416 return kern___acl_delete_path(l, SCARG(uap, path), SCARG(uap, type), in sys___acl_delete_file()
428 return kern___acl_delete_path(l, SCARG(uap, path), SCARG(uap, type), in sys___acl_delete_link()
433 kern___acl_delete_path(struct lwp *l, const char *path, in kern___acl_delete_path() function
/netbsd/sys/sys/
H A Dacl.h327 int kern___acl_delete_path(struct lwp *, const char *, acl_type_t,