Searched refs:all_max (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/files-638.1.4/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.9.5/syslog-217.1.4/aslmanager.tproj/
H A Daslmanager.c474 dst->all_max = atoi(l[1]);
787 if (dst->all_max > 0)
790 if (store_size > dst->all_max) debug_log(ASL_LEVEL_NOTICE, "Additional YMD Scan\n");
793 while ((e != NULL) && (store_size > dst->all_max))
819 /* if data store is over dst->all_max, delete/archive more BB files */
820 if (store_size > dst->all_max) debug_log(ASL_LEVEL_NOTICE, "Additional BB Scan\n");
823 while ((e != NULL) && (store_size > dst->all_max))
1025 /* check all_max size and delete files (oldest first) to stay within size limit */
1036 if (dst->all_max == 0) return 0;
1063 for (f = dst_list; (total > dst->all_max)
[all...]
/macosx-10.9.5/syslog-217.1.4/aslcommon/
H A Dasl_common.h106 size_t all_max; member in struct:__anon12649
H A Dasl_common.c1331 else if (KEYMATCH(p, "all_max=")) dst->all_max = asl_str_to_size(p+8);
1905 fprintf(f, " all_max: %lu\n", o->all_max);

Completed in 145 milliseconds