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

/macosx-10.10.1/files-662.1.1/private/etc/
H A Dasl.conf24 > system.log mode=0640 format=bsd rotate=seq compress file_max=5M all_max=50M
31 ? [= Facility com.apple.alf.logging] file appfirewall.log file_max=5M all_max=50M
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Dasl_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=50M
H A Ddaemon.h159 void config_data_store(int type, uint32_t file_max, uint32_t memory_max, uint32_t str_memory_max);
H A Dsyslogd.c357 config_data_store(int type, uint32_t file_max, uint32_t memory_max, uint32_t str_memory_max) argument
374 global.db_file_max = file_max;
H A Dasl_action.c557 if ((force == CHECKPOINT_TEST) && (r->dst->file_max == 0)) return 0;
576 if ((force == CHECKPOINT_TEST) && (r->dst->size < r->dst->file_max)) return 0;
641 /* checks file_max and closes if required */
/macosx-10.10.1/syslog-267/aslcommon/
H A Dasl_common.h112 size_t file_max; member in struct:__anon12453
H A Dasl_common.c1420 else if (KEYMATCH(p, "file_max=")) dst->file_max = asl_str_to_size(p+9);
2031 fprintf(f, " file_max: %lu\n", o->file_max);

Completed in 141 milliseconds