Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 25 of 121) sorted by path

12345

/illumos-gate/usr/src/boot/libsa/
H A Dext2fs.c339 int i, len, groups, bg_per_blk, blkgrps, mult; in ext2fs_open() local
392 groups = howmany(fs->fs_blocks - fs->fs_firstblk, fs->fs_bpg); in ext2fs_open()
394 blkgrps = howmany(groups, bg_per_blk); in ext2fs_open()
/illumos-gate/usr/src/cmd/
H A DMakefile196 groups \
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt1761 note=If more than NGROUPS_MAX_DEFAULT groups listed,
1763 case=If no groups in list
1766 case=If 1 or more groups in list
/illumos-gate/usr/src/cmd/bnu/
H A DGrades27 # of both. Along with each grades is a list of users or groups that can
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME259 offline should be used for such cases. Links in priority groups above and
423 One a priority group has been selected, all links in groups above
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME60 up into three groups:
206 Many operations performed via DHCP must be performed in groups -- for
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c361 if (groups[i] == g->gr_gid) {
H A Dmain.c179 GIDSET_TYPE groups[NGROUPS_MAX];/* groups the user is in */ variable
338 ngroups = getgroups(NGROUPS_MAX, groups);
H A Dpppd.h207 extern GIDSET_TYPE groups[NGROUPS_MAX]; /* groups the user is in */
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpathd.dfl35 # By default only interfaces configured as part of multipathing groups
H A Dmpd_tables.c3341 char (*groups)[LIFGRNAMSIZ]; in getgrouplist() local
3351 groups = alloca(ngroup * sizeof (*groups)); in getgrouplist()
3354 (void) strlcpy(groups[i], pg->pg_name, LIFGRNAMSIZ); in getgrouplist()
3358 *grlistpp = ipmp_grouplist_create(phyint_grouplistsig, ngroup, groups); in getgrouplist()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c2035 struct groupnode *groups, *tmpgroups; in freeex_ent() local
2038 groups = ex->ex_groups; in freeex_ent()
2039 while (groups) { in freeex_ent()
2040 free(groups->gr_name); in freeex_ent()
2041 tmpgroups = groups->gr_next; in freeex_ent()
2042 free((char *)groups); in freeex_ent()
2043 groups = tmpgroups; in freeex_ent()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dexportlist.c72 struct groupnode *groups; in export() local
95 groups = NULL; in export()
96 grtail = &groups; in export()
154 tail = newexport(sh->sh_path, groups, tail); in export()
170 struct groupnode *groups, *tmpgroups; in freeexports() local
174 groups = ex->ex_groups; in freeexports()
175 while (groups) { in freeexports()
176 tmpgroups = groups->gr_next; in freeexports()
177 free(groups->gr_name); in freeexports()
178 free(groups); in freeexports()
[all …]
/illumos-gate/usr/src/cmd/groups/
H A DMakefile26 PROG= groups
H A Dgroups.c105 static gid_t *groups = NULL; in showgroups() local
109 if (groups == NULL) { in showgroups()
110 if ((groups = (gid_t *)calloc((uint_t)ngroups_max, in showgroups()
118 groups[0] = pw->pw_gid; in showgroups()
120 ngroups = _getgroupsbymember(pw->pw_name, groups, ngroups_max, 1); in showgroups()
122 if (gr = getgrgid(groups[0])) in showgroups()
128 if ((gr = getgrgid(groups[i]))) in showgroups()
131 (void) printf(" %d", (int)groups[i]); in showgroups()
/illumos-gate/usr/src/cmd/grpck/
H A Dgrpck.c78 struct group *groups; member
140 t->groups = NULL; in main()
142 t->groups = (struct group *) in main()
144 t->groups->grp = pwp->pw_gid; in main()
145 t->groups->cnt = 1; in main()
146 t->groups->nxt = NULL; in main()
322 t->groups = NULL; in main()
327 t->groups->cnt = 1; in main()
328 t->groups->nxt = NULL; in main()
357 gp->nxt = t->groups; in main()
[all …]
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dnat-setup34 only a few internal IP addresses) or N:1 mappings, where groups of internal
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfcomp.c146 static frgroup_t *groups = NULL; variable
176 for (g = groups; g != NULL; g = g->fg_next)
187 g->fg_next = groups;
188 groups = g;
219 for (g = groups; g != NULL; g = g->fg_next)
229 g->fg_next = groups;
230 groups = g;
366 for (g = groups; g != grp; g = g->fg_next)
383 for (g = groups; g != grp; g = g->fg_next)
406 for (g = groups; g != NULL; g = g->fg_next) in emittail()
[all …]
/illumos-gate/usr/src/cmd/ls/
H A Dls.c2203 static struct cachenode *names, *groups; variable
2289 c = findincache(&groups, gid); in getgroup()
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd3.c615 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link) in group()
619 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link) in group()
640 gh->g_link = groups[h]; in group()
641 groups[h] = gh; in group()
686 for (ghp = &groups[h]; *ghp != NOGRP; ghp = &((*ghp)->g_link)) { in ungroup()
H A Dinit.c77 struct grouphead *groups[HSHSIZE];/* Pointer to active groups */ variable
H A Dvars.c206 for (gh = groups[h]; gh != NOGRP; gh = gh->g_link) in findgroup()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h70 extern struct grouphead *groups[]; /* Pointer to active groups */
/illumos-gate/usr/src/cmd/netfiles/
H A Dnss.dfl30 # groups rather than the group table.
34 # groups table in sync with the netid table automatically.
/illumos-gate/usr/src/cmd/oamuser/user/
H A DMakefile46 ADD_OBJ= useradd.o homedir.o groups.o call_pass.o \
51 groups.o messages.o funcs.o proj.o
53 MOD_OBJ= usermod.o movedir.o groups.o homedir.o \

12345