Searched refs:group (Results 251 - 275 of 534) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/bin/pax/
H A Dcache.c54 * routines that control user, group, uid and gid caches (for the archive
61 static int gropn = 0; /* is group file open */
65 static GIDC **grptb = NULL; /* group name to gid cache */
109 paxwarn(1, "Unable to allocate memory for group id cache table");
157 paxwarn(1,"Unable to allocate memory for group name cache table");
245 struct group *gr;
276 * no match for this gid in the local group file, put in
293 * there is an entry for this group in the group file
371 * caches the gid for a given group nam
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.nls.mk16 # NLSGRP National Language Support files group. [${SHAREGRP}]
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_subr.c359 uint64_t group, group_offset, blocknr_in_group; local
363 group = index / mdt->entries_per_group;
365 desc_block = group / mdt->groups_per_desc_block;
366 desc_offset = group % mdt->groups_per_desc_block;
372 /* To group offset */
388 uint64_t group, group_offset, blocknr_in_group; local
392 group = index / mdt->entries_per_group;
394 desc_block = group / mdt->groups_per_desc_block;
395 desc_offset = group % mdt->groups_per_desc_block;
402 /* To group offse
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c258 struct group grent, *result;
289 "Can't lookup group for id %d", (int)id);
301 struct group *result;
H A Darchive_write_disk_set_standard_lookup.c128 struct group grent, *result;
151 struct group *result;
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_i.h63 * P2P Device Address of the GO in whose group this P2P Device is a
69 * P2P Interface Address of the GO in whose group this P2P Device is a
95 * Discovery and connection to a running group.
223 * P2P_PROVISIONING - Provisioning (during group formation)
318 * This address is used during group owner negotiation as the Intended
319 * P2P Interface Address and the group interface will be created with
502 * This is is used during PD retries for join-a-group case to use the
725 const u8 * p2p_group_get_interface_addr(struct p2p_group *group);
726 u8 p2p_group_presence_req(struct p2p_group *group,
729 int p2p_group_is_group_id_match(struct p2p_group *group, cons
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_i.h21 struct wpa_group *group; member in struct:wpa_state_machine
168 /* per group key state machine data */
207 struct wpa_group *group; member in struct:wpa_authenticator
H A Dieee802_11.c583 int group, const u8 *addr)
613 wpabuf_put_le16(buf, group); /* Finite Cyclic Group */
947 wpa_printf(MSG_DEBUG, "SAE: Previously selected group: %d", sae->group);
952 if (sae->group == groups[i])
958 "SAE: Previously selected group not found from the current configuration");
966 "SAE: No alternative group enabled");
975 wpa_printf(MSG_DEBUG, "SAE: Selected new group: %d", groups[i]);
1061 "SAE: Invalid group in anti-clogging token request");
1101 "SAE: Peer did not accept our SAE group");
582 auth_build_token_req(struct hostapd_data *hapd, int group, const u8 *addr) argument
1456 u16 group; local
2637 owe_group_supported(struct hostapd_data *hapd, u16 group) argument
2667 u16 group; local
[all...]
/freebsd-11-stable/usr.bin/diff/tests/
H A Ddiff_test.sh98 atf_check -o file:$(atf_get_srcdir)/group-format.out -s eq:1 \
99 diff --changed-group-format='<<<<<<< (local)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp256 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, argument
266 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt,
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd.c450 %A section name from section. For group components, print group name too.
547 const char *group = NULL;
558 group = elf_group_name (sec);
563 group = ci->name;
564 if (group != NULL)
565 snprintf (bufp, avail, "%s[%s]", sec->name, group);
545 const char *group = NULL; local
/freebsd-11-stable/contrib/dialog/
H A Ddialog.c552 howmany_tags(char *argv[], int group) argument
562 if ((have = arg_rest(argv)) < group) {
563 sprintf(temp, format, group, have);
567 argv += group;
920 int group = FORMBOX_TAGS; local
921 int tags = howmany_tags(av + 5, group);
922 *offset_add = 5 + tags * group;
950 int group = MIXEDFORM_TAGS; local
951 int tags = howmany_tags(av + 5, group);
952 *offset_add = 5 + tags * group;
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pow.h124 CVMX_POW_TAG_OP_SWTAG_DESCH = 2L, /**< switch the tag (and/or group) for this PP and de-schedule
125 - OK to keep the tag the same and only change the group
171 uint64_t grp : 4; /**< the group that the work queue entry will be scheduled to grp is used for CVMX_POW_TAG_OP_ADDWQ, CVMX_POW_TAG_OP_SWTAG_FULL, CVMX_POW_TAG_OP_SWTAG_DESCH, and CVMX_POW_TAG_OP_UPDATE_WQP_GRP */
193 uint64_t grp : 6; /**< the group that the work queue entry will be scheduled to grp is used for CVMX_POW_TAG_OP_ADDWQ, CVMX_POW_TAG_OP_SWTAG_FULL, CVMX_POW_TAG_OP_SWTAG_DESCH, and CVMX_POW_TAG_OP_UPDATE_WQP_GRP */
216 uint64_t grp : 6; /**< the group that the work queue entry will be scheduled to grp is used for CVMX_POW_TAG_OP_ADDWQ, CVMX_POW_TAG_OP_SWTAG_FULL, CVMX_POW_TAG_OP_SWTAG_DESCH, and CVMX_POW_TAG_OP_UPDATE_WQP_GRP */
237 uint64_t grp : 6; /**< the group that the work queue entry will be scheduled to grp is used for CVMX_POW_TAG_OP_ADDWQ, CVMX_POW_TAG_OP_SWTAG_FULL, CVMX_POW_TAG_OP_SWTAG_DESCH, and CVMX_POW_TAG_OP_UPDATE_WQP_GRP */
423 16 deschedule lists (per group);
464 When opcode = IPL_DESCHED, this field specifies the group.
704 uint64_t grp : 4; /**< The group attached to the core (updated when new tag list entered on SWTAG_FULL). */
734 uint64_t grp : 6; /**< The group attache
1757 cvmx_pow_tag_sw_full_nocheck(cvmx_wqe_t *wqp, uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t group) argument
1825 cvmx_pow_tag_sw_full(cvmx_wqe_t *wqp, uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t group) argument
2103 cvmx_pow_tag_sw_desched_nocheck(uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t group, uint64_t no_sched) argument
2181 cvmx_pow_tag_sw_desched(uint32_t tag, cvmx_pow_tag_type_t tag_type, uint64_t group, uint64_t no_sched) argument
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dsme.c71 int group = groups[wpa_s->sme.sae_group_index]; local
72 if (group <= 0)
74 if (sae_set_group(&wpa_s->sme.sae, group) == 0) {
75 wpa_dbg(wpa_s, MSG_DEBUG, "SME: Selected SAE group %d",
76 wpa_s->sme.sae.group);
125 wpa_printf(MSG_DEBUG, "SAE: Failed to select group");
1074 u16 group; local
1085 group = WPA_GET_LE16(data);
1087 "SME: SAE anti-clogging token requested (group %u)",
1088 group);
1552 u16 group; local
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c739 uint32_t rd, group; local
768 group = ((freq - 5170) / 10);
770 if (group > 11) {
771 /* Pull 5.29 into the 5.27 group */
772 group--;
775 /* Integer divide will set group from 0 to 4 */
776 group = group / 3;
777 pRD = &ee->ee_tpc[group];
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_ameth.c437 const EC_GROUP *group; local
448 group = EC_KEY_get0_group((EC_KEY *)EVP_PKEY_get0((EVP_PKEY *)pkey));
449 if (!EC_POINT_get_affine_coordinates_GFp(group, pubkey, X, Y, ctx)) {
681 const EC_GROUP *group; local
688 group = EC_KEY_get0_group(EVP_PKEY_get0(pk));
708 pub_key = EC_POINT_new(group);
709 if (!EC_POINT_set_affine_coordinates_GFp(group, pub_key, X, Y, NULL)) {
/freebsd-11-stable/sys/kern/
H A Dsubr_smp.c581 static struct cpu_group group[MAXCPU * MAX_CACHE_LEVELS + 1]; variable in typeref:struct:cpu_group
648 return (&group[curr]);
656 top = &group[0];
710 top = &group[0];
712 top->cg_child = child = &group[1];
731 top = &group[0];
732 l2g = &group[1];
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon_y.y76 %type <opt> direction dstip dstport every group interface
124 | group { $$ = $1; }
183 group: IPM_GROUP '=' YY_NUMBER { $$ = new_opt(IPM_GROUP); label
259 { "group", IPM_GROUP },
533 verbose(8, "-- group mismatch\n");
873 char group[FR_GROUPLEN+1];
875 strncpy(group, a->ac_group, FR_GROUPLEN);
876 group[FR_GROUPLEN] = '\0';
877 printf("%sgroup = %s", coma, group);
/freebsd-11-stable/lib/libcasper/services/cap_grp/tests/
H A Dgrp_test.c109 group_compare(const struct group *grp0, const struct group *grp1)
141 struct group *grps, *grpc;
142 struct group sts, stc;
878 group_fields(const struct group *grp)
903 struct group *grp;
904 struct group st;
1209 struct group *grp;
1210 struct group st;
/freebsd-11-stable/contrib/gcc/
H A Dtree-sra.c94 each (accessed) member or group of members of such an aggregate. */
128 /* True if this element is a group of members of its parent. */
157 /* Helper function for above macro. Return next child in group. */
159 next_child_for_group (struct sra_elt *child, struct sra_elt *group) argument
161 gcc_assert (group->is_group);
167 child = group->parent->children;
169 /* Skip siblings that do not belong to the group. */
172 tree g_elt = group->element;
1256 struct sra_elt *c, *group;
1262 for (group
1250 struct sra_elt *c, *group; local
[all...]
/freebsd-11-stable/crypto/heimdal/appl/su/
H A Dsu.c274 group_member_p(const char *group, const char *user) argument
276 struct group *g;
278 g = getgrnam(group);
309 /* if su:ing to root, check membership of group wheel or root; if
310 that group doesn't exist, or is empty, allow anyone to su
318 syslog (LOG_ERR | LOG_AUTH, "%s to %s: not in group %s",
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c173 * @pairwise: 1 = error report for pairwise packet, 0 = for group packet
1094 * received group-addressed robust management frames due
1630 "Failed to get channel info to validate received OCI in EAPOL-Key group msg 1/2");
1649 wpa_hexdump_key(MSG_DEBUG, "RSN: received GTK in group key handshake",
2348 * packets, so allow group keys to use version 1 if
2352 "version for non-CCMP group keys");
3428 wpa_printf(MSG_DEBUG, "Unsupported group cipher suite");
3580 "FILS: Could not initialize ECDH with group %d",
3699 u16 group; local
3709 group
4513 owe_build_assoc_req(struct wpa_sm *sm, u16 group) argument
4562 u16 group; local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-icmp6.c98 #define icmp6_maxdelay icmp6_data16[0] /* mcast group membership */
107 #define ICMP6_MEMBERSHIP_QUERY 130 /* group membership query */
109 #define ICMP6_MEMBERSHIP_REPORT 131 /* group membership report */
111 #define ICMP6_MEMBERSHIP_REDUCTION 132 /* group membership termination */
1415 u_int group, nsrcs, ngroups; local
1426 ND_PRINT((ndo,", %d group record(s)", ngroups));
1428 /* Print the group records */
1429 group = 8;
1432 if (len < group + 20) {
1436 ND_TCHECK2(bp[group
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Ddrm.h84 #define DRM_IOC(dir, group, nr, size) _IOC(dir, group, nr, size)
92 #define DRM_IOC(dir, group, nr, size) _IOC(dir, group, nr, size)
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlimits_conf.c176 /* XXX unclear: if you set group hard and user soft limit,
181 struct group *gr;

Completed in 257 milliseconds

<<11121314151617181920>>