Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c1398 count_mismatch(pname, oldcount) in count_mismatch() argument
1400 int oldcount;
1421 if (oldcount != entry_count) {
1424 map, oldcount, entry_count);
1473 if (oldcount != entry_count) {
1476 map, oldcount, entry_count);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c1366 int oldcount; in samelist() local
1370 if (fscanf(oldrefs, "%d", &oldcount) != 1 || in samelist()
1371 oldcount != count) { in samelist()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c648 uint_t oldcount = UINT_MAX; in unmount_filesystems() local
754 if (newcount >= oldcount) { in unmount_filesystems()
761 oldcount = newcount; in unmount_filesystems()