Searched refs:opts_parse_charp (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_subnet.c | 470 static void opts_parse_charp(IN osm_subn_t *p_subn, IN char *p_key, in opts_parse_charp() function 773 { "console", OPT_OFFSET(console), opts_parse_charp, NULL, 0 }, 801 { "port_prof_ignore_file", OPT_OFFSET(port_prof_ignore_file), opts_parse_charp, NULL, 0 }, 802 { "hop_weights_file", OPT_OFFSET(hop_weights_file), opts_parse_charp, NULL, 0 }, 803 { "dimn_ports_file", OPT_OFFSET(port_search_ordering_file), opts_parse_charp, NULL, 0 }, 804 { "port_search_ordering_file", OPT_OFFSET(port_search_ordering_file), opts_parse_charp, NULL, 0 }, 807 { "routing_engine", OPT_OFFSET(routing_engine_names), opts_parse_charp, NULL, 0 }, 810 { "log_file", OPT_OFFSET(log_file), opts_parse_charp, NULL, 0 }, 815 { "partition_config_file", OPT_OFFSET(partition_config_file), opts_parse_charp, NULL, 0 }, 817 { "part_enforce", OPT_OFFSET(part_enforce), opts_parse_charp, NULL, 1 }, [all …]
|