Searched refs:ACE_EVERYONE (Results 1 – 18 of 18) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | acl.h | 110 #define ACE_EVERYONE 0x4000 macro 184 #define ACE_TYPE_FLAGS (ACE_OWNER|ACE_GROUP|ACE_EVERYONE| \
|
/titanic_50/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_acl.c | 391 { NT_WORLD_SIDSTR, ACE_EVERYONE }, in smb_ace_wellknown_update() 443 case ACE_EVERYONE: in smb_fsacl_getsids() 491 zace->a_flags = ACE_EVERYONE; in smb_fsacl_null_empty()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_acl.c | 217 entry_type == ACE_EVERYONE) in zfs_ace_fuid_get_who() 248 entry_type == ACE_EVERYONE) in zfs_ace_fuid_set_who() 271 entry_type == ACE_EVERYONE) in zfs_ace_fuid_size() 526 entry_type == ACE_EVERYONE || entry_type == 0 || in zfs_acl_valid_ace_type() 677 entry_type != ACE_EVERYONE) { in zfs_copy_ace_2_fuid() 764 entry_type != ACE_EVERYONE)) { in zfs_copy_fuid_2_ace() 884 type != ACE_EVERYONE)) in zfs_set_ace() 919 (entry_type == ACE_OWNER || entry_type == ACE_EVERYONE || in zfs_mode_compute() 969 } else if (entry_type == ACE_EVERYONE) { in zfs_mode_compute() 1386 if ((entry_type == ACE_OWNER || entry_type == ACE_EVERYONE || in zfs_acl_chmod() [all …]
|
H A D | zfs_byteswap.c | 100 case ACE_EVERYONE: in zfs_ace_byteswap()
|
H A D | zfs_ioctl.c | 5031 {(uid_t)-1, ACE_ALL_PERMS, ACE_EVERYONE, 0}
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_acl.c | 45 #define ZACE_IS_EVERYONE(zace) (zace->a_flags & ACE_EVERYONE) 448 { NT_WORLD_SIDSTR, ACE_EVERYONE }, in smb_ace_wellknown_update() 500 case ACE_EVERYONE: in smb_fsacl_getsids() 548 zace->a_flags = ACE_EVERYONE; in smb_fsacl_null_empty()
|
/titanic_50/usr/src/common/acl/ |
H A D | acl_common.c | 115 ACE_IDENTIFIER_GROUP | ACE_OWNER | ACE_GROUP | ACE_EVERYONE) 650 acep->a_flags |= ACE_EVERYONE; in ln_aent_to_ace() 1356 } else if ((acep->a_flags & ACE_EVERYONE)) { in ln_ace_to_aent() 1674 ACE_EVERYONE); in acl_trivial_create() 1702 case ACE_EVERYONE: in ace_trivial_common()
|
/titanic_50/usr/src/lib/libsec/common/ |
H A D | aclutils.c | 458 if (ace1.a_flags & (ACE_OWNER|ACE_GROUP|ACE_EVERYONE)) in ace_match() 460 if (ace2.a_flags & (ACE_OWNER|ACE_GROUP|ACE_EVERYONE)) in ace_match()
|
H A D | aclcheck.c | 319 case ACE_EVERYONE: in ace_aclcheck()
|
H A D | acl_lex.l | 858 ret = ACE_EVERYONE; in ace_entry_type()
|
H A D | acltext.c | 414 case ACE_EVERYONE: in ace_type_txt()
|
/titanic_50/usr/src/common/smbclnt/ |
H A D | smbfs_ntacl.c | 833 zflags = ACE_EVERYONE; in ntace2zace() 1105 zacep->a_flags = ACE_EVERYONE; in smbfs_acl_sd2zfs() 1535 if (zacep->a_flags & ACE_EVERYONE) { in smbfs_acl_zfs2sd()
|
/titanic_50/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_brand.c | 1002 case ACE_EVERYONE: in has_trivial_native_acl() 1087 ACE_WRITE_NAMED_ATTRS, ACE_EVERYONE, in make_trivial_s10_acl() 1090 ACE_READ_NAMED_ATTRS|ACE_SYNCHRONIZE, ACE_EVERYONE, in make_trivial_s10_acl()
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 1099 acl->a_flags = ACE_EVERYONE; in fop_getsecattr()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_acl.c | 1722 } else if (ace->a_flags & ACE_EVERYONE) { in acet_to_ace4() 1821 ace->a_flags |= ACE_EVERYONE; in ace4_to_acet()
|
/titanic_50/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 2785 case ACE_EVERYONE: in zfs_ace_print_common() 3190 case ACE_EVERYONE: in zfs_aces_walk_step()
|
/titanic_50/usr/src/cmd/ls/ |
H A D | ls.c | 1726 ap->a_who == p->lgid) || flags == ACE_EVERYONE) { in grp_mask_to_mode()
|
/titanic_50/usr/src/cmd/praudit/ |
H A D | format.c | 3031 case ACE_EVERYONE: in pa_ace_flags()
|