Home
last modified time | relevance | path

Searched refs:ACE_T (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dacl_impl.h46 ACE_T = 1 enumerator
/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dacl_api.c246 acl = acl_alloc(ACE_T); in smbfs_acl_get()
282 if (acl && acl->acl_type != ACE_T) in smbfs_acl_set()
/titanic_41/usr/src/lib/libsec/common/
H A Daclutils.c131 acl_info = acl_alloc(ACE_T); in cacl_get()
199 case ACE_T: in cacl_get()
288 (aclp->acl_type == ACE_T) ? ACE_SETACL : SETACL, in cacl_set()
292 (aclp->acl_type == ACE_T) ? ACE_SETACL : SETACL, in cacl_set()
H A Dacl.y84 yyacl = acl_alloc(ACE_T);
127 if ($$->acl_type == ACE_T) {
H A Daclcheck.c372 case ACE_T: in acl_check()
H A Dacltext.c977 case ACE_T: in acl_totext()
1121 case ACE_T: in acl_printacl()
/titanic_41/usr/src/cmd/fs.d/smbclnt/lsacl/
H A Dlsacl.c135 acl = acl_alloc(ACE_T); in lsacl()
/titanic_41/usr/src/cmd/fs.d/smbclnt/chacl/
H A Dchacl.c132 if (acl->acl_type != ACE_T) { in main()
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_transact_security.c90 if (sr->tid_tree->t_acltype != ACE_T) { in smb_nt_transact_query_security_info()
184 if (sr->tid_tree->t_acltype != ACE_T) { in smb_nt_transact_set_security_info()
H A Dsmb_acl.c566 acl = acl_alloc(ACE_T); in smb_fsacl_alloc()
886 case ACE_T: in smb_fsacl_from_vsa()
992 case ACE_T: in smb_fsacl_to_vsa()
H A Dsmb_fsops.c471 } else if (sr->tid_tree->t_acltype == ACE_T) { in smb_fsop_create_file()
612 } else if (sr->tid_tree->t_acltype == ACE_T) { in smb_fsop_mkdir()
2064 case ACE_T: in smb_fsop_aclwrite()
2148 } else if (sr->tid_tree->t_acltype == ACE_T) { in smb_fsop_sdread()
2217 if (sr->tid_tree->t_acltype != ACE_T) in smb_fsop_sdmerge()
2401 if (sr->tid_tree->t_acltype != ACE_T) { in smb_fsop_sdinherit()
H A Dsmb_vops.c1202 case ACE_T: in smb_vop_acl_read()
1291 return (ACE_T); in smb_vop_acl_type()
/titanic_41/usr/src/common/acl/
H A Dacl_common.c277 case ACE_T: in acl_alloc()
278 aclp->acl_type = ACE_T; in acl_alloc()
1514 if ((target_flavor == _ACL_ACE_ENABLED && aclp->acl_type == ACE_T) || in acl_translate()
1532 aclp->acl_type == ACE_T) { in acl_translate()
1549 aclp->acl_type = ACE_T; in acl_translate()
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_acl.c509 acl = acl_alloc(ACE_T); in smb_fsacl_alloc()
/titanic_41/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c912 if (acl_info->acl_type != ACE_T || in smbfs_acl_sd2zfs()
1464 if (acl_info->acl_type != ACE_T || in smbfs_acl_zfs2sd()
/titanic_41/usr/src/cmd/ls/
H A Dls.c2089 } else if (acl_type(rep->aclp) == ACE_T) { in gstat()
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c8047 case ACE_T: in append_secattr()