Home
last modified time | relevance | path

Searched refs:oldmax (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/ul/
H A Dul.c494 int oldcol, oldmax; in fwd() local
497 oldmax = maxcol; in fwd()
500 maxcol = oldmax; in fwd()
/titanic_41/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c890 u_int32_t mutex_offset, oldmax; local
894 oldmax = tp->region->maxtxns;
895 incr = oldmax * sizeof(DB_TXN);
914 tp->region->maxtxns = 2 * oldmax;
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c1670 const struct device_entry *olddep, *oldmax; in parse_options() local
1774 oldmax = olddep + cur_options->os_ndevices; in parse_options()
1776 olddep = oldmax = NULL; in parse_options()
1779 (olddep != NULL && olddep < oldmax)) { in parse_options()
1781 if (olddep >= oldmax) { in parse_options()
1799 if (olddep < oldmax) { in parse_options()
/titanic_41/usr/src/lib/libpool/common/
H A Dpool_internal.c599 uint64_t oldmax; in res_set_max() local
605 if (pool_value_get_uint64(&val, &oldmax) != PO_SUCCESS) { in res_set_max()
609 if (max < oldmax) { in res_set_max()
616 max - oldmax)); in res_set_max()