Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ul/
H A Dul.c496 int oldcol, oldmax; in fwd() local
499 oldmax = maxcol; in fwd()
502 maxcol = oldmax; in fwd()
/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/cmd-inet/usr.lib/pppoe/
H A Doptions.c1671 const struct device_entry *olddep, *oldmax; in parse_options() local
1775 oldmax = olddep + cur_options->os_ndevices; in parse_options()
1777 olddep = oldmax = NULL; in parse_options()
1780 (olddep != NULL && olddep < oldmax)) { in parse_options()
1782 if (olddep >= oldmax) { in parse_options()
1800 if (olddep < oldmax) { in parse_options()
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c597 uint64_t oldmax; in res_set_max() local
603 if (pool_value_get_uint64(&val, &oldmax) != PO_SUCCESS) { in res_set_max()
607 if (max < oldmax) { in res_set_max()
614 max - oldmax)); in res_set_max()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c287 int oldmax = Regmax; in setregmax() local
292 return oldmax; in setregmax()