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

/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y655 p_tmp_num = (uint64_t*)cl_list_obj(list_iterator);
1097 p_tmp_num = (uint64_t*)cl_list_obj(list_iterator);
1144 tmp_str = (char*)cl_list_obj(list_iterator);
1172 tmp_str = (char*)cl_list_obj(list_iterator);
1199 tmp_str = (char*)cl_list_obj(list_iterator);
1396 tmp_str = (char*)cl_list_obj(list_iterator);
1418 tmp_str = (char*)cl_list_obj(list_iterator);
1438 p_tmp_num = (uint64_t*)cl_list_obj(list_iterator);
1463 num_pair = (uint64_t*)cl_list_obj(list_iterator);
1485 num_pair = (uint64_t*)cl_list_obj(list_iterato
[all...]
H A Dosm_qos_policy.c460 (osm_qos_port_group_t *) cl_list_obj(list_iterator);
471 (osm_qos_vlarb_scope_t *) cl_list_obj(list_iterator);
482 (osm_qos_sl2vl_scope_t *) cl_list_obj(list_iterator);
492 p_qos_level = (osm_qos_level_t *) cl_list_obj(list_iterator);
503 (osm_qos_match_rule_t *) cl_list_obj(list_iterator);
560 (osm_qos_port_group_t *) cl_list_obj(list_iterator);
604 (osm_qos_match_rule_t *) cl_list_obj(list_iterator);
758 p_qos_level = (osm_qos_level_t *) cl_list_obj(list_iterator);
785 (osm_qos_port_group_t *) cl_list_obj(list_iterator);
870 cl_list_obj(match_rules_list_iterato
[all...]
H A Dosm_db_files.c722 p_key = cl_list_obj(kI);
758 p_key = cl_list_obj(kI);
/freebsd-12-stable/contrib/ofed/opensm/complib/
H A Dcl_list.c382 if (cl_list_obj(p_list_item) == context)
509 status = pfn_func(cl_list_obj(itor), (void *)context);
535 status = pfn_func(cl_list_obj(itor), (void *)context);
560 pfn_func(cl_list_obj(itor), (void *)context);
/freebsd-12-stable/contrib/ofed/opensm/include/complib/
H A Dcl_list.h150 * cl_list_obj
933 * Use cl_list_obj to retrieve the object associated with the
938 * cl_list_obj
971 * Use cl_list_obj to retrieve the object associated with the
976 * cl_list_obj
1009 * Use cl_list_obj to retrieve the object associated with the
1015 * cl_list_obj
1052 * Use cl_list_obj to retrieve the object associated with the
1057 * cl_list_obj
1094 * Use cl_list_obj t
1112 static inline void *cl_list_obj(IN cl_list_iterator_t iterator) function
[all...]

Completed in 116 milliseconds