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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp6069 OSObject * theFlag; local
6076 theFlag = fResponseArray->getObject(i);
6078 if (NULL == theFlag) {
6082 if (kOSBooleanTrue != theFlag) {
6097 OSObject * theFlag; local
6112 theFlag = fResponseArray->getObject(ordinalComponent);
6114 if ( theFlag == 0 )
6120 if ((num = OSDynamicCast(OSNumber, theFlag)))
6171 theFlag = kOSBooleanFalse;
6174 if ( kOSBooleanFalse == theFlag )
[all...]

Completed in 79 milliseconds