Searched refs:file_max (Results 1 – 7 of 7) sorted by relevance
24 ? [= Facility install] file $ENV(SIMULATOR_LOG_ROOT)/install.log format=bsd file_max=5M all_max=50M27 > $ENV(SIMULATOR_LOG_ROOT)/system.log mode=0640 format=bsd rotate=seq compress file_max=5M all_max=…
163 void config_data_store(int type, uint32_t file_max, uint32_t memory_max, uint32_t str_memory_max);
359 config_data_store(int type, uint32_t file_max, uint32_t memory_max, uint32_t str_memory_max) in config_data_store() argument376 global.db_file_max = file_max; in config_data_store()
557 if ((force == CHECKPOINT_TEST) && (r->dst->file_max == 0)) return 0; in _act_checkpoint()576 if ((force == CHECKPOINT_TEST) && (r->dst->size < r->dst->file_max)) return 0; in _act_checkpoint()
24 > system.log mode=0640 format=bsd rotate=seq compress file_max=5M all_max=50M
112 size_t file_max; member
1429 else if (KEYMATCH(p, "file_max=")) dst->file_max = asl_str_to_size(p+9); in _asl_out_module_parse_dst()2040 fprintf(f, " file_max: %lu\n", o->file_max); in asl_out_module_print()