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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c1001 ssize_t old_max = max_repository_backups; local
1124 if (old_max > 0)
1145 if (old_max > 0 && old_sz > 0) {
1146 /* unlink all but the first (old_max - 1) files */
1147 for (cur = old_max - 1; cur < old_sz; cur++) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c2106 int old_max = max_preference(); local
2117 tp->preference == old_max)
2124 if (preference > old_max)

Completed in 71 milliseconds