Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp1663 clamshellExists = false; in start()
2870 if (clamshellExists) { in powerChangeDone()
4310 if (!clamshellExists) {
4325 if (!clamshellExists) {
4339 if (!clamshellExists) {
4410 if (clamshellExists && clamshellClosed &&
6633 if (clamshellExists && fullWakeThreadCall) {
8481 clamshellExists = true;
8510 clamshellClosed && clamshellExists) {
8517 clamshellExists = true;
[all …]
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h719 unsigned int clamshellExists :1; variable