Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp1656 systemBooting = true; in start()
6255 else if (!systemBooting &&
7497 if (systemBooting || systemShutdown || gWillShutdown) {
8087 if (systemBooting) {
8088 systemBooting = false;
9546 if (systemBooting) {
9640 if (systemBooting) {
9686 if (systemBooting) {
9707 if (systemBooting) {
9735 if (systemBooting) {
[all …]
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h716 unsigned int systemBooting :1; variable