Searched refs:osm_qos_sl2vl_scope_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_qos_policy.h102 } osm_qos_sl2vl_scope_t; typedef in typeref:struct:osm_qos_sl2vl_scope
146 cl_list_t sl2vl_tables; /* list of osm_qos_sl2vl_scope_t */
164 osm_qos_sl2vl_scope_t * osm_qos_policy_sl2vl_scope_create();
165 void osm_qos_policy_sl2vl_scope_destroy(osm_qos_sl2vl_scope_t * p_sl2vl_scope);
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_policy.c195 (osm_qos_vlarb_scope_t *) malloc(sizeof(osm_qos_sl2vl_scope_t));
238 osm_qos_sl2vl_scope_t *osm_qos_policy_sl2vl_scope_create()
240 osm_qos_sl2vl_scope_t *p =
241 (osm_qos_sl2vl_scope_t *) malloc(sizeof(osm_qos_sl2vl_scope_t));
245 memset(p, 0, sizeof(osm_qos_sl2vl_scope_t));
257 void osm_qos_policy_sl2vl_scope_destroy(osm_qos_sl2vl_scope_t * p)
464 osm_qos_sl2vl_scope_t *p_sl2vl_scope = NULL;
496 (osm_qos_sl2vl_scope_t *) cl_list_obj(list_iterator);
H A Dosm_qos_parser_y.y163 osm_qos_sl2vl_scope_t * p_current_sl2vl_scope = NULL;

Completed in 132 milliseconds