Searched refs:port_prof_ignore_file (Results 1 – 4 of 4) sorted by relevance
772 SET_STR_OPT(opt.port_prof_ignore_file, optarg); in main()774 opt.port_prof_ignore_file); in main()
877 if (p_mgr->p_subn->opt.port_prof_ignore_file) { in ucast_mgr_build_lfts()880 if (parse_node_map(p_mgr->p_subn->opt.port_prof_ignore_file, in ucast_mgr_build_lfts()884 p_mgr->p_subn->opt.port_prof_ignore_file); in ucast_mgr_build_lfts()
801 { "port_prof_ignore_file", OPT_OFFSET(port_prof_ignore_file), opts_parse_charp, NULL, 0 },1086 free(p_opt->port_prof_ignore_file); in subn_opt_destroy()1623 p_opt->port_prof_ignore_file = NULL; in osm_subn_set_default_opt()2479 "port_prof_ignore_file %s\n\n", p_opts->port_prof_ignore_file ? in osm_subn_output_conf()2480 p_opts->port_prof_ignore_file : null_str); in osm_subn_output_conf()
304 char *port_prof_ignore_file; member