Searched defs:new_total (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c205 int32_t old_total, new_total, removed_total; local
234 if ((error = nvlist_lookup_int32(nvl, "new_total", &new_total)) != 0) {
238 gettext("POOL: unable to find 'new_total' in nvlist: %s\n"),
243 if (new_total >= old_total) {
250 gettext("POOL: 'old_total' (%d) is less than 'new_total' "
251 "(%d)\n"), old_total, new_total);
254 if ((removed_list = malloc((old_total - new_total + 1) * sizeof (int)))
285 if (nelem != new_total) {
288 "%2$d\n"), nelem, new_total);
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c4047 size_t new_total; local
4079 new_total = 0;
4088 new_total += size;
4090 assert(new_total == total);

Completed in 57 milliseconds