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

/freebsd-10.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_qos_policy.h90 } osm_qos_vlarb_scope_t; typedef in typeref:struct:osm_qos_vlarb_scope
147 cl_list_t vlarb_tables; /* list of osm_qos_vlarb_scope_t */
161 osm_qos_vlarb_scope_t * osm_qos_policy_vlarb_scope_create();
162 void osm_qos_policy_vlarb_scope_destroy(osm_qos_vlarb_scope_t * p_vlarb_scope);
/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_policy.c192 osm_qos_vlarb_scope_t *osm_qos_policy_vlarb_scope_create()
194 osm_qos_vlarb_scope_t *p =
195 (osm_qos_vlarb_scope_t *) malloc(sizeof(osm_qos_sl2vl_scope_t));
199 memset(p, 0, sizeof(osm_qos_vlarb_scope_t));
212 void osm_qos_policy_vlarb_scope_destroy(osm_qos_vlarb_scope_t * p)
463 osm_qos_vlarb_scope_t *p_vlarb_scope = NULL;
485 (osm_qos_vlarb_scope_t *) cl_list_obj(list_iterator);
H A Dosm_qos_parser_y.y164 osm_qos_vlarb_scope_t * p_current_vlarb_scope = NULL;

Completed in 193 milliseconds