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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c1395 count_mismatch(pname, oldcount)
1397 int oldcount;
1418 if (oldcount != entry_count) {
1421 map, oldcount, entry_count);
1470 if (oldcount != entry_count) {
1473 map, oldcount, entry_count);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c1368 int oldcount; local
1372 if (fscanf(oldrefs, "%d", &oldcount) != 1 ||
1373 oldcount != count) {
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c634 uint_t oldcount = UINT_MAX; local
740 if (newcount >= oldcount) {
747 oldcount = newcount;

Completed in 77 milliseconds