Searched refs:p_qos_parser_osm_log (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_qos_parser_y.y | 174 osm_log_t * p_qos_parser_osm_log; variable 2384 p_qos_parser_osm_log = &p_subn->p_osm->log; 2386 OSM_LOG_ENTER(p_qos_parser_osm_log); 2395 OSM_LOG(p_qos_parser_osm_log, OSM_LOG_ERROR, "ERR AC01: " 2401 OSM_LOG(p_qos_parser_osm_log, OSM_LOG_VERBOSE, 2413 OSM_LOG(p_qos_parser_osm_log, OSM_LOG_INFO, 2439 OSM_LOG(p_qos_parser_osm_log, OSM_LOG_ERROR, "ERR AC03: " 2451 if (osm_qos_policy_validate(p_subn->p_qos_policy,p_qos_parser_osm_log)) 2453 OSM_LOG(p_qos_parser_osm_log, OSM_LOG_ERROR, "ERR AC04: " 2470 OSM_LOG_EXIT(p_qos_parser_osm_log); [all …]
|