Home
last modified time | relevance | path

Searched refs:file_max (Results 1 – 7 of 7) sorted by relevance

/NextBSD/usr.sbin/asl/
HDasl_sim.conf24 ? [= Facility install] file $ENV(SIMULATOR_LOG_ROOT)/install.log format=bsd file_max=5M all_max=50M
27 > $ENV(SIMULATOR_LOG_ROOT)/system.log mode=0640 format=bsd rotate=seq compress file_max=5M all_max=…
HDdaemon.h163 void config_data_store(int type, uint32_t file_max, uint32_t memory_max, uint32_t str_memory_max);
HDsyslogd.c359 config_data_store(int type, uint32_t file_max, uint32_t memory_max, uint32_t str_memory_max) in config_data_store() argument
376 global.db_file_max = file_max; in config_data_store()
HDasl_action.c557 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()
/NextBSD/etc/
HDasl.conf24 > system.log mode=0640 format=bsd rotate=seq compress file_max=5M all_max=50M
/NextBSD/lib/libasl/
HDasl_common.h112 size_t file_max; member
HDasl_common.c1429 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()