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

/freebsd-10.1-release/usr.bin/ul/
H A Dul.c421 int oldcol, oldmax; local
424 oldmax = maxcol;
427 maxcol = oldmax;
/freebsd-10.1-release/sys/netinet/
H A Din_mcast.c242 size_t oldmax; local
248 oldmax = imo->imo_max_memberships;
249 newmax = ((oldmax + 1) * 2) - 1;
258 for (idx = oldmax; idx < newmax; idx++) {
/freebsd-10.1-release/sys/netinet6/
H A Din6_mcast.c231 size_t oldmax; local
237 oldmax = imo->im6o_max_memberships;
238 newmax = ((oldmax + 1) * 2) - 1;
248 for (idx = oldmax; idx < newmax; idx++) {

Completed in 132 milliseconds