Searched refs:group (Results 451 - 475 of 534) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/etc/
H A DMakefile23 group \
/freebsd-11-stable/usr.sbin/rwhod/
H A Drwhod.c307 struct group *gr;
/freebsd-11-stable/usr.bin/mail/
H A Dnames.c482 * Recursively expand a group name. We limit the expansion to some
490 struct group *gp;
515 * to self if only person in group
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h151 int group; member in struct:hostapd_wpa_psk
443 int use_pae_group_addr; /* Whether to send EAPOL frames to PAE group
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.h462 struct wpabuf * owe_build_assoc_req(struct wpa_sm *sm, u16 group);
/freebsd-11-stable/usr.sbin/cron/lib/
H A Dentry.c61 "bad group name",
304 struct group *grp;
/freebsd-11-stable/contrib/tcsh/
H A Dtw.init.c664 (void) setgrent(); /* Open group file */
670 * Return the next entry from the group file
676 struct group *gr;
710 * Close the group file to finish the groupname list
/freebsd-11-stable/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c83 static int p_egid; /* Effective group id. */
84 static int p_rgid; /* Real group id. */
169 fprintf(stderr, "\t-f <gid|group> : effective group\n");
170 fprintf(stderr, "\t-g <gid|group> : real group\n");
627 struct group *grp;
713 /* Try actual group name. */
724 /* Try actual group name. */
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresrc.c705 real cursor resource is then a group resource which can be used to
791 /* Define a cursor group resource. */
1107 real icon resource is then a group resource which can be used to
1186 /* Define an icon group resource. */
1255 fatal (_("unexpected group icon type %d"), type);
1263 fatal ("too small group icon rcdata");
1308 fatal (_("unexpected group cursor type %d"), type);
1316 fatal ("too small group icon rcdata");
2024 case RT_GROUP_CURSOR: s = "group cursor"; break;
2025 case RT_GROUP_ICON: s = "group ico
[all...]
H A Dobjcopy.c808 group_signature (asection *group)
810 bfd *abfd = group->owner;
816 ghdr = &elf_section_data (group)->this_hdr;
871 If we are going to strip the group signature symbol, then
872 strip the group section too. */
806 group_signature(asection *group) argument
/freebsd-11-stable/lib/libugidfw/
H A Dugidfw.c64 struct group *grp;
559 struct group *grp;
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c1277 int group, i; local
1279 for (group = 0; group < BITSET_SIZE(state->unused_service); group++) {
1281 flags = atomic_xchg(&state->poll_services[group], 0);
1286 (group<<5) + i);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rum.c2853 DPRINTFN(1, "setting group key %d for vap %d, mode %d "
2877 device_printf(sc->sc_dev, "%s: cannot set group key %d for vap %d\n",
2887 DPRINTF("%s: removing group key %d for vap %d\n", __func__,
2996 int group; local
3003 group = k >= &vap->iv_nw_keys[0] && k < &vap->iv_nw_keys[IEEE80211_WEP_NKID];
3006 group ? rum_group_key_set_cb : rum_pair_key_set_cb);
3013 int group; local
3020 group = k >= &vap->iv_nw_keys[0] && k < &vap->iv_nw_keys[IEEE80211_WEP_NKID];
3023 group ? rum_group_key_del_cb : rum_pair_key_del_cb);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp221 int group; local
223 for (group = 0; group < __kmp_num_proc_groups; group++) {
225 int num = __kmp_GetActiveProcessorCount(group);
227 KMP_CPU_SET(i + group * (CHAR_BIT * sizeof(DWORD_PTR)), mask);
849 __kmp_affinity_gran_levels++; // e.g. granularity = group
956 // This facilitates letting the threads float among all procs in a group,
957 // if granularity=group (the default when there are multiple groups).
1012 // Warning: can't use affinity granularity \"gran\" with group topolog
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1653 // groups. Each relocation group starts with a header consisting of the
1656 // - the number of relocations in the relocation group
1657 // - flags for the relocation group
1659 // for each relocation in the group.
1661 // field for each relocation in the group.
1664 // each relocation in the group.
1666 // Following the relocation group header are descriptions of each of the
1667 // relocations in the group. They consist of the following elements:
1684 // offset (we set this to zero because the first relocation group will
1708 // encoding, but each group wil
1714 std::vector<Elf_Rela> group; local
[all...]
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p.c77 * We are connected as a client to a group in which the
91 * The peer is connected as a client in a group where
477 * Clear old data for this group; if the devices are still in the
478 * group, the information will be restored in the loop following this.
701 * If the scan result is for a GO, the clients in the group will also be added
757 * the device was previously seen as a P2P Client in a group
1556 p2p_dbg(p2p, "Request to start group negotiation - peer=" MACSTR
1578 " that is in a group and is not discoverable",
1657 p2p_dbg(p2p, "Request to authorize group negotiation - peer=" MACSTR
2899 p2p_dbg(p2p, "No pending Group Formation - ignore group formatio
4472 struct p2p_group *group = NULL; local
5020 struct p2p_group *group; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c313 "<\"everyone\"|user|group>[,...] <perm|@setname>[,...]\n"
322 "<\"everyone\"|user|group>[,...]\n"
504 (void) fprintf(fp, gettext("\nThe {user|group}{used|quota}@ "
506 "a user or group specifier of one of these forms:\n"
2253 * -n Print numeric ID instead of user/group name.
2516 struct group *g;
2764 /* Toggle default group types */
3472 * without checking the transaction group.
4244 char who_ug_name[256]; /* user/group name */
4262 uu_avl_t *fsp_uge_avl; /* user,group,everyon
4814 boolean_t group; member in struct:allow_opts
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c130 /* Configure default/group WEP keys for static WEP */
192 wpa_msg(wpa_s, MSG_INFO, "WPA: Invalid group cipher %d for "
884 * group operating channel. Enable Probe Request frame reporting for
1164 wpa_msg(wpa_s, MSG_INFO, "WPA: Driver used disabled group "
1351 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected cipher suites: group %d "
1356 wpa_dbg(wpa_s, MSG_DEBUG, "WPA: Selected mgmt group cipher %d",
1380 "WPA: AP group 0x%x network profile group 0x%x; available group 0x%x",
1384 wpa_msg(wpa_s, MSG_WARNING, "WPA: Failed to select group "
2849 u16 group; local
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_clnt.c1827 const EC_GROUP *group; local
1878 group = EC_KEY_get0_group(ecdh);
1881 (EC_GROUP_get_degree(group) > 163)) {
1891 if (((srvr_ecpoint = EC_POINT_new(group)) == NULL) ||
1901 (EC_POINT_oct2point(group, srvr_ecpoint,
/freebsd-11-stable/contrib/dialog/
H A Dutil.c1857 dlg_calc_listw(int item_no, char **items, int group) argument
1860 for (i = 0; i < (item_no * group); i += group) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c1158 * wpas_dbus_signal_p2p_group_removed - Signals P2P group was removed
1330 * Sends signal to notify that a peer P2P Device is requesting group owner
1407 static int match_group_where_peer_is_client(struct p2p_group *group, argument
1414 if (!p2p_group_is_client_connected(group, data->info->p2p_device_addr))
1417 cfg = p2p_group_get_config(group);
1465 * wpas_dbus_signal_p2p_group_started - Signals P2P group has
1466 * started. Emitted when a group is successfully started
1471 * @persistent: 0 - non persistent group, 1 - persistent group
1472 * @ip: When group rol
[all...]
H A Ddbus_new_handlers_p2p.c70 * Convenience function to create and return an invalid persistent group error.
77 "There is no such persistent group in this P2P device.");
358 * A persistent group Object Path is defined meaning we want
359 * to re-invoke a persistent group.
381 /* Get the SSID structure from the persistent group id */
390 "Failed to reinvoke a persistent group");
666 * wpas_dbus_handler_p2p_cancel - Cancel P2P group formation
737 * A group ID is defined meaning we want to re-invoke a
738 * persistent group
760 /* Get the SSID structure from the persistent group i
1828 match_group_where_peer_is_client(struct p2p_group *group, void *user_data) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_ndis.c651 * Report PAE group address as the "BSSID" for wired
1530 int pairwise = 0, group = 0; local
1549 group = 1;
1551 if (pairwise || group) {
2788 wpa_printf(MSG_DEBUG, "NDIS: Failed to add PAE group address "
/freebsd-11-stable/crypto/openssl/
H A DMakefile.org514 --owner 0 --group 0 \
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c970 MLX5_SET(qetc_reg, in, tc_configuration[i].group, tc_group[i]);
992 group);

Completed in 350 milliseconds

<<11121314151617181920>>