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

  /src/sys/kern/
subr_acl_posix1e.c 229 acl_posix1e_check(struct acl *acl) function in typeref:typename:int
  /src/sys/sys/
acl.h 319 int acl_posix1e_check(struct acl *acl);
  /src/sys/ufs/ufs/
ufs_acl.c 74 * to the passed ACL. Assumes an ACL that would satisfy acl_posix1e_check(),
657 * Rely on the acl_posix1e_check() routine to verify the contents.
675 return (acl_posix1e_check(ap->a_aclp));

Completed in 21 milliseconds