Home
last modified time | relevance | path

Searched refs:xcset (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c409 cpuset_t xcset; in stop_other_cpus() local
411 CPUSET_ALL_BUT(xcset, CPU->cpu_id); in stop_other_cpus()
412 xc_priority(0, 0, 0, CPUSET2BV(xcset), mach_cpu_halt); in stop_other_cpus()
939 cpuset_t xcset; in panic_stopcpus() local
948 CPUSET_ALL_BUT(xcset, cp->cpu_id); in panic_stopcpus()
949 xc_priority(0, 0, 0, CPUSET2BV(xcset), (xc_func_t)panic_idle); in panic_stopcpus()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_dr.c1074 cpuset_t xcset; in sysc_detach_board() local
1087 CPUSET_ALL(xcset); in sysc_detach_board()
1088 promsafe_xc_attention(xcset); in sysc_detach_board()
1102 xc_dismissed(xcset); in sysc_detach_board()