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

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c2573 * Move bootproc (SIGBCPU) to another cpu. If dst_cpu is NULL, a
2578 drmach_cpu_juggle_bootproc(drmach_device_t *dst_cpu) argument
2587 /* dst_cpu is NULL when target cpu is unspecified. So, pick one. */
2588 if (dst_cpu == NULL) {
2606 cpuid = drmach_cpu_calc_id(dst_cpu);
2610 dst_cpu->bp->cm.name, dst_cpu->cm.name);

Completed in 53 milliseconds