Searched refs:group_list (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/openssl/providers/common/ |
| H A D | capabilities.c | 49 static const TLS_GROUP_CONSTANTS group_list[] = { variable 108 (unsigned int *)&group_list[idx].group_id), \ 110 (unsigned int *)&group_list[idx].secbits), \ 112 (unsigned int *)&group_list[idx].mintls), \ 114 (unsigned int *)&group_list[idx].maxtls), \ 116 (unsigned int *)&group_list[idx].mindtls), \ 118 (unsigned int *)&group_list[idx].maxdtls), \ 120 (unsigned int *)&group_list[idx].is_kem), \
|
| /freebsd/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_mcg.c | 134 struct list_head group_list; member 550 req = list_first_entry(&group->pending_list, struct mcast_req, group_list); in mlx4_ib_mcg_timeout_handler() 551 list_del(&req->group_list); in mlx4_ib_mcg_timeout_handler() 599 list_del(&req->group_list); in handle_leave_req() 621 list_del(&req->group_list); in handle_join_req() 630 list_del(&req->group_list); in handle_join_req() 676 struct mcast_req, group_list); in mlx4_ib_mcg_work_handler() 681 list_del(&req->group_list); in mlx4_ib_mcg_work_handler() 712 group_list); in mlx4_ib_mcg_work_handler() 768 struct mcast_req, group_list); in search_relocate_mgid0_group() [all …]
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_qos_policy.c | 194 cl_list_init(&p->group_list, 10); in osm_qos_policy_vlarb_scope_create() 210 cl_list_apply_func(&p->group_list, __free_single_element, NULL); in osm_qos_policy_vlarb_scope_destroy() 215 cl_list_remove_all(&p->group_list); in osm_qos_policy_vlarb_scope_destroy() 220 cl_list_destroy(&p->group_list); in osm_qos_policy_vlarb_scope_destroy() 236 cl_list_init(&p->group_list, 10); in osm_qos_policy_sl2vl_scope_create() 251 cl_list_apply_func(&p->group_list, __free_single_element, NULL); in osm_qos_policy_sl2vl_scope_destroy() 255 cl_list_remove_all(&p->group_list); in osm_qos_policy_sl2vl_scope_destroy() 259 cl_list_destroy(&p->group_list); in osm_qos_policy_sl2vl_scope_destroy()
|
| H A D | osm_qos_parser_y.y | 1398 cl_list_insert_tail(&p_current_vlarb_scope->group_list,tmp_str); 1520 cl_list_insert_tail(&p_current_sl2vl_scope->group_list,tmp_str); 2568 if ( !cl_list_count(&p_current_vlarb_scope->group_list) && in __parser_vlarb_scope_end() 2599 if ( !cl_list_count(&p_current_sl2vl_scope->group_list) && in __parser_sl2vl_scope_end()
|
| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_qos_policy.h | 84 cl_list_t group_list; /* list of group names (strings) */ member 95 cl_list_t group_list; /* list of strings (port group names) */ member
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify_static.cpp | 234 ITT_GROUP_LIST(group_list); 1210 for (i = 0; group_list[i].name != NULL; i++) { in __itt_get_groups() 1211 if (!__itt_fstrcmp(gr, group_list[i].name)) { in __itt_get_groups() 1212 res = (__itt_group_id)(res | group_list[i].id); in __itt_get_groups() 1220 for (i = 0; group_list[i].id != __itt_group_none; i++) in __itt_get_groups() 1221 if (group_list[i].id != __itt_group_all && in __itt_get_groups() 1222 group_list[i].id > __itt_group_splitter_min && in __itt_get_groups() 1223 group_list[i].id < __itt_group_splitter_max) in __itt_get_groups() 1224 res = (__itt_group_id)(res | group_list[i].id); in __itt_get_groups()
|
| /freebsd/usr.bin/localedef/ |
| H A D | parser.y | 634 | T_GROUPING group_list T_NL 642 group_list : T_NUMBER 647 | group_list T_SEMI T_NUMBER
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | t1_lib.c | 241 tmp = OPENSSL_realloc(ctx->group_list, in add_provider_groups() 247 ctx->group_list = tmp; in add_provider_groups() 254 ginf = &ctx->group_list[ctx->group_list_len]; in add_provider_groups() 710 if (OPENSSL_strcasecmp(ctx->group_list[i].tlsname, name) == 0 in tls1_group_name2id() 711 || OPENSSL_strcasecmp(ctx->group_list[i].realname, name) == 0) in tls1_group_name2id() 712 return ctx->group_list[i].group_id; in tls1_group_name2id() 723 if (ctx->group_list[i].group_id == group_id) in tls1_group_id_lookup() 724 return &ctx->group_list[i]; in tls1_group_id_lookup() 1441 if (garg->ctx->group_list[j].group_id == gid) { in gid_cb()
|
| H A D | ssl_lib.c | 4420 OPENSSL_free(a->group_list[j].tlsname); in SSL_CTX_free() 4421 OPENSSL_free(a->group_list[j].realname); in SSL_CTX_free() 4422 OPENSSL_free(a->group_list[j].algorithm); in SSL_CTX_free() 4424 OPENSSL_free(a->group_list); in SSL_CTX_free()
|
| H A D | ssl_local.h | 1171 TLS_GROUP_INFO *group_list; member
|
| H A D | s3_lib.c | 4504 ctx->group_list, in ssl3_ctx_ctrl()
|