Searched refs:perfmgr_log_errors (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_subnet.h | 367 boolean_t perfmgr_log_errors; member
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_perfmgr.c | 1457 static void perfmgr_log_errors(osm_perfmgr_t * pm, in perfmgr_log_errors() function 1896 if (pm->subn->opt.perfmgr_log_errors) in pc_recv_process() 1897 perfmgr_log_errors(pm, p_mon_node, port, &err_reading); in pc_recv_process()
|
H A D | osm_subnet.c | 857 { "perfmgr_log_errors", OPT_OFFSET(perfmgr_log_errors), opts_parse_boolean, NULL, 0 }, 1597 p_opt->perfmgr_log_errors = TRUE; in osm_subn_set_default_opt() 2720 p_opts->perfmgr_log_errors ? "TRUE" : "FALSE", in osm_subn_output_conf()
|