Home
last modified time | relevance | path

Searched refs:p_opt (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c1085 free(p_opt->console); in subn_opt_destroy()
1090 free(p_opt->log_file); in subn_opt_destroy()
1252 p_subn->opt = *p_opt; in osm_subn_init()
1533 p_opt->guid = 0; in osm_subn_set_default_opt()
1543 p_opt->max_wire_smps2 = p_opt->max_wire_smps; in osm_subn_set_default_opt()
1548 p_opt->max_smps_timeout = 1000 * p_opt->transaction_timeout * in osm_subn_set_default_opt()
1558 p_opt->fdr10 = 1; in osm_subn_set_default_opt()
1580 p_opt->daemon = FALSE; in osm_subn_set_default_opt()
1608 if (!p_opt->dump_files_dir || !(*p_opt->dump_files_dir)) in osm_subn_set_default_opt()
1611 p_opt->dump_files_dir = strdup(p_opt->dump_files_dir); in osm_subn_set_default_opt()
[all …]
H A Dosm_opensm.c386 IN const osm_subn_opt_t * p_opt) in osm_opensm_init() argument
393 if (p_opt->daemon) in osm_opensm_init()
397 p_opt->log_flags, p_opt->log_file, in osm_opensm_init()
398 p_opt->log_max_size, p_opt->accum_log_file); in osm_opensm_init()
425 if (p_opt->single_thread) { in osm_opensm_init()
443 if (!p_opt->single_thread) { in osm_opensm_init()
476 p_osm->subn.sm_port_guid = p_opt->guid; in osm_opensm_init_finish()
484 p_opt->max_wire_smps, p_opt->max_wire_smps2, in osm_opensm_init_finish()
485 p_opt->max_smps_timeout); in osm_opensm_init_finish()
506 if (p_opt->event_plugin_name) in osm_opensm_init_finish()
[all …]
H A Dosm_congestion_control.c71 osm_subn_opt_t *p_opt = &p_cc->subn->opt; in cc_mad_post() local
98 p_cc_mad->cc_key = p_opt->cc_key; in cc_mad_post()
128 osm_subn_opt_t *p_opt = &p_sm->p_subn->opt; in cc_setup_mad_data() local
136 p_opt->cc_sw_cong_setting_victim_mask, in cc_setup_mad_data()
140 p_opt->cc_sw_cong_setting_credit_mask, in cc_setup_mad_data()
178 if (!p_opt->cc_cct.entries_len) in cc_setup_mad_data()
188 if (!p_opt->cc_cct.entries_len) in cc_setup_mad_data()
191 ccti_limit = p_opt->cc_cct.entries_len - 1; in cc_setup_mad_data()
212 | p_opt->cc_cct.entries[k].multiplier); in cc_setup_mad_data()
528 osm_subn_opt_t *p_opt = &p_cc->subn->opt; in cc_poller_send() local
[all …]
H A Dosm_console_io.c97 int is_console_enabled(osm_subn_opt_t * p_opt) in is_console_enabled() argument
100 if (p_opt) in is_console_enabled()
101 return is_local(p_opt->console) || is_loopback(p_opt->console) in is_console_enabled()
102 || is_remote(p_opt->console); in is_console_enabled()
H A Dmain.c564 int osm_manager_loop(osm_subn_opt_t * p_opt, osm_opensm_t * p_osm) in osm_manager_loop() argument
568 if (is_console_enabled(p_opt)) { in osm_manager_loop()
569 if (!osm_console_init(p_opt, &p_osm->console, &p_osm->log)) in osm_manager_loop()
594 if (is_console_enabled(p_opt)) in osm_manager_loop()
H A Dosm_perfmgr.c1935 const osm_subn_opt_t * p_opt) in osm_perfmgr_init() argument
1952 p_opt->perfmgr ? PERFMGR_STATE_ENABLED : PERFMGR_STATE_DISABLE; in osm_perfmgr_init()
1957 pm->sweep_time_s = p_opt->perfmgr_sweep_time_s; in osm_perfmgr_init()
1958 pm->max_outstanding_queries = p_opt->perfmgr_max_outstanding_queries; in osm_perfmgr_init()
1959 pm->ignore_cas = p_opt->perfmgr_ignore_cas; in osm_perfmgr_init()
1986 pm->rm_nodes = p_opt->perfmgr_rm_nodes; in osm_perfmgr_init()
1987 pm->query_cpi = p_opt->perfmgr_query_cpi; in osm_perfmgr_init()
1988 pm->xmit_wait_log = p_opt->perfmgr_xmit_wait_log; in osm_perfmgr_init()
1989 pm->xmit_wait_threshold = p_opt->perfmgr_xmit_wait_threshold; in osm_perfmgr_init()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h1036 IN const osm_subn_opt_t * p_opt);
1513 void osm_subn_set_default_opt(IN osm_subn_opt_t * p_opt);
1539 int osm_subn_parse_conf_file(const char *conf_file, osm_subn_opt_t * p_opt);
1583 void osm_subn_output_conf(FILE *out, IN osm_subn_opt_t * p_opt);
1606 int osm_subn_write_conf_file(char *file_name, IN osm_subn_opt_t * p_opt);
1620 int osm_subn_verify_config(osm_subn_opt_t * p_opt);
H A Dosm_opensm.h423 IN const osm_subn_opt_t * p_opt);
453 IN const osm_subn_opt_t * p_opt);
H A Dosm_console_io.h86 int is_console_enabled(osm_subn_opt_t *p_opt);
H A Dosm_congestion_control.h124 const osm_subn_opt_t * p_opt);
H A Dosm_perfmgr.h290 const osm_subn_opt_t * p_opt);
/freebsd/contrib/libarchive/unzip/
H A Dbsdunzip.c101 static int p_opt; /* extract to stdout, quiet */ variable
1023 if (!p_opt && !q_opt) in unzip()
1047 else if (p_opt || c_opt) in unzip()
1163 p_opt = 1; in getopts()