Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp1662 clamshellClosed = false; in start()
4344 clamshellClosed ? kOSBooleanTrue : kOSBooleanFalse);
4410 if (clamshellExists && clamshellClosed &&
5271 if (!clamshellClosed) {
8115 if (clamshellClosed) {
8480 clamshellClosed = false;
8510 clamshellClosed && clamshellExists) {
8516 clamshellClosed = true;
8640 if (eval_clamshell_alarm && clamshellClosed) {
8644 } else if (eval_clamshell && clamshellClosed) {
[all …]
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h720 unsigned int clamshellClosed :1; variable