Home
last modified time | relevance | path

Searched refs:USER_OBJ (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Dacls.c91 case USER_OBJ: in get_acls()
177 acls[0].a_type = USER_OBJ; in set_acls()
256 if (type & (USER_OBJ|USER)) { in show_acls()
271 if (type & (USER_OBJ|GROUP_OBJ)) in show_acls()
/illumos-gate/usr/src/lib/libsec/common/
H A Daclmode.c52 if (tp->a_type == USER_OBJ) { in acltomode()
102 if (tp->a_type == USER_OBJ) { in aclfrommode()
H A Daclsort.c60 {1, USER_OBJ},
H A Dacltext.c212 case USER_OBJ: in aclent_printacl()
318 case USER_OBJ: in aclent_type_txt()
319 if (aclp->a_type == USER_OBJ) in aclent_type_txt()
H A Daclcheck.c82 case USER_OBJ: in aclent_aclcheck()
H A Daclutils.c416 min_acl[0].a_type = USER_OBJ; in acl_strip()
H A Dacl_lex.l886 *ret = (owning == 0) ? USER : USER_OBJ; in aclent_entry_type()
/illumos-gate/usr/src/uts/common/sys/
H A Dacl.h60 #define USER_OBJ (0x01) /* object owner */ macro
68 #define DEF_USER_OBJ (ACL_DEFAULT | USER_OBJ)
/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c426 is_obj = ((tmpacl.a_type == USER_OBJ) || in convert_to_aclent_t()
501 case USER_OBJ: in convert_to_aclent_t()
682 aclentp->a_type = USER_OBJ; in parse_entry()
692 aclentp->a_type == USER_OBJ || in parse_entry()
/illumos-gate/usr/src/cmd/getfacl/
H A Dgetfacl.c144 if (tp->a_type == USER_OBJ) in main()
168 case USER_OBJ: in main()
/illumos-gate/usr/src/common/acl/
H A Dacl_common.c586 isdir, aclent[i].a_type & USER_OBJ, 1); in ln_aent_to_ace()
602 if (aclent[i].a_type & USER_OBJ) { in ln_aent_to_ace()
1070 } else if (dest->a_type & USER_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()
1120 if (!(list->user_obj.aent_type & USER_OBJ)) { in ace_list_to_aent()
1353 acl->seen |= USER_OBJ; in ln_ace_to_aent()
1355 vals->aent_type = USER_OBJ | acl->dfacl_flag; in ln_ace_to_aent()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c684 isdir, aclent[i].a_type & USER_OBJ, 1, isserver); in ln_aent_to_ace4()
700 if (aclent[i].a_type & USER_OBJ) { in ln_aent_to_ace4()
1238 } else if (dest->a_type & USER_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()
1290 ASSERT(list->user_obj.aent_type & USER_OBJ); in ace4_list_to_aent()
1463 acl->seen |= USER_OBJ; in ln_ace4_to_aent()
1465 vals->aent_type = USER_OBJ | acl->dfacl_flag; in ln_ace4_to_aent()
H A Dnfs_srv.c3038 case USER_OBJ: in acl_perm()
3072 case USER_OBJ: in acl_perm()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c742 aclentp->a_type = USER_OBJ; in ufs_acl_get()
872 case USER_OBJ: /* Owner */ in acl_validate()
1025 case USER_OBJ: /* Owner */ in vsecattr2aclentry()
1148 formvsec(USER_OBJ, sp->aowner, &aclentp); in aclentry2vsecattr()
1587 ACL_MOVE(sp->aowner, USER_OBJ, bufaclp); in ufs_sectobuf()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c361 case USER_OBJ: /* Owner */ in bufchk()
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c615 aclentp->a_type = USER_OBJ; /* Owner */ in fs_fab_acl()
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c2306 case USER_OBJ: in pa_pw_uid_gr_gid()