Searched refs:partition_config_file (Results 1 – 4 of 4) sorted by relevance
396 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()
815 { "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()
925 SET_STR_OPT(opt.partition_config_file, optarg); in main()
292 char *partition_config_file; member