Home
last modified time | relevance | path

Searched full:group (Results 1 – 25 of 4407) sorted by relevance

12345678910>>...177

/freebsd-src/share/mk/
H A Dbsd.files.mk15 .for group in ${FILESGROUPS}
17 ${${group}}:= ${${group}} ${${group}.yes}
18 ${${group}}:= ${${group}:O:u}
19 buildfiles: ${${group}}
26 .for group in ${FILESGROUPS}
27 .if defined(${group}) && !empty(${group})
[all...]
H A Dbsd.incs.mk11 .for group in ${INCSGROUPS}
12 buildincludes: ${${group}}
21 .for group in ${INCSGROUPS}
22 .if defined(${group}) && !empty(${group})
24 ${group}OWN?= ${BINOWN}
25 ${group}GRP?= ${BINGRP}
26 ${group}MODE?= ${NOBINMODE}
27 ${group}DIR?= ${INCLUDEDIR}${PRIVATELIB:D/private/${LIB}}
28 STAGE_SETS+= ${group:C,[/*],_,g}
29 STAGE_DIR.${group:C,[/*],_,g}= ${STAGE_OBJTOP}${${group}DIR}
[all …]
H A Dbsd.confs.mk16 . for group in ${CONFGROUPS}
17 buildconfig: ${${group}}
25 . for group in ${CONFGROUPS}
26 . if defined(${group}) && !empty(${group})
37 ${group}OWN?= ${SHAREOWN}
38 ${group}GRP?= ${SHAREGRP}
39 ${group}MODE?= ${CONFMODE}
40 ${group}DIR?= ${CONFDIR}
41 STAGE_SETS+= ${group:C,[/*],_,g}
44 . if !defined(${group}TAGS) || ! ${${group}TAGS:Mpackage=*}
[all …]
/freebsd-src/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c50 #define mcg_warn_group(group, format, arg...) \ argument
52 (group)->name, group->demux->port, ## arg)
54 #define mcg_debug_group(group, format, arg...) \ argument
56 (group)->name, (group)->demux->port, ## arg)
58 #define mcg_error_group(group, format, arg...) \ argument
59 pr_err(" %16s: " format, (group)->name, ## arg)
136 struct mcast_group *group; member
144 mcg_warn_group(group, "did not expect to reach zero\n"); \
166 struct mcast_group *group; in mcast_find() local
170 group = rb_entry(node, struct mcast_group, node); in mcast_find()
[all …]
/freebsd-src/contrib/wpa/src/p2p/
H A Dp2p_group.c2 * Wi-Fi Direct - P2P group operations
32 * struct p2p_group - Internal P2P module per-group data
49 struct p2p_group *group, **groups; in p2p_group_init() local
51 group = os_zalloc(sizeof(*group)); in p2p_group_init()
52 if (group == NULL) in p2p_group_init()
58 os_free(group); in p2p_group_init()
61 groups[p2p->num_groups++] = group; in p2p_group_init()
64 group->p2p = p2p; in p2p_group_init()
65 group in p2p_group_init()
84 p2p_group_free_members(struct p2p_group * group) p2p_group_free_members() argument
98 p2p_group_deinit(struct p2p_group * group) p2p_group_deinit() argument
137 p2p_group_add_common_ies(struct p2p_group * group,struct wpabuf * ie) p2p_group_add_common_ies() argument
208 p2p_group_build_beacon_ie(struct p2p_group * group) p2p_group_build_beacon_ie() argument
354 wifi_display_build_go_ie(struct p2p_group * group) wifi_display_build_go_ie() argument
405 wifi_display_group_update(struct p2p_group * group) wifi_display_group_update() argument
414 p2p_buf_add_group_info(struct p2p_group * group,struct wpabuf * buf,int max_clients) p2p_buf_add_group_info() argument
436 p2p_group_buf_add_id(struct p2p_group * group,struct wpabuf * buf) p2p_group_buf_add_id() argument
443 p2p_group_build_probe_resp_ie(struct p2p_group * group) p2p_group_build_probe_resp_ie() argument
482 p2p_group_update_ies(struct p2p_group * group) p2p_group_update_ies() argument
572 p2p_group_remove_member(struct p2p_group * group,const u8 * addr) p2p_group_remove_member() argument
602 p2p_group_notif_assoc(struct p2p_group * group,const u8 * addr,const u8 * ie,size_t len) p2p_group_notif_assoc() argument
646 p2p_group_assoc_resp_ie(struct p2p_group * group,u8 status) p2p_group_assoc_resp_ie() argument
690 p2p_group_notif_disassoc(struct p2p_group * group,const u8 * addr) p2p_group_notif_disassoc() argument
759 p2p_group_match_dev_type(struct p2p_group * group,struct wpabuf * wps) p2p_group_match_dev_type() argument
776 p2p_group_match_dev_id(struct p2p_group * group,struct wpabuf * p2p) p2p_group_match_dev_id() argument
801 p2p_group_notif_formation_done(struct p2p_group * group) p2p_group_notif_formation_done() argument
811 p2p_group_notif_noa(struct p2p_group * group,const u8 * noa,size_t noa_len) p2p_group_notif_noa() argument
841 p2p_group_get_client(struct p2p_group * group,const u8 * dev_id) p2p_group_get_client() argument
855 p2p_group_get_client_interface_addr(struct p2p_group * group,const u8 * dev_addr) p2p_group_get_client_interface_addr() argument
870 p2p_group_get_client_iface(struct p2p_group * group,const u8 * interface_addr) p2p_group_get_client_iface() argument
883 p2p_group_get_dev_addr(struct p2p_group * group,const u8 * addr) p2p_group_get_dev_addr() argument
910 p2p_group_go_discover(struct p2p_group * group,const u8 * dev_id,const u8 * searching_dev,int rx_freq) p2p_group_go_discover() argument
956 p2p_group_get_interface_addr(struct p2p_group * group) p2p_group_get_interface_addr() argument
962 p2p_group_presence_req(struct p2p_group * group,const u8 * client_interface_addr,const u8 * noa,size_t noa_len) p2p_group_presence_req() argument
1000 p2p_get_group_num_members(struct p2p_group * group) p2p_get_group_num_members() argument
1009 p2p_client_limit_reached(struct p2p_group * group) p2p_client_limit_reached() argument
1018 p2p_iterate_group_members(struct p2p_group * group,void ** next) p2p_iterate_group_members() argument
1036 p2p_group_is_client_connected(struct p2p_group * group,const u8 * dev_addr) p2p_group_is_client_connected() argument
1049 p2p_group_is_group_id_match(struct p2p_group * group,const u8 * group_id,size_t group_id_len) p2p_group_is_group_id_match() argument
1061 p2p_group_force_beacon_update_ies(struct p2p_group * group) p2p_group_force_beacon_update_ies() argument
1068 p2p_group_get_freq(struct p2p_group * group) p2p_group_get_freq() argument
1074 p2p_group_get_config(struct p2p_group * group) p2p_group_get_config() argument
1081 p2p_loop_on_all_groups(struct p2p_data * p2p,int (* group_callback)(struct p2p_group * group,void * user_data),void * user_data) p2p_loop_on_all_groups() argument
1094 p2p_group_get_common_freqs(struct p2p_group * group,int * common_freqs,unsigned int * num) p2p_group_get_common_freqs() argument
[all...]
/freebsd-src/crypto/openssl/crypto/ec/
H A Dec_lib.c88 void EC_pre_comp_free(EC_GROUP *group) in EC_pre_comp_free() argument
90 switch (group->pre_comp_type) { in EC_pre_comp_free()
95 EC_nistz256_pre_comp_free(group->pre_comp.nistz256); in EC_pre_comp_free()
100 EC_nistp224_pre_comp_free(group->pre_comp.nistp224); in EC_pre_comp_free()
103 EC_nistp256_pre_comp_free(group->pre_comp.nistp256); in EC_pre_comp_free()
106 EC_nistp521_pre_comp_free(group->pre_comp.nistp521); in EC_pre_comp_free()
115 EC_ec_pre_comp_free(group->pre_comp.ec); in EC_pre_comp_free()
118 group->pre_comp.ec = NULL; in EC_pre_comp_free()
121 void EC_GROUP_free(EC_GROUP *group) in EC_GROUP_free() argument
123 if (!group) in EC_GROUP_free()
[all …]
H A Decp_smpl.c98 int ossl_ec_GFp_simple_group_init(EC_GROUP *group) in ossl_ec_GFp_simple_group_init() argument
100 group->field = BN_new(); in ossl_ec_GFp_simple_group_init()
101 group->a = BN_new(); in ossl_ec_GFp_simple_group_init()
102 group->b = BN_new(); in ossl_ec_GFp_simple_group_init()
103 if (group->field == NULL || group->a == NULL || group->b == NULL) { in ossl_ec_GFp_simple_group_init()
104 BN_free(group->field); in ossl_ec_GFp_simple_group_init()
105 BN_free(group->a); in ossl_ec_GFp_simple_group_init()
106 BN_free(group->b); in ossl_ec_GFp_simple_group_init()
109 group->a_is_minus3 = 0; in ossl_ec_GFp_simple_group_init()
113 void ossl_ec_GFp_simple_group_finish(EC_GROUP *group) in ossl_ec_GFp_simple_group_finish() argument
[all …]
H A Dec2_smpl.c28 int ossl_ec_GF2m_simple_group_init(EC_GROUP *group) in ossl_ec_GF2m_simple_group_init() argument
30 group->field = BN_new(); in ossl_ec_GF2m_simple_group_init()
31 group->a = BN_new(); in ossl_ec_GF2m_simple_group_init()
32 group->b = BN_new(); in ossl_ec_GF2m_simple_group_init()
34 if (group->field == NULL || group->a == NULL || group->b == NULL) { in ossl_ec_GF2m_simple_group_init()
35 BN_free(group->field); in ossl_ec_GF2m_simple_group_init()
36 BN_free(group->a); in ossl_ec_GF2m_simple_group_init()
37 BN_free(group->b); in ossl_ec_GF2m_simple_group_init()
47 void ossl_ec_GF2m_simple_group_finish(EC_GROUP *group) in ossl_ec_GF2m_simple_group_finish() argument
49 BN_free(group->field); in ossl_ec_GF2m_simple_group_finish()
[all …]
H A Decp_mont.c83 int ossl_ec_GFp_mont_group_init(EC_GROUP *group) in ossl_ec_GFp_mont_group_init() argument
87 ok = ossl_ec_GFp_simple_group_init(group); in ossl_ec_GFp_mont_group_init()
88 group->field_data1 = NULL; in ossl_ec_GFp_mont_group_init()
89 group->field_data2 = NULL; in ossl_ec_GFp_mont_group_init()
93 void ossl_ec_GFp_mont_group_finish(EC_GROUP *group) in ossl_ec_GFp_mont_group_finish() argument
95 BN_MONT_CTX_free(group->field_data1); in ossl_ec_GFp_mont_group_finish()
96 group->field_data1 = NULL; in ossl_ec_GFp_mont_group_finish()
97 BN_free(group->field_data2); in ossl_ec_GFp_mont_group_finish()
98 group->field_data2 = NULL; in ossl_ec_GFp_mont_group_finish()
99 ossl_ec_GFp_simple_group_finish(group); in ossl_ec_GFp_mont_group_finish()
[all …]
H A Dec_oct.c24 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_compressed_coordinates() argument
27 if (group->meth->point_set_compressed_coordinates == NULL in EC_POINT_set_compressed_coordinates()
28 && !(group->meth->flags & EC_FLAGS_DEFAULT_OCT)) { in EC_POINT_set_compressed_coordinates()
32 if (!ec_point_is_compat(point, group)) { in EC_POINT_set_compressed_coordinates()
36 if (group->meth->flags & EC_FLAGS_DEFAULT_OCT) { in EC_POINT_set_compressed_coordinates()
37 if (group->meth->field_type == NID_X9_62_prime_field) in EC_POINT_set_compressed_coordinates()
38 return ossl_ec_GFp_simple_set_compressed_coordinates(group, point, x, in EC_POINT_set_compressed_coordinates()
47 return ossl_ec_GF2m_simple_set_compressed_coordinates(group, point, in EC_POINT_set_compressed_coordinates()
51 return group->meth->point_set_compressed_coordinates(group, point, x, in EC_POINT_set_compressed_coordinates()
56 int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, in EC_POINT_set_compressed_coordinates_GFp() argument
[all …]
/freebsd-src/sys/ofed/drivers/infiniband/core/
H A Dib_multicast.c122 struct mcast_group *group; member
138 struct mcast_group *group; in mcast_find() local
142 group = rb_entry(node, struct mcast_group, node); in mcast_find()
143 ret = memcmp(mgid->raw, group->rec.mgid.raw, sizeof *mgid); in mcast_find()
145 return group; in mcast_find()
156 struct mcast_group *group, in mcast_insert() argument
168 ret = memcmp(group->rec.mgid.raw, cur_group->rec.mgid.raw, in mcast_insert()
169 sizeof group->rec.mgid); in mcast_insert()
179 rb_link_node(&group->node, parent, link); in mcast_insert()
180 rb_insert_color(&group->node, &port->table); in mcast_insert()
[all …]
/freebsd-src/contrib/netbsd-tests/ipf/expected/
H A Dip145 group-map in role=ipf number=300 size=5
46 { 0/0, group=303; 5/32, group=303; 1.2.3.4/32, group=303; };
47 group-map in role=nat number=300 size=5
48 { 0/0, group=303; 6/32, group=303; 1.2.3.4/32, group=303; };
49 group-map in role=auth number=300 size=5
50 { 0/0, group=303; 7/32, group=303; 1.2.3.4/32, group=303; };
51 group-map in role=count number=300 size=5
52 { 0/0, group=303; 8/32, group=303; 1.2.3.4/32, group=303; };
53 group-map out role=ipf number=400 size=5
54 { 0/0, group=303; 5/32, group=303; 1.2.3.4/32, group=606; };
[all …]
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DOptions.td14 Group<grp_lld>;
17 Group<grp_lld>;
19 Group<grp_lld>;
22 Group<grp_lld>;
25 Group<grp_lld>;
28 Group<grp_lld>;
32 Group<grp_lld>;
35 Group<grp_lld>;
37 Group<grp_lld>;
39 Group<grp_ll
[all...]
/freebsd-src/sys/contrib/alpine-hal/
H A Dal_hal_iofic.c51 int al_iofic_config(void __iomem *regs_base, int group, uint32_t flags) in al_iofic_config() argument
56 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_config()
58 al_reg_write32(&regs->ctrl[group].int_control_grp, flags); in al_iofic_config()
64 * configure the moderation timer resolution for a given group
66 int al_iofic_moder_res_config(void __iomem *regs_base, int group, in al_iofic_moder_res_config() argument
74 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_moder_res_config()
76 reg = al_reg_read32(&regs->ctrl[group].int_control_grp); in al_iofic_moder_res_config()
81 al_reg_write32(&regs->ctrl[group].int_control_grp, reg); in al_iofic_moder_res_config()
87 * configure the moderation timer interval for a given legacy interrupt group
89 int al_iofic_legacy_moder_interval_config(void __iomem *regs_base, int group, in al_iofic_legacy_moder_interval_config() argument
[all …]
H A Dal_hal_iofic.h71 * @param group the interrupt group.
76 int al_iofic_config(void __iomem *regs_base, int group,
80 * configure the moderation timer resolution for a given group
84 * @param group the interrupt group
91 int al_iofic_moder_res_config(void __iomem *regs_base, int group,
95 * configure the moderation timer interval for a given legacy interrupt group
98 * @param group the interrupt group
103 int al_iofic_legacy_moder_interval_config(void __iomem *regs_base, int group,
110 * @param group the interrupt group
116 int al_iofic_msix_moder_interval_config(void __iomem *regs_base, int group,
[all …]
/freebsd-src/contrib/ntp/sntp/unity/
H A Dunity_fixture.h19 #define TEST_GROUP(group)\ argument
20 static const char* TEST_GROUP_##group = #group
22 #define TEST_SETUP(group) void TEST_##group##_SETUP(void);\ argument
23 void TEST_##group##_SETUP(void)
25 #define TEST_TEAR_DOWN(group) void TEST_##group##_TEAR_DOWN(void);\ argument
26 void TEST_##group##_TEAR_DOWN(void)
29 #define TEST(group, name) \ argument
30 void TEST_##group##_##name##_(void);\
31 void TEST_##group##_##name##_run(void);\
32 void TEST_##group##_##name##_run(void)\
[all …]
/freebsd-src/contrib/bmake/mk/
H A Dfiles.mk28 .for group in ${FILESGROUPS}
29 buildfiles: ${${group}}
36 # ignore group if ${group}DIR is not defined
37 .for group in ${FILESGROUPS}
38 .if !empty(${group}) && defined(${group}DIR)
39 .if ${group} != "FILES"
40 ${group}_INSTALL_OWN ?= ${FILES_INSTALL_OWN}
43 STAGE_DIR.${group} ?= ${STAGE_OBJTOP}${${group}DIR}
45 .for file in ${${group}:O:u}
46 ${group}_INSTALL_OWN.${file:T} ?= ${${group}_INSTALL_OWN}
[all …]
H A Dscripts.mk35 .for group in ${SCRIPTSGROUPS}
36 buildfiles: ${${group}}
42 .for group in ${SCRIPTSGROUPS}
43 .if !empty(${group}) && defined(${group}DIR)
44 .if ${group} != "SCRIPTS"
45 ${group}_INSTALL_OWN ?= ${SCRIPTS_INSTALL_OWN}
48 STAGE_DIR.${group} ?= ${STAGE_OBJTOP}${${group}DIR}
50 .for script in ${${group}:O:u}
51 ${group}_INSTALL_OWN.${script:T} ?= ${${group}_INSTALL_OWN}
52 ${group}DIR.${script:T} ?= ${${group}DIR_${script:T}:U${${group}DIR}}
[all …]
H A Dinc.mk34 .for group in ${INCGROUPS}
35 buildincludes: ${${group}}
42 .for group in ${INCGROUPS}
43 .if !empty(${group})
44 .if ${group} != "INC"
45 ${group}_INSTALL_OWN ?= ${INC_INSTALL_OWN}
46 ${group}DIR ?= ${INCDIR}
49 STAGE_DIR.${group} ?= ${STAGE_OBJTOP}${${group}DIR}
51 .for header in ${${group}:O:u}
52 ${group}_INSTALL_OWN.${header:T} ?= ${${group}_INSTALL_OWN}
[all …]
/freebsd-src/share/man/man5/
H A Dgroup.532 .Nm group
33 .Nd format of the group permissions file
37 file is the local source of group information.
39 `group', and the NIS maps `group.byname' and `group.bygid',
47 records, one per group, containing four colon
52 .It group
53 Name of the group.
55 Group's
59 The group's decimal ID.
61 Group members.
[all …]
/freebsd-src/contrib/netbsd-tests/ipf/regress/
H A Dip152 group-map in role = ipf number = 300 group = 303
54 group-map in role = nat number = 300 group = 303
56 group-map in role = auth number = 300 group = 303
58 group-map in role = count number = 300 group = 303
61 group-map out role = ipf number = 400 group = 303
62 { 0/0; 5/32; 1.2.3.4/32, group = 606; };
63 group-map out role = nat number = 400 group = 303
64 { 0/0; 6/32; 1.2.3.4/32, group = 606; };
65 group-map out role = auth number = 400 group = 303
66 { 0/0; 7/32; 1.2.3.4/32, group = 606; };
[all …]
/freebsd-src/tests/sys/acl/
H A Dtools-posix.test42 > # group: wheel
44 > group::r--
49 > group::r--
56 > # group: wheel
59 > group::r--
60 > group:43:-w-
73 > # group: wheel
75 > group::r-x
80 > group::r-x
86 > group::r--
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,armada-37xx-pinctrl.txt32 group: jtag
36 group sdio0
40 group emmc_nb
44 group pwm0
48 group pwm1
52 group pwm2
56 group pwm3
60 group pmic1
64 group pmic0
68 group i2c2
[all …]
/freebsd-src/lib/libc/tests/nss/
H A Dgetgr_test.c51 DECLARE_TEST_DATA(group)
52 DECLARE_TEST_FILE_SNAPSHOT(group)
53 DECLARE_1PASS_TEST(group)
54 DECLARE_2PASS_TEST(group)
56 static void clone_group(struct group *, struct group const *);
57 static int compare_group(struct group *, struct group *, void *);
58 static void dump_group(struct group *);
59 static void free_group(struct group *);
73 IMPLEMENT_TEST_FILE_SNAPSHOT(group) IMPLEMENT_TEST_FILE_SNAPSHOT() argument
293 group_fill_test_data(struct group_test_data * td,int (* cb)(struct group *,void *)) group_fill_test_data() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td19 // such as the group descriptions.
57 // If an option affects linking, but has a primary group (so Link_Group cannot
109 // Indicates that this group should be flattened into its parent when generating
116 def Action_Group : OptionGroup<"<action group>">, DocName<"Actions">,
119 // Meta-group for options which are only used for compilation,
121 def CompileOnly_Group : OptionGroup<"<CompileOnly group>">,
127 def Preprocessor_Group : OptionGroup<"<Preprocessor group>">,
128 Group<CompileOnly_Group>,
133 def IncludePath_Group : OptionGroup<"<I/i group>">, Group<Preprocessor_Grou
[all...]

12345678910>>...177