Searched defs:other_obj (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | aclcheck.c | 57 struct entry other_obj; member in struct:entry_stat 107 if (tally.other_obj.count > 0) { 113 tally.other_obj.count = 1; 226 /* there must be exactly one user_obj, group_obj, and other_obj entry */ 229 tally.other_obj.count != 1) {
|
/illumos-gate/usr/src/common/acl/ |
H A D | acl_common.c | 145 acevals_t other_obj; member in struct:ace_list 786 acevals_init(&al->other_obj, NULL); 1196 if (!(list->other_obj.aent_type & OTHER_OBJ)) { 1200 error = acevals_to_aent(&list->other_obj, aent, list, owner, group, 1281 /* we need at least user_obj, group_obj, and other_obj */ 1359 vals = &acl->other_obj;
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4_kprot.h | 385 ace4vals_t other_obj; member in struct:ace4_list
|
Completed in 71 milliseconds