Searched refs:accum_log_file (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_log.h134 boolean_t accum_log_file; member in struct:osm_log
304 IN boolean_t accum_log_file);
365 IN boolean_t accum_log_file);
H A Dosm_subnet.h301 boolean_t accum_log_file; member in struct:osm_subn_opt
519 * accum_log_file
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_log.c424 if (p_log->accum_log_file)
432 p_log->accum_log_file ? "appending" : "writing",
469 IN boolean_t accum_log_file)
475 p_log->accum_log_file = accum_log_file;
497 IN boolean_t accum_log_file)
500 accum_log_file);
466 osm_log_init_v2(IN osm_log_t * p_log, IN boolean_t flush, IN uint8_t log_flags, IN const char *log_file, IN unsigned long max_size, IN boolean_t accum_log_file) argument
495 osm_log_init(IN osm_log_t * p_log, IN boolean_t flush, IN uint8_t log_flags, IN const char *log_file, IN boolean_t accum_log_file) argument
H A Dosm_opensm.c398 p_opt->log_max_size, p_opt->accum_log_file);
H A Dosm_subnet.c251 p_subn->p_osm->log.accum_log_file = *((boolean_t *) p_val);
814 { "accum_log_file", OPT_OFFSET(accum_log_file), opts_parse_boolean, opts_setup_accum_log_file, 1 },
1622 p_opt->accum_log_file = TRUE;
2761 "accum_log_file %s\n\n"
2794 p_opts->accum_log_file ? "TRUE" : "FALSE",
H A Dmain.c916 opt.accum_log_file = FALSE;

Completed in 343 milliseconds