Home
last modified time | relevance | path

Searched refs:DEF_USER_OBJ (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c429 (tmpacl.a_type == DEF_USER_OBJ) || in convert_to_aclent_t()
684 aclentp->a_type = DEF_USER_OBJ; in parse_entry()
694 aclentp->a_type == DEF_USER_OBJ) { in parse_entry()
/illumos-gate/usr/src/lib/libsec/common/
H A Daclsort.c66 {7, DEF_USER_OBJ},
H A Daclcheck.c159 case DEF_USER_OBJ: in aclent_aclcheck()
H A Dacltext.c243 case DEF_USER_OBJ: in aclent_printacl()
317 case DEF_USER_OBJ: in aclent_type_txt()
H A Dacl_lex.l898 *ret = (owning == 0) ? DEF_USER : DEF_USER_OBJ; in aclent_entry_type()
/illumos-gate/usr/src/uts/common/sys/
H A Dacl.h68 #define DEF_USER_OBJ (ACL_DEFAULT | USER_OBJ) macro
/illumos-gate/usr/src/cmd/getfacl/
H A Dgetfacl.c221 case DEF_USER_OBJ: in main()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c884 case DEF_USER_OBJ: /* Default Owner */ in acl_validate()
1060 case DEF_USER_OBJ: /* Default Owner */ in vsecattr2aclentry()
1195 formvsec(DEF_USER_OBJ, sp->downer, &aclentp); in aclentry2vsecattr()
1611 ACL_MOVE(sp->downer, DEF_USER_OBJ, bufaclp); in ufs_sectobuf()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c373 case DEF_USER_OBJ: /* Default Owner */ in bufchk()