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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp663 OSBoolean * aBooleanObj = OSBoolean::withBoolean( aBoolean ); local
665 if( aBooleanObj) {
667 ret = setProperty( tmpKey, aBooleanObj );
670 aBooleanObj->release();

Completed in 9 milliseconds