Home
last modified time | relevance | path

Searched refs:ACLENT_T (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dacl_impl.h45 ACLENT_T = 0, enumerator
/titanic_41/usr/src/lib/libsec/common/
H A Daclutils.c135 acl_info = acl_alloc(ACLENT_T); in cacl_get()
195 case ACLENT_T: in cacl_get()
498 if (acl->acl_type == ACLENT_T) in acl_removeentries()
H A Dacl.y92 if ($$->acl_type == ACLENT_T) {
119 yyacl = acl_alloc(ACLENT_T);
H A Daclcheck.c368 case ACLENT_T: in acl_check()
H A Dacltext.c980 case ACLENT_T: in acl_totext()
1118 case ACLENT_T: in acl_printacl()
/titanic_41/usr/src/common/acl/
H A Dacl_common.c281 case ACLENT_T: in acl_alloc()
282 aclp->acl_type = ACLENT_T; in acl_alloc()
1516 aclp->acl_type == ACLENT_T)) in acl_translate()
1525 aclp->acl_type == ACLENT_T) { in acl_translate()
1552 aclp->acl_type = ACLENT_T; in acl_translate()
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c868 case ACLENT_T: in smb_fsacl_from_vsa()
936 case ACLENT_T: in smb_fsacl_to_vsa()
H A Dsmb_vops.c1197 case ACLENT_T: in smb_vop_acl_read()
1289 return (ACLENT_T); in smb_vop_acl_type()
H A Dsmb_fsops.c2060 case ACLENT_T: in smb_fsop_aclwrite()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1886 if (aclp && (acl_type(aclp) != ACLENT_T) && (acl_aclflag == 0)) { in sendacl()
1895 acltype = (acl_type(aclp) != ACLENT_T) ? 'Z' : 'A'; in sendacl()
/titanic_41/usr/src/cmd/find/
H A Dfind.c1107 if (acl->acl_type == ACLENT_T) {
/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c1287 set_aclp = acl_to_aclp(ACLENT_T, aclent, n);
/titanic_41/usr/src/cmd/ls/
H A Dls.c2037 if (acl_type(rep->aclp) == ACLENT_T) { in gstat()
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c8046 case ACLENT_T: in append_secattr()
8061 attr->attr_type = (acl_type(aclp) == ACLENT_T) ? in append_secattr()
/titanic_41/usr/src/cmd/tar/
H A Dtar.c8106 ACL_SID_FMT), (acl_type(aclp) == ACLENT_T) ? in put_extra_attributes()