Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h100 ((bdp)->cpus_in_reset |= (1 << (unit)))
102 ((bdp)->cpus_in_reset &= ~(1 << (unit)))
104 (((bdp)->cpus_in_reset & (1 << (unit))) != 0)
106 ((bdp)->cpus_in_reset |= 0xf)
108 ((bdp)->cpus_in_reset = 0x0)
163 int cpus_in_reset; member