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

/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c1676 int dir_fd, i, logcnt, max_logcnt; local
1683 max_logcnt = MAX_OLDLOGS;
1727 if (logcnt >= max_logcnt) {
1728 max_logcnt *= 4;
1730 if (max_logcnt < logcnt)
1733 max_logcnt * sizeof(struct oldlog_entry));

Completed in 61 milliseconds