Home
last modified time | relevance | path

Searched refs:MIN_ACL_ENTRIES (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/lib/libsec/common/
H A Daclutils.c91 } else if (aclcnt > MIN_ACL_ENTRIES) in acl_trivial()
196 if (acl_info->acl_cnt <= MIN_ACL_ENTRIES) in cacl_get()
393 aclent_t min_acl[MIN_ACL_ENTRIES]; in acl_strip()
/titanic_41/usr/src/uts/common/sys/
H A Dacl.h200 #define MIN_ACL_ENTRIES 4 macro
/titanic_41/usr/src/cmd/getfacl/
H A Dgetfacl.c125 if (aclcnt < MIN_ACL_ENTRIES) { in main()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1887 aclcnt = MIN_ACL_ENTRIES; in sendacl()
1900 aclcnt = MIN_ACL_ENTRIES; in sendacl()
2009 min_entries = MIN_ACL_ENTRIES; in recvacl()
/titanic_41/usr/src/cmd/setfacl/
H A Dsetfacl.c210 if (aclcnt < MIN_ACL_ENTRIES) { in get_acl_info()
/titanic_41/usr/src/uts/common/fs/
H A Dfs_subr.c736 if (vsecattr.vsa_aclcnt > MIN_ACL_ENTRIES) in fs_acl_nontrivial()
/titanic_41/usr/src/ucbcmd/ls/
H A Dls.c426 MIN_ACL_ENTRIES) { in gstat()
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c881 if (acl_info->acl_cnt <= MIN_ACL_ENTRIES) in smb_fsacl_from_vsa()
/titanic_41/usr/src/cmd/chmod/
H A Dchmod.c684 if ((aclcnt = acl(name, GETACLCNT, 0, NULL)) <= MIN_ACL_ENTRIES) in handle_acl()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c9272 <= MIN_ACL_ENTRIES)) { in cachefs_cacheacl()
9457 vsec->vsa_aclcnt = MIN_ACL_ENTRIES; in cachefs_getaclfromcache()
9461 kmem_zalloc(MIN_ACL_ENTRIES * in cachefs_getaclfromcache()
9471 ksort((caddr_t)vsec->vsa_aclentp, MIN_ACL_ENTRIES, in cachefs_getaclfromcache()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c2902 if (aclcnt > MIN_ACL_ENTRIES) { in acl_perm()