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

/freebsd-13-stable/sys/mips/mediatek/
H A Dmtk_pinctrl.c127 const char **group_list = NULL; local
134 &group_list);
146 if ((ret = mtk_pinctrl_process_entry(dev, table, group_list[i],
152 OF_prop_free(group_list);
/freebsd-13-stable/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-13-stable/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-13-stable/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-13-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp184 ITT_GROUP_LIST(group_list); variable
960 for (i = 0; group_list[i].name != NULL; i++)
962 if (!__itt_fstrcmp(gr, group_list[i].name))
964 res = (__itt_group_id)(res | group_list[i].id);
972 for (i = 0; group_list[i].id != __itt_group_none; i++)
973 if (group_list[i].id != __itt_group_all &&
974 group_list[i].id > __itt_group_splitter_min &&
975 group_list[i].id < __itt_group_splitter_max)
976 res = (__itt_group_id)(res | group_list[i].id);
/freebsd-13-stable/usr.bin/localedef/
H A Dparser.y636 | T_GROUPING group_list T_NL
644 group_list : T_NUMBER label
649 | group_list T_SEMI T_NUMBER

Completed in 99 milliseconds