HomeSort by: relevance | last modified time | path
    Searched refs:kern___acl_delete_path (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/compat/netbsd32/
netbsd32_acl.c 142 return kern___acl_delete_path(l, SCARG_P32(uap, path), SCARG(uap, type),
153 return kern___acl_delete_path(l, SCARG_P32(uap, path), SCARG(uap, type),
  /src/sys/kern/
vfs_acl.c 418 return kern___acl_delete_path(l, SCARG(uap, path), SCARG(uap, type),
430 return kern___acl_delete_path(l, SCARG(uap, path), SCARG(uap, type),
435 kern___acl_delete_path(struct lwp *l, const char *path, function in typeref:typename:int
  /src/sys/sys/
acl.h 327 int kern___acl_delete_path(struct lwp *, const char *, acl_type_t,

Completed in 13 milliseconds