Searched defs:oldmax (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/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;
/illumos-gate/usr/src/cmd/ul/
H A Dul.c494 int oldcol, oldmax; local
497 oldmax = maxcol;
500 maxcol = oldmax;
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c599 uint64_t oldmax; local
605 if (pool_value_get_uint64(&val, &oldmax) != PO_SUCCESS) {
609 if (max < oldmax) {
616 max - oldmax));
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c1670 const struct device_entry *olddep, *oldmax; local
1774 oldmax = olddep + cur_options->os_ndevices;
1776 olddep = oldmax = NULL;
1779 (olddep != NULL && olddep < oldmax)) {
1781 if (olddep >= oldmax) {
1799 if (olddep < oldmax) {

Completed in 111 milliseconds