Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_prtn.c396 file_name = p_subn->opt.partition_config_file ? in osm_prtn_make_partitions()
397 p_subn->opt.partition_config_file : OSM_DEFAULT_PARTITION_CONFIG_FILE; in osm_prtn_make_partitions()
H A Dosm_subnet.c815 { "partition_config_file", OPT_OFFSET(partition_config_file), opts_parse_charp, NULL, 0 },
1091 free(p_opt->partition_config_file); in subn_opt_destroy()
1614 p_opt->partition_config_file = strdup(OSM_DEFAULT_PARTITION_CONFIG_FILE); in osm_subn_set_default_opt()
2449 p_opts->partition_config_file, in osm_subn_output_conf()
H A Dmain.c925 SET_STR_OPT(opt.partition_config_file, optarg); in main()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h292 char *partition_config_file; member