Searched refs:groups (Results 51 - 75 of 83) sorted by relevance

1234

/freebsd-9.3-release/sys/dev/wpi/
H A Dif_wpivar.h192 struct wpi_power_group groups[WPI_POWER_GROUPS_COUNT]; member in struct:wpi_softc
/freebsd-9.3-release/usr.sbin/pw/
H A Dpwupd.h130 int editgroups(char *name, char **groups);
H A Dpw_user.c74 * -G grp1,grp2 additional groups
89 * -G grp1,grp2.. default additional groups
252 if (extendarray(&cnf->groups, &cnf->numgroups, i + 2) != -1)
253 cnf->groups[i++] = newstr(grp->gr_name);
256 cnf->groups[i++] = NULL;
725 editgroups(pwd->pw_name, cnf->groups);
1175 /* Userids and groups can not have a leading '-'. */
1195 * A `$' is allowed as the final character for userids and groups,
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c135 From this, and knowing how many groups (MAX_INDEX) we want,
234 struct qfq_group groups[QFQ_MAX_INDEX + 1]; /* The groups. */ member in struct:qfq_sched
256 return &q->groups[index];
313 cl->grp = &q->groups[i];
602 * the ordering in ER. So, if we have groups in ER, set S to
730 struct qfq_group *grp = &q->groups[cl->index];
740 * Do ER last because if we were blocking other groups
796 grp = &q->groups[i];
838 struct qfq_group *g = &q->groups[
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.exp.c149 /* you can be in several groups */
151 GETGROUPS_T *groups;
154 * Try these things to find a positive maximum groups value:
158 * Then allocate and scan the groups array if one of these worked.
168 groups = xmalloc(n * sizeof(*groups));
169 n = getgroups((int) n, groups);
171 if (groups[n] == statb.st_gid) {
/freebsd-9.3-release/contrib/pf/authpf/
H A Dauthpf.c505 gid_t groups[NGROUPS + 1]; local
541 pw->pw_gid, groups, &ngroups);
546 if (group->gr_gid == groups[cnt]) {
/freebsd-9.3-release/contrib/gcc/
H A Dtree-sra.c99 struct sra_elt *groups; member in struct:sra_elt
408 for (c = elt->groups; c; c = c->sibling)
563 elt->sibling = parent->groups;
564 parent->groups = elt;
1083 for (c = elt->groups; c ; c = c->sibling)
1260 /* Consider groups of sub-elements as weighing in favour of
1262 for (group = elt->groups; group ; group = group->sibling)
1388 /* We shouldn't be invoked on groups of sub-elements as they must
1412 for (c = elt->groups; c; c = c->sibling)
1483 for (c = elt->groups;
[all...]
/freebsd-9.3-release/contrib/openbsm/sys/bsm/
H A Daudit_record.h226 token_t *au_to_groups(int *groups);
227 token_t *au_to_newgroups(uint16_t n, gid_t *groups);
/freebsd-9.3-release/sys/bsm/
H A Daudit_record.h227 token_t *au_to_groups(int *groups);
228 token_t *au_to_newgroups(uint16_t n, gid_t *groups);
/freebsd-9.3-release/contrib/amd/include/
H A Dam_xdr_func.h237 bool_t xdr_groups(XDR *xdrs, groups *objp);
/freebsd-9.3-release/lib/libprocstat/
H A Dlibprocstat.h169 void procstat_freegroups(struct procstat *procstat, gid_t *groups);
/freebsd-9.3-release/rescue/rescue/
H A DMakefile210 CRUNCH_ALIAS_id= groups whoami
/freebsd-9.3-release/sys/kgssapi/
H A Dgssapi.h562 * On entry, *numgroups is set to the maximum number of groups to return. On exit, *numgroups is set to the actual number of groups returned.
570 int *numgroups, /* number of groups */
571 gid_t *groups /* pointer to group list */
/freebsd-9.3-release/sys/sys/
H A Dsyscallsubr.h106 int kern_getgroups(struct thread *td, u_int *ngrp, gid_t *groups);
196 int kern_setgroups(struct thread *td, u_int ngrp, gid_t *groups);
/freebsd-9.3-release/tools/sched/
H A Dschedgraph.py872 # Store a hash of counter groups that keeps the max value
875 groups = {} variable in class:Counter
878 Counter.cnt = Counter.groups[group]
880 Counter.groups[group] = 0
888 if (count > Counter.groups[self.group]):
889 Counter.groups[self.group] = count
893 return (Counter.groups[self.group])
983 (index, cpu, timestamp, group, id, type, dat, dat1, attrstring) = m.groups();
1009 (name, name1, val, val1, attrstring, end, end1) = m.groups();
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_token.c410 au_to_groups(int *groups) argument
413 return (au_to_newgroups(AUDIT_MAX_GROUPS, (gid_t *)groups));
418 * number groups 2 bytes
422 au_to_newgroups(u_int16_t n, gid_t *groups) argument
436 ADD_U_INT32(dptr, groups[i]);
/freebsd-9.3-release/sys/security/audit/
H A Daudit_bsm_token.c369 au_to_groups(int *groups) argument
372 return (au_to_newgroups(AUDIT_MAX_GROUPS, (gid_t *)groups));
377 * number groups 2 bytes
381 au_to_newgroups(u_int16_t n, gid_t *groups) argument
393 ADD_U_INT32(dptr, groups[i]);
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY151 fix printing out of rule groups - they now only appear once
351 fix use of skip rules with groups
373 Fix loading anonymous pools from inline rule configuration groups
1066 add -g command line option to ipfstat to show groups still define.
1192 fix SIOCZRLST (zero list rule stats) bug with groups
1440 "ipf -F a" doesn't flush groups properly for Solaris.
1514 add groups for filter rules.
/freebsd-9.3-release/lib/libstand/
H A Dext2fs.c339 int i, len, groups, bg_per_blk, blkgrps, mult; local
392 groups = howmany(fs->fs_blocks - fs->fs_firstblk, fs->fs_bpg);
394 blkgrps = howmany(groups, bg_per_blk);
/freebsd-9.3-release/usr.sbin/gssd/
H A Dgssd.c727 int groups[NGRPS]; local
730 groups, &len);
734 memcpy(result->gidlist.gidlist_val, groups,
744 " to uid=%d, but no groups\n",
/freebsd-9.3-release/contrib/amd/fixmount/
H A Dfixmount.c273 groups grp;
/freebsd-9.3-release/lib/clang/
H A Dclang.build.mk198 ${CLANG_TBLGEN} -gen-clang-diag-groups \
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c1109 gid_t *groups, *ng; local
1115 groups = NULL;
1118 ng = realloc(groups, gsize * sizeof(gid_t));
1122 groups = ng;
1124 groups, &gsize) == -1);
1129 if ((g = getgrgid(groups[i])) == NULL)
1136 free(groups);
1435 /* cache groups for cmds.c::matchgroup() */
/freebsd-9.3-release/usr.sbin/mountd/
H A Dmountd.c2826 gid_t groups[XU_NGROUPS + 1]; local
2855 if (getgrouplist(pw->pw_name, pw->pw_gid, groups, &ngroups))
2856 syslog(LOG_ERR, "too many groups");
2861 cr->cr_groups[0] = groups[0];
2863 cr->cr_groups[cnt - 1] = groups[cnt];
2892 syslog(LOG_ERR, "too many groups");
/freebsd-9.3-release/sys/geom/part/
H A Dg_part_ldm.c892 LIST_INSERT_HEAD(&db->groups, &blk->u.disk_group, entry);
916 LIST_INSERT_HEAD(&db->groups, &blk->u.disk_group, entry);

Completed in 215 milliseconds

1234