Searched refs:other_obj (Results 1 – 4 of 4) sorted by relevance
| /titanic_50/usr/src/lib/libsec/common/ |
| H A D | aclcheck.c | 57 struct entry other_obj; member 107 if (tally.other_obj.count > 0) { in aclent_aclcheck() 113 tally.other_obj.count = 1; in aclent_aclcheck() 229 tally.other_obj.count != 1) { in aclent_aclcheck()
|
| /titanic_50/usr/src/common/acl/ |
| H A D | acl_common.c | 145 acevals_t other_obj; member 786 acevals_init(&al->other_obj, NULL); 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()
|
| /titanic_50/usr/src/uts/common/fs/nfs/ |
| H A D | nfs4_acl.c | 348 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()
|
| /titanic_50/usr/src/uts/common/nfs/ |
| H A D | nfs4_kprot.h | 385 ace4vals_t other_obj; member
|