Searched refs:agroup (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | getgrouplist.c | 50 getgrouplist(uname, agroup, groups, grpcnt) in getgrouplist() argument 52 gid_t agroup; 72 groups[ngroups++] = agroup; 79 if (grp->gr_gid == agroup)
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | initgroups.c | 46 initgroups(const char *uname, gid_t agroup) in initgroups() argument 68 groups[0] = agroup; in initgroups() 71 (agroup <= MAXUID) ? 1 : 0); in initgroups()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | ufs_acl.h | 105 #define agroup s_a.group macro 179 (ACL)->agroup->acl_ic_perm) & 07) << 3) : \ 180 (((ACL)->agroup->acl_ic_perm & 07) << 3))
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_acl.c | 317 if (sp->agroup) { /* Group */ in ufs_si_store() 320 ip->i_gid = sp->agroup->acl_ic_who; in ufs_si_store() 684 if (groupmember((uid_t)sp->agroup->acl_ic_who, cr)) { in ufs_acl_access() 686 gperm = (sp->agroup->acl_ic_perm); in ufs_acl_access() 806 ASSERT(sp->agroup); in ufs_acl_set() 813 if (sp->agroup) in ufs_acl_set() 814 sp->agroup->acl_ic_who = ip->i_gid; in ufs_acl_set() 1036 if (err = formacl(&sp->agroup, aclentp)) in vsecattr2aclentry() 1136 acl_count(sp->agroup) + in aclentry2vsecattr() 1156 formvsec(GROUP_OBJ, sp->agroup, &aclentp); in aclentry2vsecattr() [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/ufs/ |
H A D | ufs.c | 325 { offsetof(si_t, agroup), "GROUP_OBJ" },
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | llib-lc | 620 int initgroups(const char *uname, gid_t agroup);
|