Home
last modified time | relevance | path

Searched refs:per_module_logging_file (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c915 { "per_module_logging_file", OPT_OFFSET(per_module_logging_file), opts_parse_charp, NULL, 0 },
1657 p_opt->per_module_logging_file = strdup(OSM_DEFAULT_PER_MOD_LOGGING_CONF_FILE); in osm_subn_set_default_opt()
1834 if (p_subn->opt.per_module_logging_file == NULL) in parse_per_mod_logging_file()
1837 fp = fopen(p_subn->opt.per_module_logging_file, "r"); in parse_per_mod_logging_file()
1843 p_subn->opt.per_module_logging_file, strerror(errno)); in parse_per_mod_logging_file()
1865 p_subn->opt.per_module_logging_file, line); in parse_per_mod_logging_file()
1872 p_subn->opt.per_module_logging_file, line); in parse_per_mod_logging_file()
2795 p_opts->per_module_logging_file ? in osm_subn_output_conf()
2796 p_opts->per_module_logging_file : null_str, in osm_subn_output_conf()
H A Dosm_console.c353 if (p_osm->subn.opt.per_module_logging_file != NULL) { in permodlog_parse()
354 fp = fopen(p_osm->subn.opt.per_module_logging_file, "r"); in permodlog_parse()
359 p_osm->subn.opt.per_module_logging_file, in permodlog_parse()
365 p_osm->subn.opt.per_module_logging_file); in permodlog_parse()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h381 char *per_module_logging_file; member