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

  /src/sys/ufs/ufs/
ufs_acl.c 541 error = acl_copy_acl_into_oldacl(aclp, old);
570 error = acl_copy_acl_into_oldacl(aclp, old);
  /src/sys/kern/
vfs_acl.c 93 acl_copy_acl_into_oldacl(const struct acl *source, struct oldacl *dest) function in typeref:typename:int
159 error = acl_copy_acl_into_oldacl(kernel_acl, &old);
  /src/sys/sys/
acl.h 313 int acl_copy_acl_into_oldacl(const struct acl *source,

Completed in 12 milliseconds