Searched full:grouplist (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c70 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 Drcmd.c568 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 Dstmf.c3487 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 Dstore.c1680 * 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 Dstore.h62 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 Dgetgroups.c40 getgroups(int gidsetsize, gid_t grouplist[]) argument
49 grouplist[i] = (gid_t)glist[i];
H A Dsetgroups.c41 setgroups(int ngroups, gid_t grouplist[]) argument
51 glist[i] = (int)grouplist[i];
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt_token.c604 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 Dgetgroups.s33 /* int getgroups(int gidsetsize, uid_t grouplist[]); */
H A Dsetgroups.s33 /* int setgroups(int ngroups, uid_t grouplist[]) */
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_query.h91 IPMP_LIST_SIZE(grouplist, LIFGRNAMSIZ, ngr)
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dgetgroup.c59 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 Dgetgroup.h37 struct grouplist { struct
41 struct grouplist *gl_nxt;
44 struct grouplist *my_getgroup();
H A Drevnetgroup.c87 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 DProject.pm225 # "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 Dprojadd.pl164 $proj->{'grouplist'} = [];
240 $proj->{'grouplist'} = \@sortlist;
H A Dprojmod.pl587 merge_lists($list, $proj->{'grouplist'}, $flags->{mode});
592 $proj->{'grouplist'} = \@sortlist;
/illumos-gate/usr/src/cmd/id/
H A Did.c380 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 Dippool_y.y86 %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 Dstmfadm.c1656 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 Dgssd.1m23 grouplist credential. \fBgssd\fR is invoked by the Internet daemon
/illumos-gate/usr/src/man/man2/
H A Dgetgroups.2
/illumos-gate/usr/src/uts/common/sys/sysevent/
H A Dipmp.h99 * Attribute Value - <grouplist-signature>
/illumos-gate/usr/src/man/man4/
H A Dippool.425 ipfgroup ::= setgroup hashopts "{" grouplist "}" |
35 grouplist ::= groupentry ";" [ grouplist ] | addrmask ";" [ grouplist ] .
/illumos-gate/usr/src/man/man1/
H A Dproc.1

Completed in 257 milliseconds

12