Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c205 int32_t old_total, new_total, removed_total; in pset_validate_remove() local
234 if ((error = nvlist_lookup_int32(nvl, "new_total", &new_total)) != 0) { in pset_validate_remove()
243 if (new_total >= old_total) { in pset_validate_remove()
251 "(%d)\n"), old_total, new_total); in pset_validate_remove()
254 if ((removed_list = malloc((old_total - new_total + 1) * sizeof (int))) in pset_validate_remove()
285 if (nelem != new_total) { in pset_validate_remove()
288 "%2$d\n"), nelem, new_total); in pset_validate_remove()
294 for (j = 0; j < new_total; j++) in pset_validate_remove()
297 if (j == new_total) /* not found in new_cpu_list */ in pset_validate_remove()
302 if (removed_total != (old_total - new_total)) { in pset_validate_remove()
/illumos-gate/usr/src/tools/scripts/
H A Dinterface_cmp.pl483 my ($new_top, $new_direct, $new_total, $new_symhash) =
504 ($old_total == $new_total) ? 0: 1;
612 my ($new_top, $new_direct, $new_total, $new_symhash) =
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c4098 size_t new_total; in scf_transaction_commit() local
4130 new_total = 0; in scf_transaction_commit()
4139 new_total += size; in scf_transaction_commit()
4141 assert(new_total == total); in scf_transaction_commit()