Searched refs:opts_parse_boolean (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/ofed/opensm/opensm/ |
H A D | osm_subnet.c | 447 static void opts_parse_boolean(IN osm_subn_t *p_subn, IN char *p_key, in opts_parse_boolean() function 768 { "m_key_lookup", OPT_OFFSET(m_key_lookup), opts_parse_boolean, NULL, 1 }, 780 { "lmc_esp0", OPT_OFFSET(lmc_esp0), opts_parse_boolean, NULL, 0 }, 785 { "reassign_lids", OPT_OFFSET(reassign_lids), opts_parse_boolean, NULL, 1 }, 786 { "ignore_other_sm", OPT_OFFSET(ignore_other_sm), opts_parse_boolean, NULL, 1 }, 787 { "single_thread", OPT_OFFSET(single_thread), opts_parse_boolean, NULL, 0 }, 788 { "disable_multicast", OPT_OFFSET(disable_multicast), opts_parse_boolean, NULL, 1 }, 797 { "use_mfttop", OPT_OFFSET(use_mfttop), opts_parse_boolean, NULL, 1}, 800 { "force_heavy_sweep", OPT_OFFSET(force_heavy_sweep), opts_parse_boolean, NULL, 1 }, 805 …{ "port_profile_switch_nodes", OPT_OFFSET(port_profile_switch_nodes), opts_parse_boolean, NULL, 1 … [all …]
|