Home
last modified time | relevance | path

Searched refs:other_obj (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Daclcheck.c56 struct entry other_obj; member
106 if (tally.other_obj.count > 0) { in aclent_aclcheck()
112 tally.other_obj.count = 1; in aclent_aclcheck()
228 tally.other_obj.count != 1) { in aclent_aclcheck()
/illumos-gate/usr/src/common/acl/
H A Dacl_common.c146 acevals_t other_obj; member
787 acevals_init(&al->other_obj, 0); in ace_list_init()
1196 if (!(list->other_obj.aent_type & OTHER_OBJ)) { in ace_list_to_aent()
1200 error = acevals_to_aent(&list->other_obj, aent, list, owner, group, in ace_list_to_aent()
1359 vals = &acl->other_obj; in ln_ace_to_aent()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c348 ace4vals_init(&a4l->other_obj, NULL); in ace4_list_init()
1353 ASSERT(list->other_obj.aent_type & OTHER_OBJ); in ace4_list_to_aent()
1354 error = ace4vals_to_aent(&list->other_obj, aent, list, owner, group, in ace4_list_to_aent()
1471 vals = &acl->other_obj; in ln_ace4_to_aent()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h478 ace4vals_t other_obj; member