Searched refs:theProperty (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp966 unsigned short theProperty; local
1047 theProperty = propertyPtr->unsigned16BitValue();
1048 IOLog("Wake event %04x\n",theProperty);
1049 if ( (theProperty & 0x0008) || //lid
1050 (theProperty & 0x0800) || // front panel button
1051 (theProperty & 0x0020) || // external keyboard
1052 (theProperty & 0x0001) ) { // internal keyboard

Completed in 12 milliseconds