Searched refs:slt_max_log_size (Results 1 – 1 of 1) sorted by relevance
88 int32_t slt_max_log_size; /* Max log size before rolling */ member262 if (size + byte_count < slmp->slt_max_log_size) { in check_file_size()1191 slmp->slt_max_log_size = fmd_prop_get_int32(hdl, "maxlogsize"); in _fmd_init()1192 if (slmp->slt_max_log_size < MIN_LOG_SIZE) { in _fmd_init()1193 slmp->slt_max_log_size = MIN_LOG_SIZE; in _fmd_init()