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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dpool_rcm.c207 processorid_t *old_cpu_list = NULL, *new_cpu_list = NULL; local
262 if ((error = nvlist_lookup_int32_array(nvl, "old_cpu_list",
263 &old_cpu_list, &nelem)) != 0) {
265 gettext("POOL: 'old_cpu_list' not found in nvlist: %s\n"),
272 gettext("POOL: 'old_cpu_list' size mismatch: %1$d vs "
295 if (old_cpu_list[i] == new_cpu_list[j])
298 removed_list[removed_total++] = old_cpu_list[i];

Completed in 59 milliseconds