Home
last modified time | relevance | path

Searched refs:lid_matrix_dump_file (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h312 char *lid_matrix_dump_file; member
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_file.c276 file_name = p_osm->subn.opt.lid_matrix_dump_file; in do_lid_matrix_file_load()
H A Dosm_subnet.c824 { "lid_matrix_dump_file", OPT_OFFSET(lid_matrix_dump_file), opts_parse_charp, NULL, 0 },
1095 free(p_opt->lid_matrix_dump_file); in subn_opt_destroy()
1631 p_opt->lid_matrix_dump_file = NULL; in osm_subn_set_default_opt()
2515 "lid_matrix_dump_file %s\n\n", p_opts->lid_matrix_dump_file ? in osm_subn_output_conf()
2516 p_opts->lid_matrix_dump_file : null_str); in osm_subn_output_conf()
H A Dmain.c1023 SET_STR_OPT(opt.lid_matrix_dump_file, optarg); in main()