Searched refs:groups (Results 101 - 125 of 128) sorted by relevance

123456

/freebsd-current/stand/lua/
H A Dconfig.lua243 -- We document the exceptions with a special 'groups' index that indicates
244 -- the number of capture groups, if not two. We'll use this later to do
252 groups = 1,
330 groups = 1,
591 local cgroups = val.groups or 2
/freebsd-current/crypto/openssl/apps/
H A Dcmp.c2142 static char *conf_get_string(const CONF *src_conf, const char *groups, argument
2146 const char *end = groups + strlen(groups);
2148 while ((end = prev_item(groups, end)) != NULL) {
2157 static int conf_get_number_e(const CONF *conf_, const char *groups, argument
2160 char *str = conf_get_string(conf_, groups, name);
/freebsd-current/usr.sbin/gssd/
H A Dgssd.c777 int groups[NGROUPS]; local
780 groups, &len);
784 memcpy(result->gidlist.gidlist_val, groups,
794 " to uid=%d, but no groups\n",
/freebsd-current/contrib/lib9p/pytest/
H A Dprotocol.py1706 self.handle_define(*match.groups())
1710 match_handler(*match.groups())
/freebsd-current/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))
2794 * sorted, but groups allow easier Probe Response instance grouping
3032 os_free(p2p->groups);
4526 if (os_memcmp(da, p2p_group_get_interface_addr(p2p->groups[g]),
4528 group = p2p->groups[g];
5070 group = p2p->groups[g];
5301 int freq = p2p_group_get_freq(p2p->groups[0]);
5326 p2p_buf_add_group_info(p2p->groups[0], buf, 5);
5327 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-current/crypto/openssl/ssl/
H A Dt1_lib.c140 /* Legacy NID to group_id mapping. Only works for groups we know about */
460 * work for groups we don't know about.
478 * work for groups we don't know about.
490 * Set *pgroups to the supported groups list and *pgroupslen to
491 * the number of groups supported.
628 * If server preference set, our groups are the preference order
675 int *groups, size_t ngroups)
680 * Bitmap of groups included to detect duplicates: two variables are added
698 id = tls1_nid2group_id(groups[i]);
761 /* Set groups base
674 tls1_set_groups(uint16_t **pext, size_t *pextlen, int *groups, size_t ngroups) argument
801 const uint16_t *groups; local
[all...]
/freebsd-current/crypto/openssl/ssl/statem/
H A Dstatem_lib.c2159 * Checks a list of |groups| to determine if the |group_id| is in it. If it is
2164 int check_in_list(SSL *s, uint16_t group_id, const uint16_t *groups, argument
2169 if (groups == NULL || num_groups == 0)
2173 uint16_t group = groups[i];
H A Dextensions_srvr.c593 /* Get our list of supported groups */
595 /* Get the clients list of supported groups. */
1338 const uint16_t *groups; local
1346 /* Get our list of supported groups */
1347 tls1_get_supported_groups(s, &groups, &numgroups);
1356 uint16_t group = groups[i];
H A Dstatem_local.h65 int check_in_list(SSL *s, uint16_t group_id, const uint16_t *groups,
/freebsd-current/tests/sys/fs/fusefs/
H A Ddefault_permissions.cc255 gid_t newgid, groups[ngroups]; local
257 getgrouplist(getlogin(), getegid(), groups, &ngroups); local
262 if (groups[i] == newgid)
/freebsd-current/sys/security/mac_do/
H A Dmac_do.c447 check_setgroups(struct ucred *cred, int ngrp, gid_t *groups) argument
/freebsd-current/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-current/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c2126 int *groups = conf->sae_groups; local
2130 if (!groups || groups[0] <= 0)
2131 groups = default_groups;
2149 ssid->pt = sae_derive_pt(groups, ssid->ssid, ssid->ssid_len,
2163 int i, *groups = wpa_s->extra_sae_rejected_groups; local
2165 for (i = 0; groups[i]; i++) {
2168 groups[i]);
2170 groups[i]);
H A Dconfig.c4931 int *groups = wpa_config_parse_int_array(pos); local
4932 if (groups == NULL) {
4939 config->sae_groups = groups;
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c305 dev_t devt, void *drvdata, const struct attribute_group **groups,
323 dev->groups = groups;
304 device_create_groups_vargs(struct class *class, struct device *parent, dev_t devt, void *drvdata, const struct attribute_group **groups, const char *fmt, va_list args) argument
/freebsd-current/usr.sbin/mountd/
H A Dmountd.c1857 * for this host set in the groups.
2306 /* Now, check all the groups. */
3570 gid_t groups[NGROUPS_MAX + 1]; local
3603 if (getgrouplist(pw->pw_name, pw->pw_gid, groups, &ngroups)) {
3604 syslog(LOG_ERR, "too many groups");
3611 if (ngroups > 1 && groups[0] == groups[1]) {
3622 cr->cr_groups[0] = groups[0];
3623 memcpy(&cr->cr_groups[1], &groups[inpos], (ngroups - 1) *
3648 groups[c
[all...]
/freebsd-current/sys/sys/
H A Dsyscallsubr.h323 int kern_setgroups(struct thread *td, u_int ngrp, gid_t *groups);
/freebsd-current/sys/dev/wpi/
H A Dif_wpi.c1372 /* Read the list of TX power groups. */
1539 struct wpi_power_group *group = &sc->groups[n];
3690 for (group = &sc->groups[1]; group < &sc->groups[4]; group++)
3694 group = &sc->groups[0];
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7301 INTERCEPTOR(int, getgrouplist, const char *name, u32 basegid, u32 *groups,
7305 COMMON_INTERCEPTOR_ENTER(ctx, getgrouplist, name, basegid, groups, ngroups);
7310 res = REAL(getgrouplist)(name, basegid, groups, ngroups);
7311 if (!res && groups && ngroups) {
7312 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, groups, sizeof(*groups) * (*ngroups));
7324 INTERCEPTOR(int, getgroupmembership, const char *name, u32 basegid, u32 *groups,
7328 COMMON_INTERCEPTOR_ENTER(ctx, getgroupmembership, name, basegid, groups,
7332 res = REAL(getgroupmembership)(name, basegid, groups, maxgrp, ngroups);
7333 if (!res && groups
[all...]
/freebsd-current/sys/cam/scsi/
H A Dscsi_all.h3211 struct scsi_target_port_group_descriptor groups[]; member in struct:scsi_target_group_data
3219 struct scsi_target_port_group_descriptor groups[]; member in struct:scsi_target_group_data_extended
/freebsd-current/crypto/openssh/contrib/redhat/
H A Dopenssh.spec587 - clear supplemental groups list at startup
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c1960 const char *groups[] = { "scan", "mlme", "regulatory", "vendor", NULL }; local
1971 for (i = 0; groups[i]; i++) {
1972 ret = nl_get_multicast_id(global, "nl80211", groups[i]);
1978 groups[i], ret, nl_geterror(ret));

Completed in 302 milliseconds

123456