Searched defs:old_max (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c1065 int old_max; local
1076 old_max = n_aborts;
1089 pack_array(abort_string,old_max);
1115 int old_max; local
1125 old_max = n_reports;
1138 pack_array(report_string,old_max);
/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)
/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++) {

Completed in 72 milliseconds