Searched refs:group_obj (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/head/rpcsvc/
H A Dnis_object.x215 struct group_obj {
278 struct group_obj gr_data;
/opensolaris-onvv-gate/usr/src/lib/libsec/common/
H A Daclcheck.c55 struct entry group_obj; member in struct:entry_stat
96 if (tally.group_obj.count > 0) {
102 tally.group_obj.count = 1;
226 /* there must be exactly one user_obj, group_obj, and other_obj entry */
228 tally.group_obj.count != 1 ||
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm74 with a preceding C<gr_>. Thus, C<$group_obj-E<gt>gid()> corresponds
76 regular array variables, so C<@{ $group_obj-E<gt>members() }> would be
/opensolaris-onvv-gate/usr/src/common/acl/
H A Dacl_common.c138 acevals_t group_obj; member in struct:ace_list
522 * stick extra deny on the group_obj and on each
523 * user|group for the mask (the group_obj was added
781 acevals_init(&al->group_obj, NULL);
1142 if (!(list->group_obj.aent_type & GROUP_OBJ)) {
1146 error = acevals_to_aent(&list->group_obj, aent, list, owner, group,
1182 error = ace_mask_to_mode(list->group_obj.allowed,
1277 /* we need at least user_obj, group_obj, and other_obj */
1364 vals = &acl->group_obj;
/opensolaris-onvv-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_xdr.c132 xdr_group_obj(XDR *xdrs, group_obj *objp)
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c347 ace4vals_init(&a4l->group_obj, NULL);
585 * stick extra deny on the group_obj and on each
586 * user|group for the mask (the group_obj was added
1309 ASSERT(list->group_obj.aent_type & GROUP_OBJ);
1310 error = ace4vals_to_aent(&list->group_obj, aent, list, owner, group,
1343 error = ace4_mask_to_mode(list->group_obj.allowed,
1395 /* we need at least user_obj, group_obj, and other_obj */
1483 vals = &acl->group_obj;
/opensolaris-onvv-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h373 ace4vals_t group_obj; member in struct:ace4_list

Completed in 164 milliseconds