Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c431 (tmpacl.a_type == DEF_OTHER_OBJ)); in convert_to_aclent_t()
650 aclentp->a_type = DEF_OTHER_OBJ; in parse_entry()
665 aclentp->a_type != DEF_OTHER_OBJ) { in parse_entry()
/illumos-gate/usr/src/lib/libsec/common/
H A Daclsort.c71 {12, DEF_OTHER_OBJ},
H A Daclcheck.c181 case DEF_OTHER_OBJ: in aclent_aclcheck()
H A Dacltext.c260 case DEF_OTHER_OBJ: in aclent_printacl()
369 case DEF_OTHER_OBJ: in aclent_type_txt()
H A Dacl_lex.l907 *ret = DEF_OTHER_OBJ; in aclent_entry_type()
/illumos-gate/usr/src/uts/common/sys/
H A Dacl.h78 #define DEF_OTHER_OBJ (ACL_DEFAULT | OTHER_OBJ) macro
/illumos-gate/usr/src/cmd/getfacl/
H A Dgetfacl.c253 case DEF_OTHER_OBJ: in main()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c890 case DEF_OTHER_OBJ: /* Default Other */ in acl_validate()
1068 case DEF_OTHER_OBJ: /* Default Other */ in vsecattr2aclentry()
1199 formvsec(DEF_OTHER_OBJ, sp->dother, &aclentp); in aclentry2vsecattr()
1613 ACL_MOVE(sp->dother, DEF_OTHER_OBJ, bufaclp); in ufs_sectobuf()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c379 case DEF_OTHER_OBJ: /* Default Other */ in bufchk()