Home
last modified time | relevance | path

Searched refs:OSM_LOG_SYS (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_log.c153 if (verbosity & OSM_LOG_SYS) { in osm_log()
202 (p_log->flush || (verbosity & (OSM_LOG_ERROR | OSM_LOG_SYS))) in osm_log()
267 if (verbosity & OSM_LOG_SYS) { in osm_log_v2()
318 (p_log->flush || (verbosity & (OSM_LOG_ERROR | OSM_LOG_SYS))) in osm_log_v2()
471 p_log->level = log_flags | OSM_LOG_SYS; in osm_log_init_v2()
H A Dosm_ucast_file.c145 OSM_LOG(&p_osm->log, OSM_LOG_ERROR | OSM_LOG_SYS, "ERR 6302: " in do_ucast_file_load()
165 OSM_LOG(&p_osm->log, OSM_LOG_ERROR | OSM_LOG_SYS, in do_ucast_file_load()
286 OSM_LOG(&p_osm->log, OSM_LOG_ERROR | OSM_LOG_SYS, "ERR 6305: " in do_lid_matrix_file_load()
H A Dosm_opensm.c405 osm_log_get_level(&p_osm->log) & (OSM_LOG_SYS ^ 0xFF), in osm_opensm_init()
408 osm_log_v2(&p_osm->log, OSM_LOG_SYS, FILE_ID, "%s\n", p_osm->osm_version); /* Format Waived */ in osm_opensm_init()
H A Dosm_state_mgr.c90 OSM_LOG_SYS : OSM_LOG_INFO, FILE_ID, "SUBNET UP\n"); in state_mgr_up_msg()
1432 osm_log_v2(sm->p_log, OSM_LOG_SYS, FILE_ID, in do_sweep()
1450 osm_log_v2(sm->p_log, OSM_LOG_SYS, FILE_ID, in do_sweep()
1671 osm_log_v2(sm->p_log, OSM_LOG_SYS, FILE_ID, in do_sweep()
H A Dosm_node_info_rcv.c78 OSM_LOG(sm->p_log, OSM_LOG_SYS | OSM_LOG_ERROR, "ERR 0D01: " in report_duplicated_guid()
271 osm_log_v2(sm->p_log, OSM_LOG_SYS, FILE_ID, in ni_rcv_set_links()
H A Dosm_sm_state_mgr.c72 osm_log_v2(sm->p_log, OSM_LOG_SYS, FILE_ID, "Entering %s state\n", state_str); in osm_report_sm_state()
H A Dosm_sm.c236 osm_log_v2(p_sm->p_log, OSM_LOG_SYS, FILE_ID, "Exiting SM\n"); /* Format Waived */ in osm_sm_destroy()
H A Dosm_sminfo_rcv.c456 osm_log_v2(sm->p_log, OSM_LOG_SYS, FILE_ID, in smi_rcv_process_get_response()
H A Dosm_lid_mgr.c255 osm_log_v2(p_mgr->p_log, OSM_LOG_SYS, FILE_ID, in osm_lid_mgr_init()
H A Dosm_ucast_ftree.c1717 osm_log_v2(&p_ftree->p_osm->log, OSM_LOG_SYS, FILE_ID, in fabric_create_leaf_switch_array()
1776 osm_log_v2(&p_ftree->p_osm->log, OSM_LOG_SYS, FILE_ID, in fabric_create_leaf_switch_array()
1853 osm_log_v2(&p_ftree->p_osm->log, OSM_LOG_SYS, FILE_ID, in fabric_validate_topology()
H A Dosm_subnet.c1282 osm_log(&(p_osm->log), OSM_LOG_SYS, in osm_subn_init()
1311 osm_log(&(p_osm->log), OSM_LOG_SYS, in osm_subn_init()
H A Dosm_sa.c1134 OSM_LOG(&p_osm->log, OSM_LOG_ERROR | OSM_LOG_SYS, "ERR 4C02: " in osm_sa_db_file_load()
H A Dosm_console.c133 OSM_LOG_SYS); in help_loglevel()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_log.h112 #define OSM_LOG_SYS 0x80 macro