Searched refs:groups (Results 76 - 100 of 105) sorted by relevance

12345

/freebsd-11-stable/tools/sched/
H A Dschedgraph.py885 # Store a hash of counter groups that keeps the max value
888 groups = {} variable in class:Counter
891 Counter.cnt = Counter.groups[group]
893 Counter.groups[group] = 0
901 if (count > Counter.groups[self.group]):
902 Counter.groups[self.group] = count
906 return (Counter.groups[self.group])
995 (index, cpu, timestamp, group, id, type, dat, dat1, attrstring) = m.groups();
1021 (name, name1, val, val1, attrstring, end, end1) = m.groups();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h250 const RSScriptGroupList &groups,
253 m_group_name(name), m_script_groups(groups),
249 RSScriptGroupBreakpointResolver(Breakpoint *bp, ConstString name, const RSScriptGroupList &groups, bool stop_on_all) argument
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_token.c408 au_to_groups(int *groups) argument
411 return (au_to_newgroups(AUDIT_MAX_GROUPS, (gid_t *)groups));
416 * number groups 2 bytes
420 au_to_newgroups(u_int16_t n, gid_t *groups) argument
434 ADD_U_INT32(dptr, groups[i]);
/freebsd-11-stable/sys/security/audit/
H A Dbsm_token.c367 au_to_groups(int *groups) argument
370 return (au_to_newgroups(AUDIT_MAX_GROUPS, (gid_t *)groups));
375 * number groups 2 bytes
379 au_to_newgroups(u_int16_t n, gid_t *groups) argument
391 ADD_U_INT32(dptr, groups[i]);
/freebsd-11-stable/stand/libsa/
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-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.c298 int *groups = wpa_s->ifmsh->bss[0]->conf->sae_groups; local
301 if (!index_within_array(groups, wpa_s->mesh_rsn->sae_group_index))
305 int group = groups[wpa_s->mesh_rsn->sae_group_index];
H A Dconfig.c4572 int *groups = wpa_config_parse_int_array(pos); local
4573 if (groups == NULL) {
4580 config->sae_groups = groups;
/freebsd-11-stable/usr.sbin/gssd/
H A Dgssd.c759 int groups[NGROUPS]; local
762 groups, &len);
766 memcpy(result->gidlist.gidlist_val, groups,
776 " to uid=%d, but no groups\n",
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_vfsops.c1494 struct nandfs_block_group_desc *groups; local
1518 groups = (struct nandfs_block_group_desc *)bp->b_data;
1521 files += (entries_per_group - groups[i].bg_nfrees);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz_parse.c65 Once all groups and aliases are defined, a second pass over these
91 groups file. Rules, aliases and groups may each only be defined
92 once in the authz file. The global groups file may only contain a
93 [groups] section. */
99 /* TRUE iff we're parsing the global groups file. */
102 /* TRUE iff we're parsing a [groups] section. */
111 /* Temporary parsed-groups definitions. */
120 /* Temporary expanded groups definitions. */
149 /* The name of the groups sectio
1369 svn_authz__parse(authz_full_t **authz, svn_stream_t *rules, svn_stream_t *groups, svn_repos_authz_warning_func_t warning_func, void *warning_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/amd/fixmount/
H A Dfixmount.c269 groups grp;
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_invitation.c33 struct p2p_group *g = p2p->groups[i];
124 struct p2p_group *g = p2p->groups[i];
H A Dp2p.c86 p2p->groups[i], dev->info.p2p_device_addr))
2772 * sorted, but groups allow easier Probe Response instance grouping
3002 os_free(p2p->groups);
4480 if (os_memcmp(da, p2p_group_get_interface_addr(p2p->groups[g]),
4482 group = p2p->groups[g];
5023 group = p2p->groups[g];
5254 int freq = p2p_group_get_freq(p2p->groups[0]);
5279 p2p_buf_add_group_info(p2p->groups[0], buf, 5);
5280 p2p_group_buf_add_id(p2p->groups[0], buf);
H A Dp2p_pd.c268 struct p2p_group *g = p2p->groups[i];
618 /* Legacy (non-P2PS) - Unknown groups allowed for P2PS */
624 p2p->groups[i],
697 /* Remove stale persistent groups */
H A Dp2p_i.h452 struct p2p_group **groups; member in struct:p2p_data
/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h239 int kern_setgroups(struct thread *td, u_int ngrp, gid_t *groups);
/freebsd-11-stable/sys/geom/part/
H A Dg_part_ldm.c888 LIST_INSERT_HEAD(&db->groups, &blk->u.disk_group, entry);
912 LIST_INSERT_HEAD(&db->groups, &blk->u.disk_group, entry);
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.c4646 "DPP: TESTING - groups override: '%s'",
4648 wpabuf_put_str(dppcon, "\"groups\":");
4655 wpabuf_printf(dppcon, "{\"groups\":[{\"groupId\":\"%s\",",
5389 struct json_token *root, *groups, *netkey, *token; local
5401 groups = json_get_member(root, "groups");
5402 if (!groups || groups->type != JSON_ARRAY) {
5403 wpa_printf(MSG_DEBUG, "DPP: No groups array found");
5406 for (token = groups
6304 struct json_token *groups, *token; local
6337 struct json_token *groups, *token; local
[all...]
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dif_ece.c1209 const int groups[] = { local
1220 group = groups[vlan];
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c1767 * for this host set in the groups.
2197 /* Now, check all the groups. */
3443 gid_t groups[XU_NGROUPS + 1]; local
3473 if (getgrouplist(pw->pw_name, pw->pw_gid, groups, &ngroups)) {
3474 syslog(LOG_ERR, "too many groups");
3481 cr->cr_groups[0] = groups[0];
3482 if (ngroups > 1 && groups[0] == groups[1]) {
3485 cr->cr_groups[cnt - 1] = groups[cnt];
3491 cr->cr_groups[cnt] = groups[cn
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6962 INTERCEPTOR(int, getgrouplist, const char *name, u32 basegid, u32 *groups,
6966 COMMON_INTERCEPTOR_ENTER(ctx, getgrouplist, name, basegid, groups, ngroups);
6971 res = REAL(getgrouplist)(name, basegid, groups, ngroups);
6972 if (!res && groups && ngroups) {
6973 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, groups, sizeof(*groups) * (*ngroups));
6985 INTERCEPTOR(int, getgroupmembership, const char *name, u32 basegid, u32 *groups,
6989 COMMON_INTERCEPTOR_ENTER(ctx, getgroupmembership, name, basegid, groups,
6993 res = REAL(getgroupmembership)(name, basegid, groups, maxgrp, ngroups);
6994 if (!res && groups
[all...]
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec541 - clear supplemental groups list at startup
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c1370 /* Read the list of TX power groups. */
1537 struct wpi_power_group *group = &sc->groups[n];
3671 for (group = &sc->groups[1]; group < &sc->groups[4]; group++)
3675 group = &sc->groups[0];
/freebsd-11-stable/contrib/amd/include/
H A Dam_xdr_func.h1044 bool_t xdr_groups(XDR *xdrs, groups *objp);
/freebsd-11-stable/contrib/subversion/
H A Dwin-tests.py534 self.httpd_groups = os.path.join(self.root, 'groups')
678 "Create groups for mod_authz_svn tests"
723 exit_marker = m.groups(1)

Completed in 434 milliseconds

12345