Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfs_commonacl.c457 nfsrv_compareacl(NFSACL_T *aclp1, NFSACL_T *aclp2) in nfsrv_compareacl() argument
462 if (aclp1->acl_cnt != aclp2->acl_cnt) in nfsrv_compareacl()
464 acep1 = aclp1->acl_entry; in nfsrv_compareacl()
466 for (i = 0; i < aclp1->acl_cnt; i++) { in nfsrv_compareacl()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c389 aclent_t aclp1[] = {
429 n = facl(fd, SETACL, (int)(sizeof(aclp1)/sizeof(aclp1[0])), aclp1);