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

/freebsd-9.3-release/contrib/ofed/management/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-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_policy.c201 cl_list_init(&p->group_list, 10);
217 cl_list_apply_func(&p->group_list, __free_single_element, NULL);
222 cl_list_remove_all(&p->group_list);
227 cl_list_destroy(&p->group_list);
247 cl_list_init(&p->group_list, 10);
262 cl_list_apply_func(&p->group_list, __free_single_element, NULL);
266 cl_list_remove_all(&p->group_list);
270 cl_list_destroy(&p->group_list);
H A Dosm_qos_parser_y.y1301 cl_list_insert_tail(&p_current_vlarb_scope->group_list,tmp_str);
1423 cl_list_insert_tail(&p_current_sl2vl_scope->group_list,tmp_str);
2459 if ( !cl_list_count(&p_current_vlarb_scope->group_list) &&
2490 if ( !cl_list_count(&p_current_sl2vl_scope->group_list) &&
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-elf.c1873 struct group_list struct
1882 pointer to a struct group_list, which is where we store the head of
1888 struct group_list *list = inf;
1926 struct group_list list;
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c207 struct group_list
209 struct group_list *next;
215 struct group_list *root;
4560 struct group_list *g;
4612 g = xmalloc (sizeof (struct group_list));
5105 struct group_list *g = section_headers_groups [i]->root;
9617 struct group_list *g, *next;
205 struct group_list struct

Completed in 161 milliseconds