Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/lib/libsec/common/
H A Daclmode.c73 if (tp->a_type == OTHER_OBJ) { in acltomode()
118 if (tp->a_type == OTHER_OBJ) { in aclfrommode()
H A Daclsort.c65 {6, OTHER_OBJ},
141 for (tp = aclbufp; tp->a_type != OTHER_OBJ; tp++) { in aclsort()
H A Dacltext.c234 case OTHER_OBJ: in aclent_printacl()
370 case OTHER_OBJ: in aclent_type_txt()
371 if (aclp->a_type == OTHER_OBJ) in aclent_type_txt()
H A Daclcheck.c104 case OTHER_OBJ: in aclent_aclcheck()
H A Daclutils.c425 min_acl[3].a_type = OTHER_OBJ; in acl_strip()
H A Dacl_lex.l892 *ret = OTHER_OBJ; in aclent_entry_type()
/illumos-gate/usr/src/uts/common/sys/
H A Dacl.h65 #define OTHER_OBJ (0x20) /* other entry for the object */ macro
78 #define DEF_OTHER_OBJ (ACL_DEFAULT | OTHER_OBJ)
/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c502 case OTHER_OBJ: in convert_to_aclent_t()
652 aclentp->a_type = OTHER_OBJ; in parse_entry()
663 if (aclentp->a_type != CLASS_OBJ && aclentp->a_type != OTHER_OBJ && in parse_entry()
/illumos-gate/usr/src/common/acl/
H A Dacl_common.c649 } else if (aclent[i].a_type & OTHER_OBJ) { in ln_aent_to_ace()
1074 } else if (dest->a_type & OTHER_OBJ) { in acevals_to_aent()
1095 if ((list->seen & (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) != in ace_list_to_aent()
1096 (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()
/illumos-gate/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.c3052 case OTHER_OBJ: in acl_perm()
3089 case OTHER_OBJ: in acl_perm()
/illumos-gate/usr/src/cmd/getfacl/
H A Dgetfacl.c206 case OTHER_OBJ: in main()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c754 aclentp->a_type = OTHER_OBJ; in ufs_acl_get()
878 case OTHER_OBJ: /* Other */ in acl_validate()
1033 case OTHER_OBJ: /* Other */ in vsecattr2aclentry()
1152 formvsec(OTHER_OBJ, sp->aother, &aclentp); in aclentry2vsecattr()
1589 ACL_MOVE(sp->aother, OTHER_OBJ, bufaclp); in ufs_sectobuf()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c367 case OTHER_OBJ: /* Other */ in bufchk()
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c625 aclentp->a_type = OTHER_OBJ; /* Other */ in fs_fab_acl()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c1313 aclentp->a_type = OTHER_OBJ; in fop_getsecattr()
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c2332 case OTHER_OBJ: in pa_pw_uid_gr_gid()