Home
last modified time | relevance | path

Searched refs:lfts_file (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/ofed/management/opensm/doc/
HDmodular-routing.txt33 done > /path/to/lfts_file
42 done > /path/to/lfts_file
48 opensm -R file -U /path/to/lfts_file
50 If the lfts_file is not found or is in error, the default routing
/NextBSD/contrib/ofed/management/opensm/include/opensm/
HDosm_subnet.h190 char *lfts_file; member
/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_subnet.c458 p_opt->lfts_file = NULL; in osm_subn_set_default_opt()
1206 p_key, p_val, &p_opts->lfts_file); in osm_subn_parse_conf_file()
1503 p_opts->lfts_file ? p_opts->lfts_file : null_str); in osm_subn_output_conf()
HDosm_ucast_file.c134 file_name = p_osm->subn.opt.lfts_file; in do_ucast_file_load()
HDmain.c857 opt.lfts_file = optarg; in main()