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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOSharedDataQueue.cpp149 Boolean retVal = TRUE; local
187 retVal = FALSE;
190 retVal = FALSE;
200 retVal = FALSE;
203 retVal = FALSE;
206 return retVal;
/darwin-on-arm/xnu/libkern/c++/
H A DOSCollectionIterator.cpp129 bool retVal; local
134 retVal = collection->getNextObjectForIterator(collIterator, &retObj);
135 return (retVal)? retObj : 0;

Completed in 20 milliseconds