Home
last modified time | relevance | path

Searched refs:OTHER_OBJ (Results 1 – 19 of 19) sorted by relevance

/titanic_41/usr/src/cmd/filesync/
H A Dacls.c93 case OTHER_OBJ: in get_acls()
189 acls[3].a_type = OTHER_OBJ; in set_acls()
262 } else if (type & OTHER_OBJ) { in show_acls()
/titanic_41/usr/src/lib/libsec/common/
H A Daclmode.c74 if (tp->a_type == OTHER_OBJ) { in acltomode()
119 if (tp->a_type == OTHER_OBJ) { in aclfrommode()
H A Daclsort.c66 {6, OTHER_OBJ},
142 for (tp = aclbufp; tp->a_type != OTHER_OBJ; tp++) { in aclsort()
H A Dacltext.c225 case OTHER_OBJ: in aclent_printacl()
361 case OTHER_OBJ: in aclent_type_txt()
362 if (aclp->a_type == OTHER_OBJ) in aclent_type_txt()
H A Daclcheck.c105 case OTHER_OBJ: in aclent_aclcheck()
H A Daclutils.c423 min_acl[3].a_type = OTHER_OBJ; in acl_strip()
H A Dacl_lex.l882 *ret = OTHER_OBJ; in aclent_entry_type()
/titanic_41/usr/src/uts/common/sys/
H A Dacl.h64 #define OTHER_OBJ (0x20) /* other entry for the object */ macro
77 #define DEF_OTHER_OBJ (ACL_DEFAULT | OTHER_OBJ)
/titanic_41/usr/src/common/acl/
H A Dacl_common.c648 } else if (aclent[i].a_type & OTHER_OBJ) { in ln_aent_to_ace()
1073 } else if (dest->a_type & OTHER_OBJ) { in acevals_to_aent()
1094 if ((list->seen & (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) != in ace_list_to_aent()
1095 (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) { in ace_list_to_aent()
1196 if (!(list->other_obj.aent_type & OTHER_OBJ)) { in ace_list_to_aent()
1358 acl->seen |= OTHER_OBJ; in ln_ace_to_aent()
1360 vals->aent_type = OTHER_OBJ | acl->dfacl_flag; in ln_ace_to_aent()
/titanic_41/usr/src/cmd/setfacl/
H A Dsetfacl.c503 case OTHER_OBJ: in convert_to_aclent_t()
653 aclentp->a_type = OTHER_OBJ; in parse_entry()
664 if (aclentp->a_type != CLASS_OBJ && aclentp->a_type != OTHER_OBJ && in parse_entry()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c761 } else if (aclent[i].a_type & OTHER_OBJ) { in ln_aent_to_ace4()
1242 } else if (dest->a_type & OTHER_OBJ) { in ace4vals_to_aent()
1265 if ((list->seen & (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) != in ace4_list_to_aent()
1266 (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) { in ace4_list_to_aent()
1353 ASSERT(list->other_obj.aent_type & OTHER_OBJ); in ace4_list_to_aent()
1470 acl->seen |= OTHER_OBJ; in ln_ace4_to_aent()
1472 vals->aent_type = OTHER_OBJ | acl->dfacl_flag; in ln_ace4_to_aent()
H A Dnfs_srv.c2925 case OTHER_OBJ: in acl_perm()
2962 case OTHER_OBJ: in acl_perm()
/titanic_41/usr/src/cmd/getfacl/
H A Dgetfacl.c211 case OTHER_OBJ: in main()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c760 aclentp->a_type = OTHER_OBJ; in ufs_acl_get()
884 case OTHER_OBJ: /* Other */ in acl_validate()
1039 case OTHER_OBJ: /* Other */ in vsecattr2aclentry()
1158 formvsec(OTHER_OBJ, sp->aother, &aclentp); in aclentry2vsecattr()
1595 ACL_MOVE(sp->aother, OTHER_OBJ, bufaclp); in ufs_sectobuf()
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c369 case OTHER_OBJ: /* Other */ in bufchk()
/titanic_41/usr/src/uts/common/fs/
H A Dfs_subr.c573 aclentp->a_type = OTHER_OBJ; /* Other */ in fs_fab_acl()
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c1086 aclentp->a_type = OTHER_OBJ; in fop_getsecattr()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c8913 case OTHER_OBJ: in cachefs_acl2perm()
9257 case OTHER_OBJ: in cachefs_cacheacl()
9468 aclp->a_type = OTHER_OBJ; in cachefs_getaclfromcache()
9507 case OTHER_OBJ: in cachefs_getaclfromcache()
9727 aclp->a_type = OTHER_OBJ; in cachefs_createacl()
9975 case OTHER_OBJ: in cachefs_acl_access()
/titanic_41/usr/src/cmd/praudit/
H A Dformat.c2198 case OTHER_OBJ: in pa_pw_uid_gr_gid()