Searched refs:group_list (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/crypto/openssl/providers/common/
H A Dcapabilities.c33 static const TLS_GROUP_CONSTANTS group_list[35] = { variable
109 (unsigned int *)&group_list[idx].group_id), \
111 (unsigned int *)&group_list[idx].secbits), \
113 (unsigned int *)&group_list[idx].mintls), \
115 (unsigned int *)&group_list[idx].maxtls), \
117 (unsigned int *)&group_list[idx].mindtls), \
119 (unsigned int *)&group_list[idx].maxdtls), \
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c134 struct list_head group_list; member in struct:mcast_req
550 req = list_first_entry(&group->pending_list, struct mcast_req, group_list);
551 list_del(&req->group_list);
599 list_del(&req->group_list);
621 list_del(&req->group_list);
630 list_del(&req->group_list);
676 struct mcast_req, group_list);
681 list_del(&req->group_list);
712 group_list);
768 struct mcast_req, group_list);
[all...]
/freebsd-current/contrib/ofed/opensm/include/opensm/
H A Dosm_qos_policy.h84 cl_list_t group_list; /* list of group names (strings) */ member in struct:osm_qos_vlarb_scope
95 cl_list_t group_list; /* list of strings (port group names) */ member in struct:osm_qos_sl2vl_scope
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_qos_policy.c194 cl_list_init(&p->group_list, 10);
210 cl_list_apply_func(&p->group_list, __free_single_element, NULL);
215 cl_list_remove_all(&p->group_list);
220 cl_list_destroy(&p->group_list);
236 cl_list_init(&p->group_list, 10);
251 cl_list_apply_func(&p->group_list, __free_single_element, NULL);
255 cl_list_remove_all(&p->group_list);
259 cl_list_destroy(&p->group_list);
H A Dosm_qos_parser_y.y1398 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) &&
2599 if ( !cl_list_count(&p_current_sl2vl_scope->group_list) &&
/freebsd-current/usr.bin/localedef/
H A Dparser.y634 | T_GROUPING group_list T_NL
642 group_list : T_NUMBER label
647 | group_list T_SEMI T_NUMBER
/freebsd-current/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp234 ITT_GROUP_LIST(group_list); variable
1210 for (i = 0; group_list[i].name != NULL; i++) {
1211 if (!__itt_fstrcmp(gr, group_list[i].name)) {
1212 res = (__itt_group_id)(res | group_list[i].id);
1220 for (i = 0; group_list[i].id != __itt_group_none; i++)
1221 if (group_list[i].id != __itt_group_all &&
1222 group_list[i].id > __itt_group_splitter_min &&
1223 group_list[i].id < __itt_group_splitter_max)
1224 res = (__itt_group_id)(res | group_list[i].id);
/freebsd-current/crypto/openssl/ssl/
H A Dt1_lib.c247 tmp = OPENSSL_realloc(ctx->group_list,
255 ctx->group_list = tmp;
262 ginf = &ctx->group_list[ctx->group_list_len];
400 if (ctx->group_list[j].group_id == supported_groups_default[i]) {
401 tmp_supp_groups[num_deflt_grps++] = ctx->group_list[j].group_id;
431 if (strcmp(ctx->group_list[i].tlsname, name) == 0
432 || strcmp(ctx->group_list[i].realname, name) == 0)
433 return ctx->group_list[i].group_id;
444 if (ctx->group_list[i].group_id == group_id)
445 return &ctx->group_list[
[all...]
H A Dssl_lib.c3515 OPENSSL_free(a->group_list[j].tlsname);
3516 OPENSSL_free(a->group_list[j].realname);
3517 OPENSSL_free(a->group_list[j].algorithm);
3519 OPENSSL_free(a->group_list);
H A Dssl_local.h1199 TLS_GROUP_INFO *group_list; member in struct:ssl_ctx_st

Completed in 145 milliseconds