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

/freebsd-9.3-release/usr.bin/ul/
H A Dul.c421 int oldcol, oldmax; local
424 oldmax = maxcol;
427 maxcol = oldmax;
/freebsd-9.3-release/sys/netinet/
H A Din_mcast.c235 size_t oldmax; local
241 oldmax = imo->imo_max_memberships;
242 newmax = ((oldmax + 1) * 2) - 1;
251 for (idx = oldmax; idx < newmax; idx++) {
/freebsd-9.3-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 111 milliseconds