Home
last modified time | relevance | path

Searched refs:DEF_USER (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libsec/common/
H A Daclsort.c68 {8, DEF_USER},
130 sortid(aclbufp, nentries, DEF_USER); in aclsort()
H A Daclcheck.c129 case DEF_USER: in aclent_aclcheck()
132 if (aclentp->a_type == DEF_USER) { in aclent_aclcheck()
H A Dacltext.c229 case DEF_USER: in aclent_printacl()
316 case DEF_USER: in aclent_type_txt()
756 (aclp->a_type == DEF_USER) || (aclp->a_type == GROUP) || in aclent_acltotext()
H A Dacl_lex.l888 *ret = (owning == 0) ? DEF_USER : DEF_USER_OBJ; in aclent_entry_type()
/titanic_41/usr/src/cmd/setfacl/
H A Dsetfacl.c633 aclentp->a_type = DEF_USER; in parse_entry()
684 if (aclentp->a_type == DEF_USER) in parse_entry()
694 aclentp->a_type == DEF_USER || in parse_entry()
/titanic_41/usr/src/uts/common/sys/
H A Dacl.h69 #define DEF_USER (ACL_DEFAULT | USER) macro
/titanic_41/usr/src/cmd/getfacl/
H A Dgetfacl.c218 case DEF_USER: in main()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c908 case DEF_USER: /* Default Users */ in acl_validate()
1078 case DEF_USER: in vsecattr2aclentry()
1202 formvsec(DEF_USER, sp->dusers, &aclentp); in aclentry2vsecattr()
1620 ACL_MOVE(sp->dusers, DEF_USER, bufaclp); in ufs_sectobuf()
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c393 case DEF_USER: /* Default Users */ in bufchk()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c9737 case DEF_USER: in cachefs_createacl()