| /illumos-gate/usr/src/lib/nsswitch/nis/common/ |
| H A D | getnetgrent.c | 70 struct grouplist *all_members; 71 struct grouplist *next_member; 74 struct grouplist { /* One element of the list generated by a setnetgrent() */ struct 76 struct grouplist *gl_nxt; 101 struct grouplist *mem; 140 struct grouplist *gl; 141 struct grouplist *next; 516 struct grouplist **headp = headp_arg; 517 struct grouplist *gl; 520 if ((gl = (struct grouplist *)mallo [all...] |
| /illumos-gate/usr/src/lib/libsocket/inet/ |
| H A D | rcmd.c | 568 gid_t *grouplist = alloca(maxgrp * sizeof (gid_t)); local 608 if ((ngroups = getgroups(maxgrp, grouplist)) == -1) 619 setgroups(ngroups, grouplist); 629 setgroups(ngroups, grouplist); 639 setgroups(ngroups, grouplist); 648 setgroups(ngroups, grouplist);
|
| /illumos-gate/usr/src/lib/libstmf/common/ |
| H A D | stmf.c | 3487 groupListIoctl(stmfGroupList **groupList, int groupType) argument 3499 if (groupList == NULL) { 3595 *groupList = (stmfGroupList *)calloc(1, sizeof (stmfGroupList) + 3597 if (*groupList == NULL) { 3601 (*groupList)->cnt = stmfIoctl.stmf_obuf_nentries; 3603 bcopy(iGroupList[i].name, (*groupList)->name[i], 3766 iLoadGroupFromPs(stmfGroupList **groupList, int type) argument 3770 if (groupList == NULL) { 3775 ret = psGetHostGroupList(groupList); 3777 ret = psGetTargetGroupList(groupList); 4908 loadHostGroups(int fd, stmfGroupList *groupList) argument 4945 loadTargetGroups(int fd, stmfGroupList *groupList) argument 4989 stmfGroupList *groupList = NULL; local [all...] |
| H A D | store.c | 1680 * groupList - pointer to pointer to stmfGroupList structure. On success, 1688 iPsGetGroupList(char *pgName, stmfGroupList **groupList) argument 1701 assert(groupList != NULL); 1770 *groupList = (stmfGroupList *)calloc(1, sizeof (stmfGroupList) + 1773 if (*groupList == NULL) { 1812 bcopy(buf, (*groupList)->name[i++], strlen(buf)); 1813 (*groupList)->cnt++; 1817 free(*groupList); 3224 * groupList - pointer to pointer to stmfGroupList. Contains the list 3232 psGetHostGroupList(stmfGroupList **groupList) argument 3387 psGetTargetGroupList(stmfGroupList **groupList) argument [all...] |
| H A D | store.h | 62 int psGetHostGroupList(stmfGroupList **groupList); 63 int psGetTargetGroupList(stmfGroupList **groupList); 64 int psGetHostGroupMemberList(char *groupName, stmfGroupProperties **groupList); 66 stmfGroupProperties **groupList);
|
| /illumos-gate/usr/src/lib/libbc/libc/sys/sys5/ |
| H A D | getgroups.c | 40 getgroups(int gidsetsize, gid_t grouplist[]) argument 49 grouplist[i] = (gid_t)glist[i];
|
| H A D | setgroups.c | 41 setgroups(int ngroups, gid_t grouplist[]) argument 51 glist[i] = (int)grouplist[i];
|
| /illumos-gate/usr/src/lib/libbsm/common/ |
| H A D | adt_token.c | 604 gid_t *grouplist = alloca(maxgrp * sizeof (gid_t)); local 606 if ((group_count = getgroups(maxgrp, grouplist)) > 0) { 608 au_to_newgroups(group_count, grouplist));
|
| /illumos-gate/usr/src/lib/libc/common/sys/ |
| H A D | getgroups.s | 33 /* int getgroups(int gidsetsize, uid_t grouplist[]); */
|
| H A D | setgroups.s | 33 /* int setgroups(int ngroups, uid_t grouplist[]) */
|
| /illumos-gate/usr/src/lib/libipmp/common/ |
| H A D | ipmp_query.h | 91 IPMP_LIST_SIZE(grouplist, LIFGRNAMSIZ, ngr)
|
| /illumos-gate/usr/src/cmd/ypcmd/revnetgroup/ |
| H A D | getgroup.c | 59 static struct grouplist *grouplist; /* stores a list of users in a group */ variable in typeref:struct:grouplist 72 struct grouplist *gl; 74 for (gl = grouplist; gl != NULL; gl = gl->gl_nxt) { 80 grouplist = NULL; 86 struct grouplist * 92 return (grouplist); 112 struct grouplist *gpls; 148 gpls = MALLOC(struct grouplist); 160 gpls->gl_nxt = grouplist; [all...] |
| H A D | getgroup.h | 37 struct grouplist { struct 41 struct grouplist *gl_nxt; 44 struct grouplist *my_getgroup();
|
| H A D | revnetgroup.c | 87 static void storegroup(char *group, struct grouplist *glist, int byuser); 100 struct grouplist *glist; 182 storegroup(char *group, struct grouplist *glist, int byuser)
|
| /illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
| H A D | Project.pm | 225 # "projid", "comment", "userlist", "grouplist" 267 # "grouplist" - list ref to liset of group name strings 335 $projent->{'grouplist'} = $ref; 479 my @grouplist; 486 @grouplist = split(/$pattern/, $groups); 489 if (!(@grouplist)) { 490 return (0, \@grouplist); 494 foreach $group (@grouplist) { 513 return (0, \@grouplist); 997 join(',', @{$projent->{'grouplist'}}), [all...] |
| /illumos-gate/usr/src/cmd/projadd/ |
| H A D | projadd.pl | 164 $proj->{'grouplist'} = []; 240 $proj->{'grouplist'} = \@sortlist;
|
| H A D | projmod.pl | 587 merge_lists($list, $proj->{'grouplist'}, $flags->{mode}); 592 $proj->{'grouplist'} = \@sortlist;
|
| /illumos-gate/usr/src/cmd/id/ |
| H A D | id.c | 380 static int getusergroups(gidsetsize, grouplist, user, prgid) 382 gid_t *grouplist; 395 grouplist[ngroups] = group->gr_gid; 400 grouplist[ngroups++] = prgid;
|
| /illumos-gate/usr/src/cmd/ipf/tools/ |
| H A D | ippool_y.y | 86 %type <ipe> groupentry setgrouplist grouplist 177 setgroup hashopts start grouplist end 221 grouplist: label 223 | groupentry next grouplist { $$ = $1; $1->ipe_next = $3; } 224 | addrmask next grouplist { $$ = calloc(1, sizeof(iphtent_t));
|
| /illumos-gate/usr/src/cmd/stmfadm/ |
| H A D | stmfadm.c | 1656 stmfGroupList *groupList; local 1682 stmfRet = stmfGetHostGroupList(&groupList); 1710 for (found = B_FALSE, j = 0; j < groupList->cnt; j++) { 1712 (char *)groupList->name[j], 1729 &(groupList->name[j]), &groupProps); 1787 stmfGroupList *groupList; local 1813 stmfRet = stmfGetTargetGroupList(&groupList); 1841 for (found = B_FALSE, j = 0; j < groupList->cnt; j++) { 1843 (char *)groupList->name[j], 1860 &(groupList [all...] |
| /illumos-gate/usr/src/man/man1m/ |
| H A D | gssd.1m | 23 grouplist credential. \fBgssd\fR is invoked by the Internet daemon
|
| /illumos-gate/usr/src/man/man2/ |
| H A D | getgroups.2 | |
| /illumos-gate/usr/src/uts/common/sys/sysevent/ |
| H A D | ipmp.h | 99 * Attribute Value - <grouplist-signature>
|
| /illumos-gate/usr/src/man/man4/ |
| H A D | ippool.4 | 25 ipfgroup ::= setgroup hashopts "{" grouplist "}" | 35 grouplist ::= groupentry ";" [ grouplist ] | addrmask ";" [ grouplist ] .
|
| /illumos-gate/usr/src/man/man1/ |
| H A D | proc.1 | |