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

12345

/freebsd-13-stable/crypto/openssl/apps/
H A Ds_cb.c345 int i, ngroups, *groups, nid; local
351 groups = app_malloc(ngroups * sizeof(int), "groups to print");
352 SSL_get1_groups(s, groups);
358 nid = groups[i];
371 OPENSSL_free(groups);
376 BIO_puts(out, "\nShared Elliptic groups: ");
382 /* TODO(TLS1.3): Convert for DH groups */
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dieee802_11.c941 int i, *groups = hapd->conf->sae_groups; local
949 if (!groups)
950 groups = default_groups;
951 for (i = 0; groups[i] > 0; i++) {
952 if (sae->group == groups[i])
956 if (groups[i] <= 0) {
964 if (groups[i] <= 0) {
970 if (sae_set_group(sae, groups[i]) < 0)
975 wpa_printf(MSG_DEBUG, "SAE: Selected new group: %d", groups[i]);
985 int *groups local
2640 int *groups = hapd->conf->owe_groups; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h255 const RSScriptGroupList &groups,
258 m_group_name(name), m_script_groups(groups),
253 RSScriptGroupBreakpointResolver(const lldb::BreakpointSP &bp, ConstString name, const RSScriptGroupList &groups, bool stop_on_all) argument
/freebsd-13-stable/share/mk/
H A Dbsd.files.mk17 # Add in foo.yes and remove duplicates from all the groups
/freebsd-13-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-13-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-13-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-13-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];
/freebsd-13-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-13-stable/usr.sbin/gssd/
H A Dgssd.c709 int groups[NGROUPS]; local
712 groups, &len);
716 memcpy(result->gidlist.gidlist_val, groups,
726 " to uid=%d, but no groups\n",
/freebsd-13-stable/crypto/openssl/ssl/
H A Dt1_lib.c213 * Set *pgroups to the supported groups list and *pgroupslen to
214 * the number of groups supported.
311 * If server preference set, our groups are the preference order
339 int *groups, size_t ngroups)
344 * Bitmap of groups included to detect duplicates: only works while group
360 /* TODO(TLS1.3): Convert for DH groups */
361 id = tls1_nid2group_id(groups[i]);
411 /* Set groups based on a colon separate list */
484 const uint16_t *groups; local
508 tls1_get_supported_groups(s, &groups,
338 tls1_set_groups(uint16_t **pext, size_t *pextlen, int *groups, size_t ngroups) argument
[all...]
/freebsd-13-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-13-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-13-stable/contrib/lib9p/pytest/
H A Dprotocol.py1706 self.handle_define(*match.groups())
1710 match_handler(*match.groups())
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c641 /* Get our list of supported groups */
643 /* Get the clients list of supported groups. */
1416 const uint16_t *groups; local
1423 /* Get our list of supported groups */
1424 tls1_get_supported_groups(s, &groups, &numgroups);
1433 uint16_t group = groups[i];
H A Dstatem_lib.c2168 * Checks a list of |groups| to determine if the |group_id| is in it. If it is
2174 int check_in_list(SSL *s, uint16_t group_id, const uint16_t *groups, argument
2179 if (groups == NULL || num_groups == 0)
2183 uint16_t group = groups[i];
H A Dstatem_local.h55 int check_in_list(SSL *s, uint16_t group_id, const uint16_t *groups,
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Ddefault_permissions.cc254 gid_t newgid, groups[ngroups]; local
256 getgrouplist(getlogin(), getegid(), groups, &ngroups); local
261 if (groups[i] == newgid)
/freebsd-13-stable/sys/geom/part/
H A Dg_part_ldm.c891 LIST_INSERT_HEAD(&db->groups, &blk->u.disk_group, entry);
915 LIST_INSERT_HEAD(&db->groups, &blk->u.disk_group, entry);
/freebsd-13-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-13-stable/usr.sbin/mountd/
H A Dmountd.c1823 * for this host set in the groups.
2272 /* Now, check all the groups. */
3535 gid_t groups[NGROUPS_MAX + 1]; local
3565 if (getgrouplist(pw->pw_name, pw->pw_gid, groups, &ngroups)) {
3566 syslog(LOG_ERR, "too many groups");
3573 if (ngroups > 1 && groups[0] == groups[1]) {
3583 cr->cr_groups[0] = groups[0];
3584 memcpy(&cr->cr_groups[1], &groups[inpos], (ngroups - 1) *
3604 groups[c
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7004 INTERCEPTOR(int, getgrouplist, const char *name, u32 basegid, u32 *groups,
7008 COMMON_INTERCEPTOR_ENTER(ctx, getgrouplist, name, basegid, groups, ngroups);
7013 res = REAL(getgrouplist)(name, basegid, groups, ngroups);
7014 if (!res && groups && ngroups) {
7015 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, groups, sizeof(*groups) * (*ngroups));
7027 INTERCEPTOR(int, getgroupmembership, const char *name, u32 basegid, u32 *groups,
7031 COMMON_INTERCEPTOR_ENTER(ctx, getgroupmembership, name, basegid, groups,
7035 res = REAL(getgroupmembership)(name, basegid, groups, maxgrp, ngroups);
7036 if (!res && groups
[all...]

Completed in 708 milliseconds

12345