Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 1205) sorted by relevance

12345678910>>...49

/freebsd/share/mk/
H A Dbsd.files.mk17 ${${group}}:= ${${group}} ${${group}.yes}
18 ${${group}}:= ${${group}:O:u}
27 .if defined(${group}) && !empty(${group})
55 ${group}DIRTAGS= ${group}TAGS
56 _${group}DIR= ${${group}DIR}
60 ${group}DIRTAGS= ${${group}TAGS}
61 _${group}DIR= ${group}DIR
67 ${group}OWN_${file}?= ${${group}OWN}
68 ${group}GRP_${file}?= ${${group}GRP}
77 ${group}DIR_${file}?= ${${group}DIR}
[all …]
H A Dbsd.confs.mk26 . if defined(${group}) && !empty(${group})
59 _${group}DIR= ${${group}DIR}
63 _${group}DIR= ${group}DIR
69 ${group}OWN_${cnf}?= ${${group}OWN}
70 ${group}GRP_${cnf}?= ${${group}GRP}
71 ${group}MODE_${cnf}?= ${${group}MODE}
72 ${group}DIR_${cnf}?= ${${group}DIR}
74 ${group}NAME_${cnf}?= ${${group}NAME}
82 ${group}DIR_${cnf}?= ${${group}DIR}
101 _${group}DIR_${cnf}= ${group}DIR
[all …]
H A Dbsd.incs.mk22 .if defined(${group}) && !empty(${group})
40 ${group}TAG_ARGS= -T ${${group}TAGS:[*]:S/ /,/g}
48 ${group}OWN_${header:T}?= ${${group}OWN}
49 ${group}GRP_${header:T}?= ${${group}GRP}
50 ${group}MODE_${header:T}?= ${${group}MODE}
51 ${group}DIR_${header:T}?= ${${group}DIR}
53 ${group}NAME_${header:T}?= ${${group}NAME}
75 stage_files.${group}: ${_${group}INCS}
79 _${group}INS: ${_${group}INCS}
81 ${INSTALL} ${${group}TAG_ARGS} -C -o ${${group}OWN} -g ${${group}GRP} -m ${${group}MODE} \
[all …]
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c52 (group)->name, group->demux->port, ## arg)
627 group->prev_state = group->state; in handle_join_req()
634 group->state = group->prev_state; in handle_join_req()
670 group->state = group->prev_state; in mlx4_ib_mcg_work_handler()
703 memcpy(&group->rec, group->response_sa_mad.data, sizeof group->rec); in mlx4_ib_mcg_work_handler()
730 group->prev_state = group->state; in mlx4_ib_mcg_work_handler()
732 group->state = group->prev_state; in mlx4_ib_mcg_work_handler()
914 group->prev_state = group->state; in mlx4_ib_mcg_demux_handler()
976 req->group = group; in mlx4_ib_mcg_multiplex_handler()
1020 group->members[2], group->members[1], group->members[0], in sysfs_show_group()
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A Dec_lib.c127 group->meth->group_finish(group); in EC_GROUP_free()
146 group->meth->group_clear_finish(group); in EC_GROUP_clear_free()
148 group->meth->group_finish(group); in EC_GROUP_clear_free()
155 OPENSSL_clear_free(group->seed, group->seed_len); in EC_GROUP_clear_free()
156 OPENSSL_clear_free(group, sizeof(*group)); in EC_GROUP_clear_free()
354 || !BN_div(group->cofactor, NULL, group->cofactor, group->order, ctx)) in ec_guess_cofactor()
400 group->generator = EC_POINT_new(group); in EC_GROUP_set_generator()
460 return group->meth->group_order_bits(group); in EC_GROUP_order_bits()
609 return group->meth->group_get_degree(group); in EC_GROUP_get_degree()
963 return group->meth->dbl(group, r, a, ctx); in EC_POINT_dbl()
[all …]
H A Decp_smpl.c103 if (group->field == NULL || group->a == NULL || group->b == NULL) { in ossl_ec_GFp_simple_group_init()
175 if (!group->meth->field_encode(group, group->a, tmp_a, ctx)) in ossl_ec_GFp_simple_group_set_curve()
184 if (!group->meth->field_encode(group, group->b, group->b, ctx)) in ossl_ec_GFp_simple_group_set_curve()
219 if (!group->meth->field_decode(group, a, group->a, ctx)) in ossl_ec_GFp_simple_group_get_curve()
223 if (!group->meth->field_decode(group, b, group->b, ctx)) in ossl_ec_GFp_simple_group_get_curve()
275 if (!group->meth->field_decode(group, a, group->a, ctx)) in ossl_ec_GFp_simple_group_check_discriminant()
277 if (!group->meth->field_decode(group, b, group->b, ctx)) in ossl_ec_GFp_simple_group_check_discriminant()
1509 || !group->meth->field_mul(group, t5, p->X, group->b, ctx) in ossl_ec_GFp_simple_ladder_pre()
1584 || !group->meth->field_mul(group, t5, group->a, t0, ctx) in ossl_ec_GFp_simple_ladder_step()
1601 || !group->meth->field_mul(group, t6, t5, group->a, ctx) in ossl_ec_GFp_simple_ladder_step()
[all …]
H A Dec2_smpl.c34 if (group->field == NULL || group->a == NULL || group->b == NULL) { in ossl_ec_GF2m_simple_group_init()
110 i = BN_GF2m_poly2arr(group->field, group->poly, 6) - 1; in ossl_ec_GF2m_simple_group_set_curve()
117 if (!BN_GF2m_mod_arr(group->a, a, group->poly)) in ossl_ec_GF2m_simple_group_set_curve()
125 if (!BN_GF2m_mod_arr(group->b, b, group->poly)) in ossl_ec_GF2m_simple_group_set_curve()
201 if (!BN_GF2m_mod_arr(b, group->b, group->poly)) in ossl_ec_GF2m_simple_group_check_discriminant()
423 if (!group->meth->field_sqr(group, x2, s, ctx)) in ossl_ec_GF2m_simple_add()
443 if (!group->meth->field_sqr(group, x2, s, ctx)) in ossl_ec_GF2m_simple_add()
453 if (!group->meth->field_mul(group, y2, y2, s, ctx)) in ossl_ec_GF2m_simple_add()
491 || !group->meth->make_affine(group, point, ctx)) in ossl_ec_GF2m_simple_invert()
791 || !group->meth->field_mul(group, s->Y, s->Y, group->b, ctx) in ec_GF2m_simple_ladder_step()
[all …]
H A Decp_mont.c88 group->field_data1 = NULL; in ossl_ec_GFp_mont_group_init()
89 group->field_data2 = NULL; in ossl_ec_GFp_mont_group_init()
96 group->field_data1 = NULL; in ossl_ec_GFp_mont_group_finish()
98 group->field_data2 = NULL; in ossl_ec_GFp_mont_group_finish()
105 group->field_data1 = NULL; in ossl_ec_GFp_mont_group_clear_finish()
107 group->field_data2 = NULL; in ossl_ec_GFp_mont_group_clear_finish()
152 group->field_data1 = NULL; in ossl_ec_GFp_mont_group_set_curve()
154 group->field_data2 = NULL; in ossl_ec_GFp_mont_group_set_curve()
175 group->field_data1 = mont; in ossl_ec_GFp_mont_group_set_curve()
177 group->field_data2 = one; in ossl_ec_GFp_mont_group_set_curve()
[all …]
H A Dec_oct.c32 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()
51 return group->meth->point_set_compressed_coordinates(group, point, x, in EC_POINT_set_compressed_coordinates()
77 if (group->meth->point2oct == 0 in EC_POINT_point2oct()
82 if (!ec_point_is_compat(point, group)) { in EC_POINT_point2oct()
86 if (group->meth->flags & EC_FLAGS_DEFAULT_OCT) { in EC_POINT_point2oct()
102 return group->meth->point2oct(group, point, form, buf, len, ctx); in EC_POINT_point2oct()
108 if (group->meth->oct2point == 0 in EC_POINT_oct2point()
113 if (!ec_point_is_compat(point, group)) { in EC_POINT_oct2point()
117 if (group->meth->flags & EC_FLAGS_DEFAULT_OCT) { in EC_POINT_oct2point()
[all …]
H A Decp_oct.c56 if (group->meth->field_decode == 0) { in ossl_ec_GFp_simple_set_compressed_coordinates()
58 if (!group->meth->field_sqr(group, tmp2, x_, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
60 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
70 if (group->a_is_minus3) { in ossl_ec_GFp_simple_set_compressed_coordinates()
78 if (group->meth->field_decode) { in ossl_ec_GFp_simple_set_compressed_coordinates()
79 if (!group->meth->field_decode(group, tmp2, group->a, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
85 if (!group->meth->field_mul(group, tmp2, group->a, x, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
94 if (group->meth->field_decode) { in ossl_ec_GFp_simple_set_compressed_coordinates()
95 if (!group->meth->field_decode(group, tmp2, group->b, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
100 if (!BN_mod_add_quick(tmp1, tmp1, group->b, group->field)) in ossl_ec_GFp_simple_set_compressed_coordinates()
[all …]
H A Dec_key.c90 if (r->group && r->group->meth->keyfinish) in EC_KEY_free()
114 if (dest->group && dest->group->meth->keyfinish) in EC_KEY_copy()
131 if (!EC_GROUP_copy(dest->group, src->group)) in EC_KEY_copy()
258 const EC_GROUP *group = eckey->group; in ec_generate_key() local
674 return key->group; in EC_KEY_get0_group()
682 key->group = EC_GROUP_dup(group); in EC_KEY_set_group()
683 if (key->group != NULL && EC_GROUP_get_curve_name(key->group) == NID_sm2) in EC_KEY_set_group()
701 if (key->group == NULL || key->group->meth == NULL) in EC_KEY_set_private_key()
902 if (eckey->group == NULL || eckey->group->meth == NULL) in EC_KEY_priv2oct()
939 if (eckey->group == NULL || eckey->group->meth == NULL) in EC_KEY_oct2priv()
[all …]
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_group.c51 group = os_zalloc(sizeof(*group)); in p2p_group_init()
69 group->cfg->idle_update(group->cfg->cb_ctx, 1); in p2p_group_init()
71 return group; in p2p_group_init()
156 if (group->num_members >= group->cfg->max_clients) in p2p_group_add_common_ies()
408 group->wfd_ie = wifi_display_build_go_ie(group); in wifi_display_group_update()
635 group->num_members, group->cfg->max_clients); in p2p_group_notif_assoc()
636 if (group->num_members == group->cfg->max_clients) in p2p_group_notif_assoc()
640 group->cfg->idle_update(group->cfg->cb_ctx, 0); in p2p_group_notif_assoc()
701 group->cfg->idle_update(group->cfg->cb_ctx, 1); in p2p_group_notif_disassoc()
860 if (!group) in p2p_group_get_client_interface_addr()
[all …]
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Dip146 { 0/0, group=303; 5/32, group=303; 1.2.3.4/32, group=303; };
48 { 0/0, group=303; 6/32, group=303; 1.2.3.4/32, group=303; };
50 { 0/0, group=303; 7/32, group=303; 1.2.3.4/32, group=303; };
52 { 0/0, group=303; 8/32, group=303; 1.2.3.4/32, group=303; };
54 { 0/0, group=303; 5/32, group=303; 1.2.3.4/32, group=606; };
56 { 0/0, group=303; 6/32, group=303; 1.2.3.4/32, group=606; };
58 { 0/0, group=303; 7/32, group=303; 1.2.3.4/32, group=606; };
62 { 0/0, group=10; 5/32, group=800; 1.2.3.4/32, group=606; };
64 { 0/0, group=10; 6/32, group=800; 1.2.3.4/32, group=606; };
66 { 0/0, group=10; 7/32, group=800; 1.2.3.4/32, group=606; };
[all …]
/freebsd/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
29 #define TEST(group, name) \ argument
35 TEST_##group##_##name##_,\
43 #define IGNORE_TEST(group, name) \ argument
55 #define RUN_TEST_CASE(group, name) \ argument
60 #define TEST_GROUP_RUNNER(group)\ argument
[all …]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_multicast.c213 struct mcast_group *group = member->group; in queue_join() local
366 group, &group->query); in send_leave()
437 group = container_of(work, typeof(*group), work); in mcast_work_handler()
538 rb_erase(&group->node, &group->port->table); in join_handler()
541 mcast_insert(group->port, group, is_mgid0); in join_handler()
554 !send_leave(group, group->leave_state)) in leave_handler()
571 if (group) in acquire_group()
576 group = kzalloc(sizeof *group, gfp_mask); in acquire_group()
577 if (!group) in acquire_group()
671 group = member->group; in ib_sa_free_multicast()
[all …]
/freebsd/contrib/bmake/mk/
H A Dscripts.mk35 .for group in ${SCRIPTSGROUPS}
36 buildfiles: ${${group}}
43 .if !empty(${group}) && defined(${group}DIR)
44 .if ${group} != "SCRIPTS"
48 STAGE_DIR.${group} ?= ${STAGE_OBJTOP}${${group}DIR}
51 ${group}_INSTALL_OWN.${script:T} ?= ${${group}_INSTALL_OWN}
52 ${group}DIR.${script:T} ?= ${${group}DIR_${script:T}:U${${group}DIR}}
55 ${group}NAME.${script} ?= ${${group}NAME_${script:T}:U${script:${SCRIPTSNAME_MOD}}}
57 STAGE_AS_SETS += ${group}
59 stage_as.${group}: ${script}
[all …]
H A Dfiles.mk28 .for group in ${FILESGROUPS}
29 buildfiles: ${${group}}
37 .for group in ${FILESGROUPS}
38 .if !empty(${group}) && defined(${group}DIR)
39 .if ${group} != "FILES"
43 STAGE_DIR.${group} ?= ${STAGE_OBJTOP}${${group}DIR}
46 ${group}_INSTALL_OWN.${file:T} ?= ${${group}_INSTALL_OWN}
47 ${group}DIR.${file:T} ?= ${${group}DIR}
51 STAGE_AS_SETS += ${group}
53 stage_as.${group}: ${file}
[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"
46 ${group}DIR ?= ${INCDIR}
49 STAGE_DIR.${group} ?= ${STAGE_OBJTOP}${${group}DIR}
52 ${group}_INSTALL_OWN.${header:T} ?= ${${group}_INSTALL_OWN}
53 ${group}DIR.${header:T} ?= ${${group}DIR}
57 STAGE_AS_SETS += ${group}
[all …]
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_iofic.c56 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_config()
74 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_moder_res_config()
96 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_legacy_moder_interval_config()
119 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_msix_moder_interval_config()
141 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_msix_tgtid_attributes_config()
164 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_unmask_offset_get()
178 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_unmask()
196 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_mask()
211 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_read_mask()
224 al_assert(group < AL_IOFIC_MAX_GROUPS); in al_iofic_read_cause()
[all …]
/freebsd/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
63 group-map out role = nat number = 400 group = 303
65 group-map out role = auth number = 400 group = 303
71 { 0/0, group = 10; 5/32, group = 800; 1.2.3.4/32, group = 606; };
73 { 0/0, group = 10; 6/32, group = 800; 1.2.3.4/32, group = 606; };
75 { 0/0, group = 10; 7/32, group = 800; 1.2.3.4/32, group = 606; };
[all …]
/freebsd/lib/libc/tests/nss/
H A Dgetgr_test.c51 DECLARE_TEST_DATA(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 *);
72 IMPLEMENT_TEST_DATA(group)
78 clone_group(struct group *dest, struct group const *src) in IMPLEMENT_TEST_FILE_SNAPSHOT()
130 compare_group(struct group *grp1, struct group *grp2, void *mdata) in compare_group()
295 struct group *grp; in group_fill_test_data()
353 struct group *grp; in group_test_getgrnam()
[all …]
/freebsd/crypto/openssl/test/
H A Dectest.c163 EC_GROUP *group = NULL; in prime_field_tests() local
595 EC_GROUP_free(group); in prime_field_tests()
930 EC_GROUP_free(group); in char2_curve_test()
1075 EC_GROUP_free(group); in char2_field_tests()
1130 EC_GROUP_free(group); in hybrid_point_encoding_test()
1152 EC_GROUP_free(group); in internal_curve_test()
1159 EC_GROUP *group; in internal_curve_test_method() local
1166 EC_GROUP_free(group); in internal_curve_test_method()
2028 group = NULL; in parameter_test()
2135 || !TEST_ptr(group = d2i_ECPKParameters(&group, &b2, in cofactor_range_test()
[all …]
/freebsd/tests/sys/acl/
H A Dtools-nfs4.test42 > # group: wheel
62 > # group: wheel
75 > # group: wheel
92 > # group: wheel
112 > # group: wheel
128 > # group: wheel
143 > # group: wheel
165 > # group: wheel
183 > # group: wheel
195 > # group: wheel
[all …]
/freebsd/share/examples/ipfilter/rules/
H A DBASIC_1.FW25 block in log proto tcp all flags S/SA head 101 group 100
28 block in log proto tcp all flags S/SA head 201 group 200
29 block in log proto udp all head 202 group 200
36 block in log quick from 127.0.0.0/8 to any group 100
37 block in log quick from any to 127.0.0.0/8 group 100
38 block in log quick from 127.0.0.0/8 to any group 200
39 block in log quick from any to 127.0.0.0/8 group 200
49 block in log quick from 10.0.0.0/8 to any group 100
51 block in log quick from 172.16.0.0/12 to any group 100
55 block in log quick from a.b.c.d/24 to any group 100
[all …]
/freebsd/share/examples/ipfilter/
H A Dipf.conf.restrictive28 # incoming ed1 traffic - group 100
32 block in log quick from any to 127.0.0.1/8 group 100
35 block in log quick from 10.0.0.0/8 to any group 100
36 block in log quick from any to 10.0.0.0/8 group 100
40 block in log from any to 192.168.0.0/16 group 100
48 # outgoing ed1 traffic - group 150
62 # incoming traffic on fxp0 - group 200
68 pass in log quick from any to any group 200
70 # outgoing traffic on fxp0 - group 250
73 block out quick from any to 127.0.0.0/8 group 250
[all …]

12345678910>>...49