Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Depm.h477 int bphc_olevel; /* old power level */ member
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_pwr.c299 old_level = bphc->bphc_olevel; in pcie_bus_power()
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c1616 bphc->bphc_comp, bphc->bphc_olevel, in pshot_bus_power()
1632 !(bphc->bphc_olevel <= 0)) && in pshot_bus_power()
1644 bphc->bphc_olevel, in pshot_bus_power()
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c6810 bphc->bphc_olevel, bphc->bphc_nlevel, bphc->bphc_comp)); in mdi_bus_power()
6813 bphc->bphc_nlevel > bphc->bphc_olevel) { in mdi_bus_power()
6822 if (bphc->bphc_nlevel == 0 && bphc->bphc_olevel != -1) { in mdi_bus_power()
H A Dsunpm.c2883 bphc.bphc_olevel = old_level; in pm_notify_parent()